Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab-runner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lars Seipel
gitlab-runner
Commits
adfc3875
Unverified
Commit
adfc3875
authored
8 years ago
by
Tomasz Maczukin
Browse files
Options
Downloads
Patches
Plain Diff
Update CHANGELOG for v9.2.0
parent
2a6f728e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+31
-0
31 additions, 0 deletions
CHANGELOG.md
with
31 additions
and
0 deletions
CHANGELOG.md
+
31
−
0
View file @
adfc3875
v 9.2.0 (2017-05-22)
This release introduces a change in the ordering of artifacts and cache restoring!
It may happen that someone, by mistake or by purpose, uses the same path in
`.gitlab-ci.yml`
for both cache and artifacts keywords, and this could cause that
a stale cache might inadvertently override artifacts that are used across the
pipeline.
Starting with this release, artifacts are always restored after the cache to ensure
that even in edge cases you can always rely on them.
-
Improve Windows runner details !514
-
Add support for TLS client authentication !157
-
Fix apt-get syntax to install a specific version. !563
-
Add link to Using Docker Build CI docs !561
-
Document the
`coordinator`
and make the FAQ list unordered !567
-
Add links to additional kubernetes details !566
-
Add '/debug/jobs/list' endpoint that lists all handled jobs !564
-
Remove .godir !568
-
Add PodLabels field to Kubernetes config structure !558
-
Remove the build container after execution has completed !571
-
Print proper message when cache upload operation failed !556
-
Remove redundant ToC from autoscale docs and add intro paragraph !574
-
Make possible to compile Runner under Openbsd2 !511
-
Improve docker configuration docs !576
-
Use contexes everywhere !559
-
Add support for kubernetes service account and override on gitlab-ci.yaml !554
-
Restore cache before artifacts !577
-
Fix link to the LICENSE file. !579
v 9.1.1 (2017-05-02)
-
Fix apt-get syntax to install a specific version. !563
-
Remove the build container after execution has completed !571
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment