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
@@ -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.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: promlint.yml
```
 
Loading
Loading
Loading
Loading
@@ -42,7 +42,7 @@ There are four ways to configure the access token used by Renovate. There are in
 
```yaml
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: renovate-bot.yml
inputs:
vault: "gitlab-com/gitlab-com/gl-infra/renovate/renovate-ci/renovate/gitlab-com/token@ci"
Loading
Loading
@@ -141,7 +141,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.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: renovate-bot.yml
```
 
Loading
Loading
Loading
Loading
@@ -35,7 +35,7 @@ include:
 
.base_renovate_bot:
image:
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/renovate:v2.49.0
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/renovate:v2.49.1
entrypoint: [""]
stage: $[[ inputs.renovate_bot_stage ]]
variables:
Loading
Loading
Loading
Loading
@@ -79,7 +79,7 @@ Done :tada:
# 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: v2.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: semantic-release.yml
#inputs:
# stage: release
Loading
Loading
@@ -148,7 +148,7 @@ 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: v2.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: 'semantic-release.yml'
inputs:
vault: access_tokens/${VAULT_SECRETS_PATH}/semantic-release/token@ci
Loading
Loading
Loading
Loading
@@ -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: v2.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: shellcheck.yml
```
Loading
Loading
@@ -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: v2.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: shfmt.yml
```
Loading
Loading
@@ -26,7 +26,7 @@ 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/templates/golang.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: templates/golang.yml
```
 
Loading
Loading
@@ -42,7 +42,7 @@ include:
# common to all projects using this template library.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/standard.md
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: templates/golang.yml
inputs:
validate_stage: test # stage that validation jobs should run in
Loading
Loading
Loading
Loading
@@ -28,7 +28,7 @@ include:
# common to all projects using this template library.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/standard.md
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: templates/standard.yml
```
 
Loading
Loading
@@ -44,7 +44,7 @@ include:
# common to all projects using this template library.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/standard.md
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: templates/standard.yml
inputs:
validate_stage: test # stage that validation jobs should run in
Loading
Loading
Loading
Loading
@@ -28,7 +28,7 @@ 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/templates/terraform.md
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: templates/terraform.yml
```
 
Loading
Loading
@@ -44,7 +44,7 @@ include:
# common to all projects using this template library.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/standard.md
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: templates/terraform.yml
inputs:
validate_stage: test # stage that validation jobs should run in
Loading
Loading
Loading
Loading
@@ -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: v2.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: terraform-format.yml
```
Loading
Loading
@@ -11,7 +11,7 @@ include:
# Publish a Terraform Module in the Terraform Module registry
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/terraform-module-publish.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: terraform-module-publish.yml
inputs:
module_name: # Defaults to project name
Loading
Loading
Loading
Loading
@@ -22,7 +22,7 @@ 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: v2.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: terraform-validate.yml
```
 
Loading
Loading
Loading
Loading
@@ -30,7 +30,7 @@ include:
# Runs tflint on all terraform module directories
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/tflint.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: tflint.yml
```
 
Loading
Loading
Loading
Loading
@@ -16,7 +16,7 @@ variables:
include:
# Check that `vendir sync` is up-to-date and the repository matches the expected state
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: vendir.yml
```
 
Loading
Loading
Loading
Loading
@@ -12,7 +12,7 @@ stages:
 
include:
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: yamlfmt.yml
```
 
Loading
Loading
Loading
Loading
@@ -23,6 +23,6 @@ include:
# Runs yamllint on all terraform module directories
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/yamllint.md
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.49.0 # renovate:managed
ref: v2.49.1 # renovate:managed
file: yamllint.yml
```
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