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
6942c821
Verified
Commit
6942c821
authored
Mar 22, 2019
by
Tomasz Maczukin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGELOG for v11.9.0
parent
227934c0
Pipeline
#53105246
canceled with stages
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
4 deletions
+41
-4
CHANGELOG.md
CHANGELOG.md
+41
-4
No files found.
CHANGELOG.md
View file @
6942c821
v11.9.0
-rc2 (2019-03-13
)
v11.9.0
(2019-03-22
)
-
Fix CI_PROJECT_DIR handling !1241
-
Restore availability of pprof in the debug server !1242
**Deprecations for upcoming 12.0 release**
All deprecations, with a detailed description, are listed at
https://about.gitlab.com/2019/03/22/gitlab-11-9-released/#release-deprecations
1.
With version 11.9 we're deprecating the support for Docker Executor on CentOS 6
2.
With version 11.9 we've implemented a new method for cloning/fetching repositories.
Currently GitLab Runner still respects the old configuration sent from GitLab, but with
12.
0 old methods will be removed and GitLab Runner will require at least GitLab 11.9
to work properly.
3.
With version 11.0 we've changed how the metrics server is configured for GitLab Runner.
`metrics_server`
was replaced with
`listen_address`
. With version 12.0 the old configuration
option will be removed.
4.
With version 11.3 we've implemented support for different remote cache providers, which
required a change in how the cache is configured. With version 12.0 support for old
configuration structure will be removed.
5.
With version 11.4 we've fixed the way how
`entrypoint:`
and
`command:`
options of
Extended Docker configuration (https://docs.gitlab.com/ee/ci/docker/using_docker_images.html#extended-docker-configuration-options)
are being handled by Kubernetes Executor. The previous implementation was wrong and
was making the configuration unusable in most cases. However some users could relay
on this wrong behavior. Because of that we've added a feature flag
`FF_K8S_USE_ENTRYPOINT_OVER_COMMAND`
which, when set to
`false`
, could bring back the old behavior. With version 12.0 the
feature flag as well as the old behavior will be removed.
6.
Some Linux distributions for which GitLab Runner is providing DEB and RPM packages
have reached their End of Life. With version 12.0 we'll remove support for all
EoL distributions at the moment of 12.0 release.
7.
With version 11.9 we've prepared a go-based replacement for Runner Helper commands
executed within Docker executor inside of the Helper Image. With version 12.0
we will remove support for old commands basing on bash scripts. This change will
affect only the users that are configuring their custom Helper Image (the image
will require an update to align with new requirements)
release changes:
v11.9.0-rc1 (2019-03-08)
-
fix(parallels): use the newer sntp command to time sync !1145
-
Update docker API verion !1187
-
Update alpine images to alpine 3.9 !1197
...
...
@@ -32,6 +68,7 @@ v11.9.0-rc1 (2019-03-08)
-
Add note about pod annotations for more clarity !1220
-
Resolve memory allocation failure when cloning repos with LFS objects bigger than available RAM !1200
-
Release also on gitlab releases page !1232
-
Restore availability of pprof in the debug server !1242
v11.8.0 (2019-02-22)
-
Kubernetes executor: add support for Node tolerations !941
...
...
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