Skip to content

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

This MR contains the following updates:

Package Type Update Change
gitlab-ci-utils/gitlab-ci-templates repository major 27.0.1 -> 28.0.0

Release Notes

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

v28.0.0

Compare Source

Changed
  • BREAKING: Replaced docker_dive job with container_dive job, which no longer requires Docker-in-Docker. This also pins the dive version, which is managed by Renovate. (#​299)
  • BREAKING: Removed all Docker-specific templates, jobs, and collections as listed below as there are now non Docker-in-Docker equivalents for all jobs. These should be replaced with the container_* equivalents. Also consolidated the Container-Base collection into the Container-Build-Test-Deploy collection since now only included there. (#​299)
    • /templates/Docker-in-Docker.gitlab-ci.yml
    • /jobs/Docker-Build.gitlab-ci.yml
    • /jobs/Docker-Deploy.gitlab-ci.yml
    • /jobs/Docker-Dive.gitlab-ci.yml
    • /collections/Container-Base.gitlab-ci.yml
    • /collections/Docker-Build-Test-Deploy.gitlab-ci.yml
  • BREAKING: Updated pagean and lint_pageanrc jobs to pagean@10.0.0.
  • Updated lint_go image to include full version and digest.
  • Updated Renovate config to track versions for go installed dependencies.
  • Updated the semgrep-sast job to gitlab-semgrep-plus:5.1.0.
  • Updated the .go_test template to go-test:2.1.0.
Fixed
  • Fixed go_mod_updates job to only run if a go.sum file exists, not go.mod.
  • Updated the go_sbom job to cyclonedx-gomod v1.6.0.
  • Updated the lint_go job to pin to complete version number and digest.
  • Updated the lint_prose job to vale:1.0.5,
  • Updated the osv_scanner job to osv-scanner:v1.6.2.
  • Updated the syft_sbom job to syft:v0.103.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.

Merge request reports