Skip to content

Update dependency gitlab-ci-utils/gitlab-ci-templates to v24

This MR contains the following updates:

Package Type Update Change
gitlab-ci-utils/gitlab-ci-templates repository major 23.1.0 -> 24.0.1

Release Notes

gitlab-ci-utils/gitlab-ci-templates (gitlab-ci-utils/gitlab-ci-templates)

v24.0.1

Compare Source

Fixed
  • Fixed error in the prepare_release job that didn't update config from variable if a .gitlab/release.json fiiles was present, but this file is no longer supported.

v24.0.0

Compare Source

Changed
  • BREAKING: Removed dependencies from all applicable jobs to avoid conflicts with needs. This includes the remove_image, npm-publish and prepare_release jobs, and the .deploy_image and .skopeo templates. If both are specified, dependencies takes priority over which artifacts are downloaded. (#​283)
    • Updated Npm-Package-Base to specify npm_install and prepare_release as needs for npm_publish and no needs for prepare_release.
  • BREAKING: Updated duplication_* jobs to gitlab-pmd-cpd:2.0.0. The duplication_go job now properly excludes test files using an explicit list of files to analyze (created in before_script).
  • BREAKING: Updated semgrep-sast job to gitlab-semgrep-plus:3.0.0. See the release notes for details.
  • Updated Go jobs with changes found when using in a Go project: (#​281)
    • Updated go_mod_tidy job to only run if go.sum exists, but also check for go.mod to give meaningful failure message.
    • Updated go_test job to collect coverage from all packages (./...). This can be configured to check specific packages by overriding the GO_COVER_PACKAGES variable.
    • Updated .go_test template to always save artifacts.
  • Updated the go_sbom and syft_sbom jobs to save an artificial metrics report so they are included in the release evidence collection. (#​284)
Fixed
  • Updated the prepare_release job to gitlab-releaser@7.0.1 (from 6.0.0), fixing multiple issues with variable expansion. See the release notes for details.
  • Updated the pa11y_ci job to gitlab-pa11y-ci:7.4.0. See the release notes for details.
  • Updated the lint_npm_package job to npm-package-json-lint@7.1.0.
  • Updated the powershell-sast and lint_powershell jobs to powershell:7.4.
  • Updated the lint_yaml job to yamllint==1.33.0.
  • Updated the node_sbom job to cyclonedx-npm@1.14.2.
  • Updated the osv_scanner job to osv-scanner:v1.4.3.
  • Updated the syft_sbom job to syft:v0.97.1.
  • Updated the .go template and all Go jobs to golang:1.21.4.
  • Updated the .go_test template to go-test:1.0.1.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by GoldenBot

Merge request reports