Skip to content
GitLab
Next
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gitlab-runner
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1,985
Issues
1,985
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
213
Merge Requests
213
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GitLab.org
gitlab-runner
Commits
701bb4a6
Commit
701bb4a6
authored
Jul 16, 2015
by
Kamil Trzciński
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGELOG
parent
29c6c12c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
CHANGELOG.md
CHANGELOG.md
+20
-0
No files found.
CHANGELOG.md
View file @
701bb4a6
v 0.5.0 (unreleased)
-
Allow to override image and services for Docker executor from Coordinator
-
Added support for additional options passed from coordinator
-
Added support for receiving and defining allowed images and services from the Coordinator
-
Rename gitlab_ci_multi_runner to gitlab-runner
-
Don't require config file to exist in order to run runner
-
Change where config file is stored: /etc/gitlab-runner/config.toml (
*nix, root), ~/.gitlab-runner/config.toml (*
nix, user)
-
Create config on service install
-
Require root to control service on Linux
-
Require to specify user when installing service
-
Run service as root, but impersonate as --user when executing shell scripts
-
Migrate config.toml from user directory to /etc/gitlab-runner/
-
Simplify service installation and upgrade
-
Add --provides and --replaces to package builder
-
Powershell: check exit code in writeCommandChecked
-
Added installation tests
-
Add runner alpine-based image
-
Send executor features with RunnerInfo
-
Verbose mode by using
`echo`
instead of
`set -v`
-
Colorize bash output
-
Set environment variables from bash script: this fixes problem with su
-
Don't cache Dockerfile VOLUMEs
v 0.4.2
-
Force GC cycle after processing build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment