- Sep 24, 2024
-
-
Matt Miller authored
Merge branch 'mattmi/add-chef-template' of gitlab.com:gitlab-com/gl-infra/common-ci-tasks into mattmi/add-chef-template
-
Matt Miller authored
-
Matt Miller authored
Co-authored-by:
Silvester Wainaina <swainaina@gitlab.com>
-
- Sep 19, 2024
-
-
Matt Miller authored
-
Matt Miller authored
-
Matt Miller authored
-
- Sep 18, 2024
-
-
Matt Miller authored
-
Matt Miller authored
-
- Sep 17, 2024
-
-
Matt Miller authored
-
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
-
Andrew Newdigate authored
-
- Sep 14, 2024
-
-
renovate-bot authored
chore(deps): update dependency zricethezav/gitleaks to v8.19.1 See merge request gitlab-com/gl-infra/common-ci-tasks!744
-
GitLab Renovate Bot authored
-
- Sep 12, 2024
-
-
renovate-bot authored
chore(deps): update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.37.0 See merge request gitlab-com/gl-infra/common-ci-tasks!742
-
GitLab Renovate Bot authored
-