Skip to content
Snippets Groups Projects
Commit 4c4d74a8 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent a9e7c680
No related branches found
No related tags found
No related merge requests found
Pipeline #21872724 passed
Loading
Loading
@@ -24,7 +24,7 @@ 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.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: asdf-tool-versions.yml
```
 
Loading
Loading
Loading
Loading
@@ -7,7 +7,7 @@ spec:
validate_asdf_tool_versions:
stage: $[[ inputs.stage ]]
image:
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/asdf:v2.15.2
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/asdf:v2.16.0
entrypoint: [""]
needs: []
variables:
Loading
Loading
@@ -57,7 +57,7 @@ validate_asdf_tool_versions:
validate_mise_tool_versions:
stage: $[[ inputs.stage ]]
image:
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/mise:v2.15.2
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/mise:v2.16.0
entrypoint: [""]
needs: []
script:
Loading
Loading
Loading
Loading
@@ -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.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: checkov.yml
```
Loading
Loading
@@ -7,7 +7,7 @@ This can help to determine how much a container image has changed in size due to
 
```yaml
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: 'container-diff.yml'
inputs:
job_name: container-diff
Loading
Loading
Loading
Loading
@@ -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.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: "editorconfig-check.yml"
```
 
Loading
Loading
Loading
Loading
@@ -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.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: 'gitlab-scanners.yml'
```
Loading
Loading
@@ -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.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: gitleaks.yml
```
Loading
Loading
@@ -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.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: gitlint.yml
```
Loading
Loading
@@ -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.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: go-mod-tidy.yml
```
## A note on compatibility
Loading
Loading
Loading
Loading
@@ -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.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: go-unittests.yml
```
 
Loading
Loading
Loading
Loading
@@ -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.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: 'golangci-lint.yml'
```
Loading
Loading
@@ -78,7 +78,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.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: goreleaser.yml
```
 
Loading
Loading
@@ -112,7 +112,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.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: goreleaser.yml
```
 
Loading
Loading
Loading
Loading
@@ -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.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: hclfmt.yml
```
 
Loading
Loading
Loading
Loading
@@ -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.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: jsonfmt.yml
```
Loading
Loading
@@ -9,7 +9,7 @@ include:
# Includes a base template for running kaniko easily
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/kaniko.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: 'kaniko.yml'
 
.container_builds:
Loading
Loading
Loading
Loading
@@ -22,6 +22,6 @@ variables:
include:
# Setup Woodhouse notifications in merge requests for mirrored remote pipelines.
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: mirroring.yml
```
Loading
Loading
@@ -15,7 +15,7 @@ include:
# Includes a base template for oidc authentication
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/oidc.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: 'oidc.yml'
 
deploy_to_cloud_provider:
Loading
Loading
@@ -46,7 +46,7 @@ include:
# Includes a base template for running kaniko easily
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/kaniko.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: 'oidc.yml'
 
oidc_authenticated_job:
Loading
Loading
@@ -156,7 +156,7 @@ include:
# Includes a base template for running kaniko easily
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/kaniko.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: 'oidc.yml'
 
dual_oidc_authenticated_job:
Loading
Loading
Loading
Loading
@@ -23,7 +23,7 @@ include:
# Ensure that all Prometheus Rules and Alerts are defined correctly
# Rules defined https://cloudflare.github.io/pint/checks/
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: promlint.yml
```
 
Loading
Loading
Loading
Loading
@@ -26,7 +26,7 @@ include:
# Upgrades dependencies on a schedule
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/renovate-bot.md
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: renovate-bot.yml
```
 
Loading
Loading
Loading
Loading
@@ -8,7 +8,7 @@ spec:
---
.base_renovate_bot:
image:
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/renovate:v2.15.2
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/renovate:v2.16.0
entrypoint: [""]
stage: $[[ inputs.renovate_bot_stage ]]
variables:
Loading
Loading
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