- Jan 17, 2025
-
-
David Leach authored
-
- Sep 21, 2024
-
-
renovate-bot authored
chore(deps): update dependency zricethezav/gitleaks to v8.19.2 See merge request gitlab-com/gl-infra/common-ci-tasks!762
-
GitLab Renovate Bot authored
-
- Sep 18, 2024
-
-
renovate-bot authored
chore(deps): update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.40.3 See merge request gitlab-com/gl-infra/common-ci-tasks!761
-
GitLab Renovate Bot authored
-
semantic-release-bot authored
## [2.40.3](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2024-09-18) ### Fixes * **goreleaser:** remove expose_as from Gorelease artifacts ([a2ecb5ba](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/a2ecb5ba3c215c501849186ecd3292adc9c9ab47)) ### Dependencies * **deps:** update dependency python/cpython to v3.12.6 ([1eaca1cd](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/1eaca1cd88d113eac5fc1855b30b8826d583d6eb)) * **deps:** update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.40.2 ([aecea365](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/aecea3653f3b481dd694a18763687deb244fb49a))
-
Andrew Newdigate authored
fix(goreleaser): remove expose_as from Gorelease artifacts See merge request gitlab-com/gl-infra/common-ci-tasks!759
-
Andrew Newdigate authored
This configuration is causing some pipelines to fail, eg https://gitlab.com/gitlab-com/gl-infra/terra-transformer/-/pipelines/1458330067 The error message is: ``` This GitLab CI configuration is invalid: jobs:goreleaser_build:artifacts paths can't contain '*' when used with 'expose_as'. ``` Additionally, it is not needed, nor used.
-
renovate-bot authored
chore(deps): update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.40.2 See merge request gitlab-com/gl-infra/common-ci-tasks!758
-
GitLab Renovate Bot authored
-
Andrew Newdigate authored
chore(deps): update dependency python/cpython to v3.12.6 See merge request gitlab-com/gl-infra/common-ci-tasks!722
-
semantic-release-bot authored
## [2.40.2](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2024-09-18) ### Fixes * easier debugging of common-ci-tasks ([485161a7](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/485161a7adc32de5cf8635a1962b66c3177f8226)) ### Dependencies * **deps:** update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.40.1 ([3fbe6a93](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/3fbe6a935ab66397b975aad022ce5244eb252509))
-
Andrew Newdigate authored
fix: bug where Goreleaser builds don't have appropriate permissions to publish docker images See merge request gitlab-com/gl-infra/common-ci-tasks!757
-
Andrew Newdigate authored
Including secret configuration source.
-
- Sep 17, 2024
-
-
renovate-bot authored
chore(deps): update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.40.1 See merge request gitlab-com/gl-infra/common-ci-tasks!756
-
GitLab Renovate Bot authored
-
semantic-release-bot authored
## [2.40.1](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2024-09-17) ### Fixes * revert release_on_main_branch ([ab417a3b](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/ab417a3be92f6ff9c3775c1b2dd085c2d923f2f7)) ### Dependencies * **deps:** update ghcr.io/containerbase/base docker tag to v11.11.17 ([3f4b1109](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/3f4b1109c8fdcfeef198b3f7860b785f3c4a6ca2)) * **deps:** update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.39.1 ([ebd0375a](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/ebd0375a32ef13eb1112de3edb990ad379e15c0a))
-
Andrew Newdigate authored
fix: revert release_on_main_branch See merge request gitlab-com/gl-infra/common-ci-tasks!755
-
Andrew Newdigate authored
chore(deps): update ghcr.io/containerbase/base docker tag to v11.11.17 See merge request gitlab-com/gl-infra/common-ci-tasks!743
-
Andrew Newdigate authored
Turns out this isn't as helpful as I'd hoped. Removing as it's low value.
-
renovate-bot authored
chore(deps): update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.39.1 See merge request gitlab-com/gl-infra/common-ci-tasks!754
-
semantic-release-bot authored
## [2.40.0](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2024-09-17) ### Features * add support for ChainGuard registry access ([d2c15aa0](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/d2c15aa042807f03ce87aee2946050e585081087)) ### Dependencies * **deps:** update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.39.0 ([8616dfb6](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/8616dfb6624054d3e3276a4a238fefbc9af1b402))
-
GitLab Renovate Bot authored
-
Andrew Newdigate authored
feat: add support for ChainGuard registry access See merge request gitlab-com/gl-infra/common-ci-tasks!734
-
renovate-bot authored
chore(deps): update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.39.0 See merge request gitlab-com/gl-infra/common-ci-tasks!753
-
semantic-release-bot authored
## [2.39.1](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2024-09-17) ### Fixes * typo in goreleaser rules ([cea03a13](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/cea03a1388022d53399bd59fbd30809e442d16e4))
-
GitLab Renovate Bot authored
-
Andrew Newdigate authored
fix: typo in goreleaser rules See merge request gitlab-com/gl-infra/common-ci-tasks!752
-
Andrew Newdigate authored
Fixes a typo in the rules for running goreleaser
-
semantic-release-bot authored
## [2.39.0](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2024-09-17) ### Features * allow Goreleaser to run on default branch ([8ade73e0](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/8ade73e05cd015e601dc2ef9f6031747ea8f13dc)) ### Others * use truncated versions for Goreleaser ([96cc0364](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/96cc0364f2f6fbed875effa341641db60ebb6586)) ### Dependencies * **deps:** update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.38.0 ([0d77c48b](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/0d77c48bd77c53662b8c08e77ca050597d3b5f78))
-
Andrew Newdigate authored
feat: allow Goreleaser to run on default branch See merge request gitlab-com/gl-infra/common-ci-tasks!751
-
Andrew Newdigate authored
-
Bob Van Landuyt :neckbeard: authored
chore: use truncated versions for Goreleaser See merge request gitlab-com/gl-infra/common-ci-tasks!746
-
Andrew Newdigate authored
Now that we manage our own goreleaser container images, it's more straight-forward to publish truncated version tags. This will further reduce the number of Renovate MRs.
-
renovate-bot authored
chore(deps): update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.38.0 See merge request gitlab-com/gl-infra/common-ci-tasks!747
-
GitLab Renovate Bot authored
-
- Sep 16, 2024
-
-
semantic-release-bot authored
## [2.38.0](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2024-09-16) ### Features * use golang-fips for compiling FIPS goreleaser modules ([4b015195](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/4b0151954412463e8b468336b6614cdcd4361322)) ### Dependencies * **deps:** update dependency zricethezav/gitleaks to v8.19.1 ([5682ac26](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/5682ac26c894fd355fba58919a18a3e07a77438f)) * **deps:** update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.37.0 ([154cc13b](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/154cc13bdc70e085ae5a7b8b1f8f99b11ef53840))
-
Craig Miskell authored
feat: use golang-fips for compiling FIPS_MODE=1 goreleaser artifacts See merge request gitlab-com/gl-infra/common-ci-tasks!741
-
GitLab Renovate Bot authored
-
Andrew Newdigate authored
-