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
7 changes: 6 additions & 1 deletion gitlab-runner-17.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ package:
name: gitlab-runner-17.8
# ---Additional updates required--- Review 'vars' section (above), when reviewing version bumps.
version: 17.8.3
epoch: 3
epoch: 4
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:
- license: MIT
Expand All @@ -29,6 +29,11 @@ pipeline:
tag: v${{package.version}}
expected-commit: 690ce25c4e607e5f993cf439439ad6acc77952ba

- uses: go/bump
with:
deps: |-
github.com/go-jose/go-jose/v3@v3.0.4

- name: Verify base-images-tag matches the expected upstream value
runs: |
# Ensure the expected tag used of the base images align with upstream.
Expand Down
Loading