chore(deps): update dependency gitlab-com/public-sector/pipeline to v3.3.2
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| gitlab-com/public-sector/pipeline | patch | 3.3.0 → 3.3.2 |
Release Notes
gitlab-com/public-sector/pipeline (gitlab-com/public-sector/pipeline)
v3.3.2: pipeline v3.3.2
Patch release. Includes the backtick fix from v3.3.1 plus the GOVULNCHECK_VERSION pin fix that was blocking the v3.3.1 tag pipeline from completing.
-
Backtick fix (was: v3.3.1). Dropped the GitLab
release:keyword in favor of an explicitglab release create --notes-fileinvocation. Therelease:keyword routed${CI_COMMIT_TAG_MESSAGE}through shelleval, treating backticks as command substitution and stripping everycode spanfrom the release page. The replacement reads the tag annotation directly fromgit tag -l --format='%(contents)'into a file, then passes that file toglab— no shell expansion of the description body. Re-runs are idempotent:glab release createupdates an existing release in place rather than failing. -
GOVULNCHECK_VERSIONpin fix.containers/ci-go.ContainerfilehadARG GOVULNCHECK_VERSION=1.3.0(novprefix); Go's module loader rejects bare semver:invalid version: unknown revision 1.3.0. Fixed tov1.3.0to match the siblingGOLANGCI_LINT_VERSION=v2.4.0shape. This was silently blocking every tag pipeline since the pin drifted; surfaced when v3.3.1's tag pipeline couldn't reach its own release stage. -
MR !57 — backtick fix
-
MR !58 — pin fix
-
Lab evidence: kaniko test-catalog-rc1 — pre-merge validation of the backtick fix against a real consumer; 32-backtick parity from source tag to rendered release page
v3.3.1
Configuration
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
- If you want to rebase/retry this MR, check this box
This MR has been generated by Mend Renovate.