Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gitlab-runner-18.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var-transforms:
package:
name: gitlab-runner-18.0
# ---Additional updates required--- Review 'vars' section (above), when reviewing version bumps.
version: "18.0.1"
version: "18.0.2"
epoch: 0
description: GitLab Runner is the open source project that is used to run your CI/CD jobs and send the results back to GitLab
copyright:
Expand All @@ -29,7 +29,7 @@ pipeline:
with:
repository: https://gitlab.com/gitlab-org/gitlab-runner
tag: v${{package.version}}
expected-commit: 3e653c4eebd35913487814d8f07de42f3b32ee2c
expected-commit: 4d7093e1e4eb37e77441dc0f9c83e0af7a9d4180

- name: Verify base-images-tag matches the expected upstream value
runs: |
Expand Down
Loading