- Nov 05, 2024
-
-
GitLab Renovate Bot authored
-
Andrew Newdigate authored
fix: Add SBOM attestation to Docker build See merge request gitlab-com/gl-infra/common-ci-tasks!819
-
Andrew Newdigate authored
- Added `--attest type=sbom` flag to the `docker buildx build` command in the Dockerfile. - This flag enables SBOM (Software Bill of Materials) attestation during the Docker build process. - The SBOM attestation helps to track and manage the dependencies and components used in the Docker image, ensuring compliance and security.
-
renovate-bot authored
chore(deps): update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.44.0 See merge request gitlab-com/gl-infra/common-ci-tasks!817
-
semantic-release-bot authored
## [2.44.1](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2024-11-05) ### Fixes * remove 'v' prefix from truncated versions in Renovate ([b30fcf20](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/b30fcf20fab03de4ce755ab5faac8daa04da42e1))
-
GitLab Renovate Bot authored
-
Andrew Newdigate authored
fix: remove 'v' prefix from truncated versions in Renovate See merge request gitlab-com/gl-infra/common-ci-tasks!816
-
Pierre Guinoiseau authored
-
- Oct 31, 2024
-
-
semantic-release-bot authored
## [2.44.0](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2024-10-31) ### Features * **docker:** turn branch write caching off by default ([8700ca04](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/8700ca04e76306733fdc73256c99a85b3da6040e)) ### Dependencies * **deps:** update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.43.1 ([13e2a5d5](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/13e2a5d51ecabbae49e1546fd3ec2e8ad726b738)) * **deps:** update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.43.2 ([c5c56e28](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/c5c56e280247619168e2fac6ed35155e4ed2d898))
-
Andrew Newdigate authored
feat(docker): turn branch write caching off by default See merge request gitlab-com/gl-infra/common-ci-tasks!813
-
Andrew Newdigate authored
It turns out that for many docker jobs, writing the branch write cache takes many times longer than the docker build itself, so make it optional.
-
- Oct 29, 2024
-
-
renovate-bot authored
chore(deps): update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.43.2 See merge request gitlab-com/gl-infra/common-ci-tasks!812
-
GitLab Renovate Bot authored
-
renovate-bot authored
chore(deps): update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.43.1 See merge request gitlab-com/gl-infra/common-ci-tasks!810
-
semantic-release-bot authored
## [2.43.2](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2024-10-29) ### Fixes * skip renovate-validate on semantic release pushes ([af0b1b23](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/af0b1b23f2a52304a93f15962919e4f0fbc13a7b))
-
GitLab Renovate Bot authored
-
Andrew Newdigate authored
fix: skip renovate-validate on semantic release pushes See merge request gitlab-com/gl-infra/common-ci-tasks!811
-
Andrew Newdigate authored
We're already made this change for `renovate_bot` jobs: we need to do the same for `renovate_validate` jobs for the same reason: the image doesn't exist until after the tag pipeline is run.
-
semantic-release-bot authored
## [2.43.1](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2024-10-29) ### Fixes * broken Docker tags builds ([fccc5d03](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/fccc5d032f8b6844520082c20bfc6c3ecca0449f)) * revert to working renovate image ([0b9b975b](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/0b9b975b6e723d4e869bcc68bac647fb0364f2b1))
-
Andrew Newdigate authored
fix: revert to working renovate image See merge request gitlab-com/gl-infra/common-ci-tasks!809
-
Andrew Newdigate authored
So that we can cut a release, which will then upgrade it again.
-
Andrew Newdigate authored
fix: broken Docker tags builds See merge request gitlab-com/gl-infra/common-ci-tasks!808
-
Andrew Newdigate authored
Also, stops renovate running when Semantic Releaser pushes directly to main branch, as this has the affect of making it appear that the main branch is broken, when it's not.
-
- Oct 28, 2024
-
-
semantic-release-bot authored
## [2.43.0](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2024-10-28) ### Features * switch from GitLab caching to Registry caching for docker builds ([9a45fe19](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/9a45fe19a938f288746b382ccdbf665ffcb3cf06)) ### Dependencies * **deps:** update dependency gitlab-com/gl-infra/jsonnet-tool to v1.16.0 ([30824386](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/3082438625e63cbf0bbb6ae8dd4fffe7b0633171)) * **deps:** update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.42.1 ([3eec173a](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/3eec173a5a87b9535e8f039b6154047bb5f37146))
-
Andrew Newdigate authored
feat: switch from GitLab caching to Registry caching for docker builds See merge request gitlab-com/gl-infra/common-ci-tasks!807
-
Andrew Newdigate authored
Looking for performance improvements.
-
Andrew Newdigate authored
chore(deps): update dependency gitlab-com/gl-infra/jsonnet-tool to v1.16.0 See merge request gitlab-com/gl-infra/common-ci-tasks!800
-
- Oct 27, 2024
-
-
renovate-bot authored
chore(deps): update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.42.1 See merge request gitlab-com/gl-infra/common-ci-tasks!806
-
GitLab Renovate Bot authored
-
semantic-release-bot authored
## [2.42.1](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2024-10-27) ### Fixes * **renovate:** upgrade GitLab configs in .gitlab directory ([8f4ae91c](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/8f4ae91c4b6a17ef9df53734e188ffb53a485a1e)) ### Dependencies * **deps:** update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.42.0 ([34ac0b69](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/34ac0b69842a2536b3722cb0e4448013d780c63d))
-
Andrew Newdigate authored
fix(renovate): upgrade GitLab configs in .gitlab directory See merge request gitlab-com/gl-infra/common-ci-tasks!805
-
Andrew Newdigate authored
This configures Renovate to upgrade gitlab-ci YAML files in `.gitlab/{ci,template}` subdirectories, as the default configuration only checks the `.gitlab-ci.yml` file.
-
- Oct 26, 2024
-
-
renovate-bot authored
chore(deps): update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.42.0 See merge request gitlab-com/gl-infra/common-ci-tasks!804
-
GitLab Renovate Bot authored
-
semantic-release-bot authored
## [2.42.0](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2024-10-26) ### Features * support vendir in common-ci-tasks ([1c6bfa09](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/1c6bfa09dc56b6adfe7ab3f28bb8fcef2be8545e)) ### Docs * add cosign to developer setup ([330690dc](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/330690dc1caba5257330fb22225b096e0d9506b3)) ### Dependencies * **deps:** update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.41.3 ([649dc05a](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/commit/649dc05aeb1bfd3a7e438382ae54e21f43d85887))
-
Andrew Newdigate authored
feat: support vendir in common-ci-tasks See merge request gitlab-com/gl-infra/common-ci-tasks!802
-
Andrew Newdigate authored
-
- Oct 25, 2024
-
-
renovate-bot authored
chore(deps): update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.41.3 See merge request gitlab-com/gl-infra/common-ci-tasks!799
-
GitLab Renovate Bot authored
-
GitLab Renovate Bot authored
-