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

chore(release): 2.49.1

## [2.49.1](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2025-01-09)

### Fixes

* remove default ([e210eb7b](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/e210eb7b143cb4b449e79c8c35ad78645c4a50d0))
* remove quotes from regex as per documentation ([4afaabc7](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/4afaabc7dbbb6c9a9ca9a62d770c9d6b1df7453e))
* remove regex because it precludes the use of variable expansion ([2833935d](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/2833935d58c06d16dc0e63bfbf96df0895987a4f))

### Tests

* proper var formatting? ([295dbf01](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/295dbf01135a132d26e9fe4db102a0a6c9fb8c3a))
* remove the default all together ([08721c63](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/08721c63432e5a45473ef2cf5cfa6cb55891f23e))
* restore the regex ([dd6e9b50](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/dd6e9b508e248c773d8bdf32abc7ce0e9431dcc3))

### Dependencies

* **deps:** update dependency jdx/mise to v2024.12.17 ([caa2be0b](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/caa2be0b122a7785838af9eb6ce1e39078b8a79a))
* **deps:** update dependency jdx/mise to v2024.12.24 ([0bd7f82b](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/0bd7f82bcff475ec1e8d87dd1c683201a8086393))
* **deps:** update dependency zricethezav/gitleaks to v8.22.0 ([ccacf2da](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/ccacf2daaf2ab612257409413ed8161546fe77a2))
* **deps:** update dependency zricethezav/gitleaks to v8.22.1 ([71ca2955](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/71ca29550bd127786c8acfe7e8dfe6db92b0f3da))
* **deps:** update golang-patch to v1.23.4 ([3f3990f4](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/3f3990f43b51068153e9024c09963fe7151f97a2))
* **deps:** update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.49.0 ([e2aa780a](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/e2aa780a2e356cc419d1267977071db6c80092b7))
parent c0331881
No related branches found
No related tags found
No related merge requests found
Pipeline #24480432 failed
Loading
Loading
@@ -15,7 +15,7 @@ include:
# and include the container scanning results in the project that is triggering this scan.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/appsec-container-scan.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: appsec-container-scan.yml
 
container_image_scan:
Loading
Loading
Loading
Loading
@@ -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.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: asdf-tool-versions.yml
```
Loading
Loading
@@ -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.49.0
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/mise:v2.49.1
entrypoint: [""]
needs: []
variables:
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.49.0 # renovate:managed
ref: v2.49.1 # 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
include:
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: 'container-diff.yml'
inputs:
job_name: container-diff # The name of the job this template will create
Loading
Loading
Loading
Loading
@@ -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.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: 'danger.yml'
# inputs:
# stage: defaults to `validate`
Loading
Loading
Loading
Loading
@@ -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.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: 'docker.yml'
 
.container_builds:
Loading
Loading
@@ -72,7 +72,7 @@ logs:
```
------------------------------------------------------------
Verify this container image using:
cosign verify registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/asdf:v2.49.0 \
cosign verify registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/asdf:v2.49.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
------------------------------------------------------------
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.49.0 # renovate:managed
ref: v2.49.1 # 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.49.0 # renovate:managed
ref: v2.49.1 # 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.49.0 # renovate:managed
ref: v2.49.1 # 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.49.0 # renovate:managed
ref: v2.49.1 # 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.49.0 # renovate:managed
ref: v2.49.1 # 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.49.0 # renovate:managed
ref: v2.49.1 # 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.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: 'golangci-lint.yml'
```
Loading
Loading
@@ -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.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: goreleaser.yml
```
 
Loading
Loading
@@ -142,7 +142,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.49.0 # renovate:managed
ref: v2.49.1 # 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.49.0 # renovate:managed
ref: v2.49.1 # 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.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: jsonfmt.yml
```
Loading
Loading
@@ -13,7 +13,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.49.0 # renovate:managed
ref: v2.49.1 # 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.49.0 # renovate:managed
ref: v2.49.1 # 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.49.0 # renovate:managed
ref: v2.49.1 # 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.49.0 # renovate:managed
ref: v2.49.1 # 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.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: 'oidc.yml'
 
dual_oidc_authenticated_job:
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