Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
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,989
Issues
1,989
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
189
Merge Requests
189
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
47a4a277
Commit
47a4a277
authored
Mar 16, 2016
by
Kamil Trzciński
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGELOG
parent
8d540768
Pipeline
#787150
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
CHANGELOG.md
CHANGELOG.md
+22
-0
No files found.
CHANGELOG.md
View file @
47a4a277
v 1.1.0
-
Use Go 1.5
-
Change license to MIT
-
Add docker-machine based auto-scaling for docker executor
-
Add support for external cache server
-
Add support for
`sh`
, allowing to run builds on images without the
`bash`
-
Add support for passing the artifacts between stages
-
Add
`docker-pull-policy`
, it removes the
`docker-image-ttl`
-
Add
`docker-network-mode`
-
Add
`git`
to gitlab-runner:alpine
-
Add support for
`CapAdd`
,
`CapDrop`
and
`Devices`
by docker executor
-
Add support for passing the name of artifacts archive (
`artifacts:name`
)
-
Refactor: The build trace is now implemented by
`network`
module
-
Refactor: Remove CGO dependency on Windows
-
Fix: Create alternative aliases for docker services (uses
`-`
)
-
Fix: VirtualBox port race condition
-
Fix: Create cache for all builds, including tags
-
Fix: Make the shell executor more verbose when the process cannot be started
-
Fix: Pass gitlab-ci.yml variables to build container created by docker executor
-
Fix: Don't restore cache if not defined in gitlab-ci.yml
-
Fix: always use
`json-file`
when starting docker containers
v 1.0.4
-
Fix support for Windows PowerShell
...
...
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