Skip to content
Commits on Source (6)
......@@ -24,6 +24,6 @@ include:
# and that ASDF is 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: v1.22.1 # renovate:managed
ref: v1.22.3 # renovate:managed
file: asdf-tool-versions.yml
```
validate_asdf_tool_versions:
stage: validate
image:
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/renovate:v1.22.1
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/renovate:v1.22.3
entrypoint: [""]
needs: []
variables:
......
......@@ -14,6 +14,6 @@ include:
# validate .editorconfig
# 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: v1.22.1 # renovate:managed
ref: v1.22.3 # 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: v1.22.1 # renovate:managed
ref: v1.22.3 # renovate:managed
file: 'gitlab-scanners.yml'
```
......@@ -19,6 +19,6 @@ 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: v1.22.1 # renovate:managed
ref: v1.22.3 # renovate:managed
file: go-mod-tidy.yml
```
......@@ -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: v1.22.1 # renovate:managed
ref: v1.22.3 # 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: v1.22.1 # renovate:managed
ref: v1.22.3 # renovate:managed
file: 'golangci-lint.yml'
```
......@@ -78,6 +78,6 @@ 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: v1.22.1 # renovate:managed
ref: v1.22.3 # renovate:managed
file: goreleaser.yml
```
......@@ -8,7 +8,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: v1.22.1 # renovate:managed
ref: v1.22.3 # renovate:managed
file: 'kaniko.yml'
.container_builds:
......
......@@ -24,7 +24,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: v1.22.1 # renovate:managed
ref: v1.22.3 # renovate:managed
file: renovate-bot.yml
```
......
renovate_bot:
image:
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/renovate:v1.22.1
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/renovate:v1.22.3
entrypoint: [""]
stage: renovate_bot
variables:
......
......@@ -47,7 +47,7 @@
"extractVersion": "^v?(?<version>.*)",
"postUpgradeTasks": {
"commands": [
"./scripts/update-asdf-version-variables.sh"
"ASDF_DIR=/asdf ./scripts/update-asdf-version-variables.sh"
],
"fileFilters": [
".gitlab-ci-*.yml"
......
......@@ -38,6 +38,6 @@ include:
# Analyze commits to determine whether to cut a release
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/semantic-release.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.22.1 # renovate:managed
ref: v1.22.3 # renovate:managed
file: 'semantic-release.yml'
```
......@@ -26,6 +26,6 @@ include:
# standard canonical format
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/shellcheck.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.22.1 # renovate:managed
ref: v1.22.3 # renovate:managed
file: shellcheck.yml
```
......@@ -22,6 +22,6 @@ include:
# Ensure that all shell-scripts are formatted according to a
# standard canonical format
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.22.1 # renovate:managed
ref: v1.22.3 # renovate:managed
file: shfmt.yml
```
......@@ -26,6 +26,6 @@ include:
# Runs golang standard tests, including tests, goreleaser, golangci-lint and go-mod-tidy
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/README.md#templatesgolangyml
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.22.1 # renovate:managed
ref: v1.22.3 # renovate:managed
file: templates/golang.yml
```
......@@ -25,6 +25,6 @@ include:
# common to all projects using this template library.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/README.md#templatesstandardyml
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.22.1 # renovate:managed
ref: v1.22.3 # renovate:managed
file: templates/standard.yml
```
......@@ -25,6 +25,6 @@ include:
# Runs Terraform validations, including tflint, terraform validate and terraform formatting checks
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/README.md#templatesterraformyml
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.22.1 # renovate:managed
ref: v1.22.3 # renovate:managed
file: templates/terraform.yml
```
......@@ -19,6 +19,6 @@ include:
# Ensures that all terraform files are correctly formatted
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/terraform-format.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.22.1 # renovate:managed
ref: v1.22.3 # renovate:managed
file: terraform-format.yml
```
......@@ -22,6 +22,6 @@ include:
# Ensures that all terraform files are syntactically valid
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/terraform-validate.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.22.1 # renovate:managed
ref: v1.22.3 # renovate:managed
file: terraform-validate.yml
```