Skip to content
Snippets Groups Projects
Commit d2b9dbfd authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.15.2

### [2.15.2](v2.15.1...v2.15.2) (2024-06-15)

### Bug Fixes

* kaniko standalone missing included variables ([e3e53c8d](e3e53c8d)), closes [#16](#16)
parent 34002737
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ include: ...@@ -24,7 +24,7 @@ include:
# and that asdf and mise are generally working # and that asdf and mise are generally working
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/asdf-tool-versions.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/asdf-tool-versions.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.1 # renovate:managed ref: v2.15.2 # renovate:managed
file: asdf-tool-versions.yml file: asdf-tool-versions.yml
``` ```
......
...@@ -7,7 +7,7 @@ spec: ...@@ -7,7 +7,7 @@ spec:
validate_asdf_tool_versions: validate_asdf_tool_versions:
stage: $[[ inputs.stage ]] stage: $[[ inputs.stage ]]
image: image:
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/asdf:v2.15.1 name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/asdf:v2.15.2
entrypoint: [""] entrypoint: [""]
needs: [] needs: []
variables: variables:
...@@ -57,7 +57,7 @@ validate_asdf_tool_versions: ...@@ -57,7 +57,7 @@ validate_asdf_tool_versions:
validate_mise_tool_versions: validate_mise_tool_versions:
stage: $[[ inputs.stage ]] stage: $[[ inputs.stage ]]
image: image:
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/mise:v2.15.1 name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/mise:v2.15.2
entrypoint: [""] entrypoint: [""]
needs: [] needs: []
script: script:
......
...@@ -25,6 +25,6 @@ include: ...@@ -25,6 +25,6 @@ include:
# Runs checkov on all terraform module directories # Runs checkov on all terraform module directories
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/checkov.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/checkov.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.1 # renovate:managed ref: v2.15.2 # renovate:managed
file: checkov.yml file: checkov.yml
``` ```
...@@ -7,7 +7,7 @@ This can help to determine how much a container image has changed in size due to ...@@ -7,7 +7,7 @@ This can help to determine how much a container image has changed in size due to
```yaml ```yaml
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.1 # renovate:managed ref: v2.15.2 # renovate:managed
file: 'container-diff.yml' file: 'container-diff.yml'
inputs: inputs:
job_name: container-diff job_name: container-diff
......
...@@ -13,7 +13,7 @@ include: ...@@ -13,7 +13,7 @@ include:
# validate .editorconfig # validate .editorconfig
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/editorconfig-check.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/editorconfig-check.md
- project: "gitlab-com/gl-infra/common-ci-tasks" - project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.15.1 # renovate:managed ref: v2.15.2 # renovate:managed
file: "editorconfig-check.yml" file: "editorconfig-check.yml"
``` ```
......
...@@ -11,6 +11,6 @@ stages: ...@@ -11,6 +11,6 @@ stages:
include: include:
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/gitlab-scanners.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/gitlab-scanners.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.1 # renovate:managed ref: v2.15.2 # renovate:managed
file: 'gitlab-scanners.yml' file: 'gitlab-scanners.yml'
``` ```
...@@ -37,6 +37,6 @@ include: ...@@ -37,6 +37,6 @@ include:
# Ensure that all shell-scripts are formatted according to a # Ensure that all shell-scripts are formatted according to a
# standard canonical format # standard canonical format
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.1 # renovate:managed ref: v2.15.2 # renovate:managed
file: gitleaks.yml file: gitleaks.yml
``` ```
...@@ -14,6 +14,6 @@ include: ...@@ -14,6 +14,6 @@ include:
# Runs gitlint on all terraform module directories # Runs gitlint on all terraform module directories
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/gitlint.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/gitlint.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.1 # renovate:managed ref: v2.15.2 # renovate:managed
file: gitlint.yml file: gitlint.yml
``` ```
...@@ -19,7 +19,7 @@ include: ...@@ -19,7 +19,7 @@ include:
# Perform `go mod tidy` and ensure that go.mod and go.sum are tidy. # Perform `go mod tidy` and ensure that go.mod and go.sum are tidy.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/go-mod-tidy.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/go-mod-tidy.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.1 # renovate:managed ref: v2.15.2 # renovate:managed
file: go-mod-tidy.yml file: go-mod-tidy.yml
``` ```
## A note on compatibility ## A note on compatibility
......
...@@ -20,7 +20,7 @@ include: ...@@ -20,7 +20,7 @@ include:
# Runs Go unit tests # Runs Go unit tests
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/go-unittests.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/go-unittests.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.1 # renovate:managed ref: v2.15.2 # renovate:managed
file: go-unittests.yml file: go-unittests.yml
``` ```
......
...@@ -13,6 +13,6 @@ include: ...@@ -13,6 +13,6 @@ include:
# Runs golangci-lint on the project. # Runs golangci-lint on the project.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/golangci-lint.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/golangci-lint.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.1 # renovate:managed ref: v2.15.2 # renovate:managed
file: 'golangci-lint.yml' file: 'golangci-lint.yml'
``` ```
...@@ -78,7 +78,7 @@ include: ...@@ -78,7 +78,7 @@ include:
# build binary release artifacts with goreleaser # build binary release artifacts with goreleaser
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/goreleaser.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/goreleaser.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.1 # renovate:managed ref: v2.15.2 # renovate:managed
file: goreleaser.yml file: goreleaser.yml
``` ```
...@@ -112,7 +112,7 @@ include: ...@@ -112,7 +112,7 @@ include:
# build binary release artifacts with goreleaser # build binary release artifacts with goreleaser
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/goreleaser.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/goreleaser.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.1 # renovate:managed ref: v2.15.2 # renovate:managed
file: goreleaser.yml file: goreleaser.yml
``` ```
......
...@@ -10,7 +10,7 @@ include: ...@@ -10,7 +10,7 @@ include:
# Ensures that all terraform files are correctly formatted # Ensures that all terraform files are correctly formatted
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/hclfmt.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/hclfmt.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.1 # renovate:managed ref: v2.15.2 # renovate:managed
file: hclfmt.yml file: hclfmt.yml
``` ```
......
...@@ -19,6 +19,6 @@ include: ...@@ -19,6 +19,6 @@ include:
# canonical manner with sorted keys # canonical manner with sorted keys
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/jsonfmt.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/jsonfmt.md
- project: "gitlab-com/gl-infra/common-ci-tasks" - project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.15.1 # renovate:managed ref: v2.15.2 # renovate:managed
file: jsonfmt.yml file: jsonfmt.yml
``` ```
...@@ -9,7 +9,7 @@ include: ...@@ -9,7 +9,7 @@ include:
# Includes a base template for running kaniko easily # Includes a base template for running kaniko easily
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/kaniko.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/kaniko.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.1 # renovate:managed ref: v2.15.2 # renovate:managed
file: 'kaniko.yml' file: 'kaniko.yml'
.container_builds: .container_builds:
......
...@@ -22,6 +22,6 @@ variables: ...@@ -22,6 +22,6 @@ variables:
include: include:
# Setup Woodhouse notifications in merge requests for mirrored remote pipelines. # Setup Woodhouse notifications in merge requests for mirrored remote pipelines.
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.1 # renovate:managed ref: v2.15.2 # renovate:managed
file: mirroring.yml file: mirroring.yml
``` ```
...@@ -15,7 +15,7 @@ include: ...@@ -15,7 +15,7 @@ include:
# Includes a base template for oidc authentication # Includes a base template for oidc authentication
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/oidc.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/oidc.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.1 # renovate:managed ref: v2.15.2 # renovate:managed
file: 'oidc.yml' file: 'oidc.yml'
deploy_to_cloud_provider: deploy_to_cloud_provider:
...@@ -46,7 +46,7 @@ include: ...@@ -46,7 +46,7 @@ include:
# Includes a base template for running kaniko easily # Includes a base template for running kaniko easily
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/kaniko.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/kaniko.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.1 # renovate:managed ref: v2.15.2 # renovate:managed
file: 'oidc.yml' file: 'oidc.yml'
oidc_authenticated_job: oidc_authenticated_job:
...@@ -156,7 +156,7 @@ include: ...@@ -156,7 +156,7 @@ include:
# Includes a base template for running kaniko easily # Includes a base template for running kaniko easily
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/kaniko.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/kaniko.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.1 # renovate:managed ref: v2.15.2 # renovate:managed
file: 'oidc.yml' file: 'oidc.yml'
dual_oidc_authenticated_job: dual_oidc_authenticated_job:
......
...@@ -23,7 +23,7 @@ include: ...@@ -23,7 +23,7 @@ include:
# Ensure that all Prometheus Rules and Alerts are defined correctly # Ensure that all Prometheus Rules and Alerts are defined correctly
# Rules defined https://cloudflare.github.io/pint/checks/ # Rules defined https://cloudflare.github.io/pint/checks/
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.1 # renovate:managed ref: v2.15.2 # renovate:managed
file: promlint.yml file: promlint.yml
``` ```
......
...@@ -26,7 +26,7 @@ include: ...@@ -26,7 +26,7 @@ include:
# Upgrades dependencies on a schedule # Upgrades dependencies on a schedule
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/renovate-bot.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/renovate-bot.md
- project: "gitlab-com/gl-infra/common-ci-tasks" - project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.15.1 # renovate:managed ref: v2.15.2 # renovate:managed
file: renovate-bot.yml file: renovate-bot.yml
``` ```
......
...@@ -8,7 +8,7 @@ spec: ...@@ -8,7 +8,7 @@ spec:
--- ---
.base_renovate_bot: .base_renovate_bot:
image: image:
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/renovate:v2.15.1 name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/renovate:v2.15.2
entrypoint: [""] entrypoint: [""]
stage: $[[ inputs.renovate_bot_stage ]] stage: $[[ inputs.renovate_bot_stage ]]
variables: variables:
......
  • The severity of "missing variables" vs "broken builds" is a little bit wrong. :D

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment