Skip to content

Commit 8393282

Browse files
chore(deps): update gitlab runner package dependencies (#80)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gitlab-runner](https://gitlab.com/gitlab-org/charts/gitlab-runner) | minor | `0.64.0` -> `0.65.0` | | [registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner](https://about.gitlab.com/) ([source](https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner)) | major | `v16.11.0` -> `v17.0.0` | | [registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper](https://about.gitlab.com/) ([source](https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner-helper)) | major | `v16.11.0` -> `v17.0.0` | | [registry.gitlab.com/gitlab-org/gitlab-runner](https://about.gitlab.com/) ([source](https://registry.gitlab.com/gitlab-org/gitlab-runner)) | major | `alpine-v16.11.0` -> `alpine-v17.0.0` | --- ### Release Notes <details> <summary>gitlab-org/charts/gitlab-runner (gitlab-runner)</summary> ### [`v0.65.0`](https://gitlab.com/gitlab-org/charts/gitlab-runner/compare/v0.64.1...v0.65.0) [Compare Source](https://gitlab.com/gitlab-org/charts/gitlab-runner/compare/v0.64.1...v0.65.0) ### [`v0.64.1`](https://gitlab.com/gitlab-org/charts/gitlab-runner/blob/HEAD/CHANGELOG.md#v0641-2024-05-03) [Compare Source](https://gitlab.com/gitlab-org/charts/gitlab-runner/compare/v0.64.0...v0.64.1) ##### New features - Update GitLab Runner version to v16.11.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 7am and before 9am every weekday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/defenseunicorns/uds-package-gitlab-runner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4xMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicGFja2FnZS1kZXBzIl19--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Wayne Starr <[email protected]> Release-As: v17.0.0-uds.0
1 parent 71c40fb commit 8393282

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

common/zarf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ components:
1717
- name: gitlab-runner
1818
namespace: gitlab-runner
1919
url: https://charts.gitlab.io
20-
version: "0.64.0"
20+
version: "0.65.0"
2121
valuesFiles:
2222
- ../values/common-values.yaml
2323
actions:

values/registry1-values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ useTini: true
44
image:
55
registry: "registry1.dso.mil"
66
image: "ironbank/gitlab/gitlab-runner/gitlab-runner"
7-
tag: v16.11.0
7+
tag: v17.0.0
88

99
runners:
1010
job:
@@ -14,4 +14,4 @@ runners:
1414
helper:
1515
registry: registry1.dso.mil
1616
repository: ironbank/gitlab/gitlab-runner/gitlab-runner-helper
17-
tag: v16.11.0
17+
tag: v17.0.0

values/upstream-values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
registry: registry.gitlab.com
33
image: gitlab-org/gitlab-runner
4-
tag: alpine-v16.11.0
4+
tag: alpine-v17.0.0
55

66
runners:
77
job:
@@ -11,4 +11,4 @@ runners:
1111
helper:
1212
registry: registry1.dso.mil
1313
repository: ironbank/gitlab/gitlab-runner/gitlab-runner-helper
14-
tag: v16.11.0
14+
tag: v17.0.0

zarf.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ components:
2424
valuesFiles:
2525
- values/registry1-values.yaml
2626
images:
27-
- "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner:v16.11.0"
28-
- "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v16.11.0"
27+
- "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner:v17.0.0"
28+
- "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v17.0.0"
2929
- "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.4"
3030

3131
- name: gitlab-runner
@@ -40,6 +40,6 @@ components:
4040
valuesFiles:
4141
- values/upstream-values.yaml
4242
images:
43-
- "registry.gitlab.com/gitlab-org/gitlab-runner:alpine-v16.11.0" # renovate: versioning=regex:^alpine-v?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)?$
44-
- "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v16.11.0"
45-
- "library/alpine:3.19.1" # renovate: versioning=regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)?$
43+
- "registry.gitlab.com/gitlab-org/gitlab-runner:alpine-v17.0.0"
44+
- "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v17.0.0"
45+
- "library/alpine:3.19.1"

0 commit comments

Comments
 (0)