- Feb 27, 2025
-
-
semantic-release-bot authored
## [2.62.3](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2025-02-27) ### Fixes * use semver-coerced versioning ([859b6d05](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/859b6d05bb23ebeacb608981d1474cbe6e1b24f1)) ### Dependencies * **deps:** update dependency checkov to v3.2.377 ([9a7ccf59](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/9a7ccf5975c502d3b376632dbaa951719680fbea)) * **deps:** update dependency gitlab-com/gl-infra/jsonnet-tool to v1.17.1 ([29777b62](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/29777b62c75b83acbc0e093fe5fd4184566295c8)) * **deps:** update dependency python/cpython to v3.13.2 ([6a7462b5](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/6a7462b58b6ee536875410eb5d4651e12942f853))
-
Andrew Newdigate authored
fix: use semver-coerced versioning See merge request gitlab-com/gl-infra/common-ci-tasks!935
-
Andrew Newdigate authored
I've noticed that truncated versioning upgrades is no longer working. Looking at the logs in Renovate, the versions are reporting as invalid: ```json { "depName": "goreleaser/goreleaser", "currentValue": "2.3", "datasource": "github-releases", "versioning": "semver", "replaceString": " 2.3 # datasource=github-releases depName=goreleaser/goreleaser\n", "updates": [], "packageName": "goreleaser/goreleaser", "warnings": [], "skipReason": "invalid-value" } ``` This is an attempt to fix this situation by switching to coerced semver, which allows coersion of truncated version numbers
-
Andrew Newdigate authored
chore(deps): update dependency gitlab-com/gl-infra/jsonnet-tool to v1.17.1 See merge request gitlab-com/gl-infra/common-ci-tasks!933
-
Andrew Newdigate authored
chore(deps): update dependency checkov to v3.2.377 See merge request gitlab-com/gl-infra/common-ci-tasks!930
-
Andrew Newdigate authored
chore(deps): update dependency python/cpython to v3.13.0 See merge request gitlab-com/gl-infra/common-ci-tasks!788
-
semantic-release-bot authored
## [2.62.2](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2025-02-27) ### Reverts * Revert "feat: Adds semantic-release dry-run for .releaserc changes" ([1564f2a4](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/1564f2a4151df103853fc4faad9ae0a86e712776))
-
Andrew Newdigate authored
fix: Revert "feat: Adds semantic-release dry-run for .releaserc changes" See merge request gitlab-com/gl-infra/common-ci-tasks!934
-
John Jarvis authored
This reverts commit 592f1d06.
-
semantic-release-bot authored
## [2.62.1](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2025-02-27) ### Fixes * install a specific mise_version instead of latest ([08aa002c](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/08aa002c0f7086c53fd8b7924a290f4bf2ba14dd)) ### Dependencies * **deps:** update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.62 ([6a0111db](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/6a0111db869f45f684057cb16e839f066edc3bb7))
-
Tarun Khandelwal authored
fix: install a specific mise_version instead of latest in renovate image See merge request gitlab-com/gl-infra/common-ci-tasks!932
-
Tarun Khandelwal authored
-
Tarun Khandelwal authored
-
Tarun Khandelwal authored
-
Tarun Khandelwal authored
-
Tarun Khandelwal authored
-
Tarun Khandelwal authored
-
Tarun Khandelwal authored
-
Tarun Khandelwal authored
-
Tarun Khandelwal authored
-
- Feb 26, 2025
-
-
GitLab Renovate Bot authored
-
renovate-bot authored
chore(deps): update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.62 See merge request gitlab-com/gl-infra/common-ci-tasks!931
-
GitLab Renovate Bot authored
-
GitLab Renovate Bot authored
-
GitLab Renovate Bot authored
-
semantic-release-bot authored
## [2.62.0](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2025-02-26) ### Features * emit the renovate report as a build artifact from renovate job ([dc5519cb](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/dc5519cb79440a2e2bff983e29432c8c5556691d)) ### Others * add dependency-type labels for Renovate upgrades ([396e88af](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/396e88af0570c1f2fa5e93de9bd50e7732ea771c)) ### Dependencies * **deps:** update dependency ruby/ruby to v3.4.2 ([b84fffd2](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/b84fffd2dbcd4ee3657749b156bd011f10caa797)) * **deps:** update ghcr.io/containerbase/base docker tag to v13.8.0 ([2489df0c](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/2489df0c4f7b5b29b5fc11ccb44902b42db90343)) * **deps:** update golang-minor to v1.24.0 ([5d017272](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/5d017272ca0e207f5579a5382a7396cf202d54c9))
-
Andrew Newdigate authored
feat: emit the renovate report as a build artifact from renovate job See merge request gitlab-com/gl-infra/common-ci-tasks!929
-
Andrew Newdigate authored
In future, this report may be useful for vulnerability management, for example.
-
- Feb 25, 2025
-
-
Andrew Newdigate authored
chore(deps): update ghcr.io/containerbase/base docker tag to v13.8.0 See merge request gitlab-com/gl-infra/common-ci-tasks!926
-
Andrew Newdigate authored
chore(deps): update golang-minor to v1.24.0 (minor) See merge request gitlab-com/gl-infra/common-ci-tasks!918
-
Andrew Newdigate authored
chore(deps): update dependency ruby/ruby to v3.4.2 See merge request gitlab-com/gl-infra/common-ci-tasks!858
-
Andrew Newdigate authored
chore: add dependency-type labels for Renovate upgrades See merge request gitlab-com/gl-infra/common-ci-tasks!928
-
Andrew Newdigate authored
This allows developers to quickly filter Renovate upgrades based on the type.
-
semantic-release-bot authored
## [2.61.1](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2025-02-25) ### Fixes * revert "fix: workaround for the outdated ds template" ([62069728](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/620697283f254f523d95a498dcd8ab94fd1ea3f5)) ### Dependencies * **deps:** update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.60 ([5b7e8316](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/5b7e83167ef835c14a1ed9e6cba75e7e0ff27a05)) * **deps:** update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.61 ([44c3b8cc](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/44c3b8ccb00ffd36cb328e424d74a26812737de4)) * **deps:** update registry.gitlab.com/gitlab-com/gl-infra/autolabels docker tag to v1.4.0 ([d3023bc8](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/d3023bc8329448f90fe64f85d4a64f03bf5e106c))
-
Alessio Caiazza authored
fix: revert "fix: workaround for the outdated ds template" See merge request gitlab-com/gl-infra/common-ci-tasks!927
-
Pierre Guinoiseau authored
-
- Feb 24, 2025
-
-
GitLab Renovate Bot authored
-
Tarun Khandelwal authored
chore(deps): update registry.gitlab.com/gitlab-com/gl-infra/autolabels docker tag to v1.4.0 See merge request gitlab-com/gl-infra/common-ci-tasks!925
-
- Feb 21, 2025
-
-
GitLab Renovate Bot authored
-
- Feb 20, 2025
-
-
Pierre Guinoiseau authored
Fix oidc.md - Replace AWS with GCP on Line 34 See merge request gitlab-com/gl-infra/common-ci-tasks!865
-