Skip to content

Commit

Permalink
chore(deps): update gitlab runner package dependencies (#108)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [gitlab-runner](https://gitlab.com/gitlab-org/charts/gitlab-runner) |
minor | `0.67.0` -> `0.68.1` |
| registry.gitlab.com/gitlab-org/gitlab-runner | minor |
`alpine-v17.1.0` -> `alpine-v17.2.1` |
|
registry.gitlab.com/gitlab-org/ci-cd/gitlab-runner-ubi-images/gitlab-runner-helper-ocp
| minor | `v17.1.0` -> `v17.2.1` |
|
[registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner](https://about.gitlab.com/)
([source](https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner))
| minor | `v17.1.0` -> `v17.2.1` |
|
[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))
| minor | `v17.1.0` -> `v17.2.1` |

---

### Release Notes

<details>
<summary>gitlab-org/charts/gitlab-runner (gitlab-runner)</summary>

###
[`v0.68.1`](https://gitlab.com/gitlab-org/charts/gitlab-runner/blob/HEAD/CHANGELOG.md#v0681-2024-08-21)

[Compare
Source](https://gitlab.com/gitlab-org/charts/gitlab-runner/compare/v0.68.0...v0.68.1)

##### New features

-   Update GitLab Runner version to v17.3.1

##### Bug fixes

- Add env vars if secret is provided
[!489](https://gitlab.com/gitlab-org/charts/gitlab-runner/-/merge_requests/489)
- Revert the system_id generation
[!488](https://gitlab.com/gitlab-org/charts/gitlab-runner/-/merge_requests/488)

###
[`v0.68.0`](https://gitlab.com/gitlab-org/charts/gitlab-runner/blob/HEAD/CHANGELOG.md#v0680-2024-08-09)

[Compare
Source](https://gitlab.com/gitlab-org/charts/gitlab-runner/compare/v0.67.1...v0.68.0)

##### New features

-   Update GitLab Runner version to v17.3.0
- Add support for probe-level termination grace period
[!484](https://gitlab.com/gitlab-org/charts/gitlab-runner/-/merge_requests/484)
(panos [@&#8203;panos--](https://togithub.com/panos--))
- Generate system id when installing GitLab Runner through the Helm
Chart
[!417](https://gitlab.com/gitlab-org/charts/gitlab-runner/-/merge_requests/417)

##### Bug fixes

- Sanitize server session IP Address
[!481](https://gitlab.com/gitlab-org/charts/gitlab-runner/-/merge_requests/481)

##### Maintenance

- Merge back 0.64, 0.65, 0.66 and 0.67 patches in main branch
[!486](https://gitlab.com/gitlab-org/charts/gitlab-runner/-/merge_requests/486)
- Remove env vars if secret is provided
[!482](https://gitlab.com/gitlab-org/charts/gitlab-runner/-/merge_requests/482)
(Juan José Ruiz Romero [@&#8203;jjotah](https://togithub.com/jjotah))

###
[`v0.67.1`](https://gitlab.com/gitlab-org/charts/gitlab-runner/blob/HEAD/CHANGELOG.md#v0671-2024-07-26)

[Compare
Source](https://gitlab.com/gitlab-org/charts/gitlab-runner/compare/v0.67.0...v0.67.1)

##### New features

-   Update GitLab Runner version to v17.2.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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/defenseunicorns/uds-package-gitlab-runner).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM4LjU2LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInBhY2thZ2UtZGVwcyJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
Co-authored-by: Wayne Starr <me@racer159.com>
Release-As: v17.2.1-uds.0
  • Loading branch information
3 people authored Aug 30, 2024
1 parent 6609aa0 commit beaec62
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ components:
- name: gitlab-runner
namespace: gitlab-runner
url: https://charts.gitlab.io
version: "0.67.0"
version: "0.68.1"
valuesFiles:
- ../values/common-values.yaml
actions:
Expand Down
4 changes: 4 additions & 0 deletions values/common-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@ resources:
volumes:
- emptyDir: {}
name: gitlab-runner
- emptyDir: {}
name: gitlab-runner-home

volumeMounts:
- name: gitlab-runner
mountPath: /.gitlab-runner
- name: gitlab-runner-home
mountPath: /home/gitlab-runner
4 changes: 2 additions & 2 deletions values/registry1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
registry: "registry1.dso.mil"
image: "ironbank/gitlab/gitlab-runner/gitlab-runner"
# renovate: datasource=docker depName=registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner versioning=semver
tag: v17.1.0
tag: v17.2.1

runners:
job:
Expand All @@ -17,4 +17,4 @@ runners:
registry: "###ZARF_REGISTRY###"
repository: ironbank/gitlab/gitlab-runner/gitlab-runner-helper
# renovate: datasource=docker depName=registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper versioning=semver
tag: v17.1.0
tag: v17.2.1
4 changes: 2 additions & 2 deletions values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image:
registry: registry.gitlab.com
image: gitlab-org/gitlab-runner
# renovate: datasource=docker depName=registry.gitlab.com/gitlab-org/gitlab-runner versioning=semver extractVersion=^alpine-(?<version>.*)$
tag: alpine-v17.1.0
tag: alpine-v17.2.1

runners:
job:
Expand All @@ -14,4 +14,4 @@ runners:
registry: "###ZARF_REGISTRY###"
repository: gitlab-org/ci-cd/gitlab-runner-ubi-images/gitlab-runner-helper-ocp
# renovate: datasource=docker depName=registry.gitlab.com/gitlab-org/ci-cd/gitlab-runner-ubi-images/gitlab-runner-helper-ocp versioning=semver
tag: v17.1.0
tag: v17.2.1
8 changes: 4 additions & 4 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ components:
valuesFiles:
- values/registry1-values.yaml
images:
- "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner:v17.1.0"
- "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v17.1.0"
- "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner:v17.2.1"
- "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v17.2.1"
- "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.4"

- name: gitlab-runner
Expand All @@ -46,6 +46,6 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- "registry.gitlab.com/gitlab-org/gitlab-runner:alpine-v17.1.0" # renovate: extractVersion=^alpine-(?<version>.*)$
- "registry.gitlab.com/gitlab-org/ci-cd/gitlab-runner-ubi-images/gitlab-runner-helper-ocp:v17.1.0"
- "registry.gitlab.com/gitlab-org/gitlab-runner:alpine-v17.2.1" # renovate: extractVersion=^alpine-(?<version>.*)$
- "registry.gitlab.com/gitlab-org/ci-cd/gitlab-runner-ubi-images/gitlab-runner-helper-ocp:v17.2.1"
- "library/alpine:3.20.2"

0 comments on commit beaec62

Please sign in to comment.