Skip to content

Commit 9d5f70c

Browse files
author
Auto Runner Releaser
committed
Merge remote-tracking branch 'origin/16-1-stable'
2 parents ba69bb8 + b72e108 commit 9d5f70c

File tree

2 files changed

+65
-2
lines changed

2 files changed

+65
-2
lines changed

.gitlab/ci/release.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ stable sync docker images:
249249
- stable docker images
250250
- stable helper docker images
251251
variables:
252-
PUSH_TO_DOCKER_HUB: "true"
253-
PUSH_TO_ECR_PUBLIC: "true"
252+
PUSH_TO_DOCKER_HUB: "false"
253+
PUSH_TO_ECR_PUBLIC: "false"
254254

255255
stable gitlab release:
256256
stage: postrelease

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,66 @@
1+
## v16.1.0 (2023-06-21)
2+
3+
### New features
4+
5+
- Enable variable expansion in fallback cache keys !4152 (René Hernández Remedios @renehernandez)
6+
- Automatically set GOMAXPROCS based on CPU Quotas !4142
7+
- Allow Instance executor to use a common build directory !4136
8+
- Pass clean command args to sub modules !4135 (Markus Ferrell @markus.ferrell)
9+
- Add dedicated failure reason for image pulling failures !4098
10+
- Support allowed images for privileged jobs and services !4089 (Stéphane Talbot @stalb)
11+
- Variable expansion implementation in cache policy field !4085 (René Hernández Remedios @renehernandez)
12+
- Use executor's context to enforce timeouts on VirtualBox commands !4026 (Patrick Pirringer @patrick-pirringer)
13+
14+
### Bug fixes
15+
16+
- Fix Windows IsRoot() path utility !4153
17+
- Warn if runner with same token being registered multiple times !4122
18+
- Upgrade taskscaler to latest version !4114
19+
- Ensure lock for builds when listing jobs via debug api !4111
20+
- Ensure instance connection is closed when vm isolation is enabled !4108
21+
- Fix community Merge Request pipeline parse errors !4077 (Anthony Juckel @ajuckel)
22+
- Fix cache keys processing by improving the handling of the fallback keys !4069 (René Hernández Remedios @renehernandez)
23+
24+
### Maintenance
25+
26+
- Docs maintenance: Delete trailing whitespace !4166
27+
- Bump version of markdownlint-cli2 in project !4164
28+
- Correct the filename of configmap !4163
29+
- In UBI-fips helper images remove installation of extra packages since they are... !4159
30+
- Fix k8s integration tests !4156
31+
- Update code example with proper nesting !4155
32+
- Expand Runner helm chart troubleshooting section !4149
33+
- Update documentation to mention that --registration-token is deprecated !4148
34+
- Improve readability of table !4144 (Bastien ANTOINE @bastantoine)
35+
- Upgrade fastzip to v0.1.11 !4141
36+
- Update Runner docs for consistent SaaS runner naming !4138
37+
- Docs maintenance: Update redirects !4134
38+
- Refresh Vale and Markdownlint rules !4133
39+
- Add gitlab-runner section to values example !4132
40+
- Removing podman references !4131
41+
- Change heading used to describe reusing an authentication token !4129
42+
- Refactor instance executor page !4124
43+
- Correct example AWS zone used in an example !4123 (Nabil ZOUABI @nabil_zouabi)
44+
- Improve formatting !4121 (Ben Bodenmiller @bbodenmiller)
45+
- Mention use of runner tokens in Kubernetes runnerRegistrationToken !4120
46+
- Follow up edits instance executor !4119
47+
- Remove trailing spaces !4115
48+
- Update project to use Ruby 3.2.2-based Docker images !4112
49+
- Build git from source for UBI images !4110
50+
- Make GitLab network client respect Retry-After header !4102
51+
- Documentation versions update !4096
52+
- Improve cacheFile() errors !4078 (Nikolay Edigaryev @edigaryev)
53+
- Update alpine and pwsh versions !4072
54+
- Add info about grouped runners to docs !4056
55+
56+
### GitLab Runner distribution
57+
58+
- Sync ci images to dockerhub and ecr !4139
59+
60+
### Documentation changes
61+
62+
- Update nav step !4154
63+
164
## v16.0.2 (2023-06-02)
265

366
### Bug fixes

0 commit comments

Comments
 (0)