Commits on Source 21
-
Andrew Newdigate authored
Related to #33
-
Andrew Newdigate authored
This change will allow projects to control the mise version in use, should they wish to do that. Related to #33.
-
Bob Van Landuyt authored
chore: unpin mise version See merge request !948
-
GitLab Renovate Bot authored
-
GitLab Renovate Bot authored
-
GitLab Renovate Bot authored
-
renovate-bot authored
chore(deps): update dependency adrienverge/yamllint to v1.36.2 See merge request !952
-
Pierre Guinoiseau authored
-
Pierre Guinoiseau authored
feat: add Vault support and multi-mirror support in mirroring template See merge request !940
-
semantic-release-bot authored
## [2.65.0](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2025-03-18) ### Features * add Vault support and multi-mirror support in mirroring template ([20d29eb9](20d29eb9)) ### Others * allow projects to control mise version ([379df311](379df311)), closes [#33](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/issues/) * unpin mise version ([e25143cf](e25143cf)), closes [#33](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/issues/) ### Dependencies * **deps:** update dependency adrienverge/yamllint to v1.36.2 ([791813a3](791813a3))
-
Andrew Newdigate authored
chore(deps): update dependency git/git to v2.49.0 See merge request !953
-
Andrew Newdigate authored
chore(deps): update ghcr.io/containerbase/base docker tag to v13.8.7 See merge request !951
-
Bob Van Landuyt authored
This runs a script after the update of goreleaser. When the version we upgraded to is 2.8, we'll rename `ids` to `builds` in the goreleaser config as documented here: https://goreleaser.com/deprecations/#archivesbuilds These are the ones I have todo's for so far: - gitlab-com/gl-infra/observability/tenant-observability/config-manager!194 - jsonnet-tool!214 We're using python and ruaml for this migration to ensure the whitespace and comments remain in place.
-
-
Cameron McFarland authored
fix: Move Chef jobs out of the template See merge request !830
-
semantic-release-bot authored
## [2.65.1](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2025-03-18) ### Fixes * Move Chef jobs out of the template ([94c61c8a](94c61c8a)) ### Dependencies * **deps:** update dependency git/git to v2.49.0 ([1f5d3891](1f5d3891)) * **deps:** update ghcr.io/containerbase/base docker tag to v13.8.7 ([371e21fc](371e21fc))
-
Andrew Newdigate authored
fix: automatically fix goreleaser deprecations for 2.8 migrations See merge request !957
-
semantic-release-bot authored
## [2.65.2](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2025-03-18) ### Fixes * automatically fix goreleaser deprecations for 2.8 migrations ([feaf46a4](feaf46a4))
-
Bob Van Landuyt authored
Not all versions of `mise` have the `tool` subcommand available. As was visible in https://gitlab.com/gitlab-com/gl-infra/gitlab-dedicated/aws-instance-health-exporter/-/merge_requests/336#note_2406751558 This removes that dependency and uses `awk` to get the requested version from `.tool-versions` instead. It's too bad renovate doesn't apss it in as an argument. /label ~"Powered by Claude"
-
Bob Van Landuyt authored
fix(goreleaser): don't depend on mise for finding requested goreleaser version See merge request !959
-
semantic-release-bot authored
## [2.65.3](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2025-03-20) ### Fixes * **goreleaser:** don't depend on mise for finding requested goreleaser version ([f662a6cb](f662a6cb))