Skip to content
Commits on Source (9)
......@@ -17,5 +17,5 @@ variables:
GL_COMMON_RENOVATE_NODEJS_VERSION: "20.16.0" # datasource=node depName=nodejs/node
GL_COMMON_RENOVATE_RUBY_VERSION: "3.3.4" # datasource=ruby-version depName=ruby/ruby
GL_COMMON_RENOVATE_YARN_VERSION: "1.22.22" # datasource=github-tags depName=yarnpkg/yarn
GL_COMMON_RENOVATE_YQ_VERSION: "4.44.2" # datasource=github-releases depName=mikefarah/yq
GL_COMMON_RENOVATE_YQ_VERSION: "4.44.3" # datasource=github-releases depName=mikefarah/yq
GL_COMMON_RENOVATE_PYTHON_VERSION: "3.12.5" # datasource=github-tags depName=python/cpython
# This image is used by asdf to validate asdf setup scripts in asdf-tool-versions.yml
# This docker image is deprecated. Use the mise image instead.
FROM ghcr.io/containerbase/base:11.11.0
FROM ghcr.io/containerbase/base:11.11.6
ARG GL_COMMON_RENOVATE_GIT_VERSION
ARG GL_COMMON_RENOVATE_PYTHON_VERSION
......
# This image is used by asdf to validate asdf setup scripts in asdf-tool-versions.yml
FROM ghcr.io/containerbase/base:11.11.0
FROM ghcr.io/containerbase/base:11.11.6
ARG GL_COMMON_RENOVATE_GIT_VERSION
ARG GL_COMMON_RENOVATE_PYTHON_VERSION
......
......@@ -5,7 +5,7 @@ FROM docker.io/mikefarah/yq:${GL_COMMON_RENOVATE_YQ_VERSION} as yq
FROM registry.gitlab.com/gitlab-com/gl-infra/jsonnet-tool:v${GL_COMMON_RENOVATE_JSONNET_TOOL_VERSION} AS jsonnet-tool
# This image is used by renovate
FROM ghcr.io/containerbase/base:11.11.0
FROM ghcr.io/containerbase/base:11.11.6
ARG GL_COMMON_RENOVATE_GIT_VERSION
ARG GL_COMMON_RENOVATE_GOLANG_VERSION
ARG GL_COMMON_RENOVATE_JB_VERSION
......
......@@ -31,6 +31,6 @@ include:
# 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
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.27.0 # renovate:managed
ref: v2.27.1 # renovate:managed
file: asdf-tool-versions.yml
```
......@@ -6,7 +6,7 @@ spec:
validate_mise_tool_versions:
stage: $[[ inputs.stage ]]
image:
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/mise:v2.27.0
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/mise:v2.27.1
entrypoint: [""]
needs: []
script:
......
......@@ -25,6 +25,6 @@ include:
# Runs checkov on all terraform module directories
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/checkov.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.27.0 # renovate:managed
ref: v2.27.1 # renovate:managed
file: checkov.yml
```
......@@ -7,7 +7,7 @@ This can help to determine how much a container image has changed in size due to
```yaml
include:
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.27.0 # renovate:managed
ref: v2.27.1 # renovate:managed
file: 'container-diff.yml'
inputs:
job_name: container-diff # The name of the job this template will create
......
......@@ -13,7 +13,7 @@ variables:
include:
# Run Danger during merge requests to alert on messages, warnings and errors.
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.27.0 # renovate:managed
ref: v2.27.1 # renovate:managed
file: 'danger.yml'
inputs:
# stage: defaults to `validate`
......
......@@ -21,7 +21,7 @@ include:
# Includes a base template for running an opinionated docker buildx build
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/docker.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.27.0 # renovate:managed
ref: v2.27.1 # renovate:managed
file: 'docker.yml'
.container_builds:
......@@ -72,7 +72,7 @@ logs:
```
------------------------------------------------------------
Verify this container image using:
cosign verify registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/asdf:v2.27.0 \
cosign verify registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/asdf:v2.27.1 \
--certificate-identity https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks//.gitlab-ci.yml@refs/tags/v1.2.3 \
--certificate-oidc-issuer https://gitlab.com
------------------------------------------------------------
......
......@@ -13,7 +13,7 @@ include:
# validate .editorconfig
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/editorconfig-check.md
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.27.0 # renovate:managed
ref: v2.27.1 # renovate:managed
file: "editorconfig-check.yml"
```
......
......@@ -11,6 +11,6 @@ stages:
include:
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/gitlab-scanners.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.27.0 # renovate:managed
ref: v2.27.1 # renovate:managed
file: 'gitlab-scanners.yml'
```
......@@ -37,6 +37,6 @@ include:
# Ensure that all shell-scripts are formatted according to a
# standard canonical format
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.27.0 # renovate:managed
ref: v2.27.1 # renovate:managed
file: gitleaks.yml
```
......@@ -14,6 +14,6 @@ include:
# Runs gitlint on all terraform module directories
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/gitlint.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.27.0 # renovate:managed
ref: v2.27.1 # renovate:managed
file: gitlint.yml
```
......@@ -19,7 +19,7 @@ include:
# 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
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.27.0 # renovate:managed
ref: v2.27.1 # renovate:managed
file: go-mod-tidy.yml
```
## A note on compatibility
......
......@@ -20,7 +20,7 @@ include:
# Runs Go unit tests
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/go-unittests.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.27.0 # renovate:managed
ref: v2.27.1 # renovate:managed
file: go-unittests.yml
```
......
......@@ -13,6 +13,6 @@ include:
# Runs golangci-lint on the project.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/golangci-lint.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.27.0 # renovate:managed
ref: v2.27.1 # renovate:managed
file: 'golangci-lint.yml'
```
......@@ -102,7 +102,7 @@ include:
# build binary release artifacts with goreleaser
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/goreleaser.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.27.0 # renovate:managed
ref: v2.27.1 # renovate:managed
file: goreleaser.yml
```
......@@ -136,7 +136,7 @@ include:
# build binary release artifacts with goreleaser
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/goreleaser.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.27.0 # renovate:managed
ref: v2.27.1 # renovate:managed
file: goreleaser.yml
```
......
......@@ -10,7 +10,7 @@ include:
# Ensures that all terraform files are correctly formatted
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/hclfmt.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.27.0 # renovate:managed
ref: v2.27.1 # renovate:managed
file: hclfmt.yml
```
......
......@@ -19,6 +19,6 @@ include:
# canonical manner with sorted keys
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/jsonfmt.md
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.27.0 # renovate:managed
ref: v2.27.1 # renovate:managed
file: jsonfmt.yml
```