- Jul 10, 2024
-
-
Andrew Newdigate authored
Closes #18 Switches to the `zsh` builtin command `whence` to resolve the location of the mise binary: https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html
-
- Jul 09, 2024
-
-
semantic-release-bot authored
### [2.20.3](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/compare/v2.20.2...v2.20.3) (2024-07-09) ### Bug Fixes * support OCI manifests in container-diff ([f46b3e53](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/commit/f46b3e53053e39acbd987e5bfb2d4653c44f3381))
-
Andrew Newdigate authored
fix: support OCI manifests in container-diff See merge request gitlab-com/gl-infra/common-ci-tasks!610
-
Andrew Newdigate authored
Adds support for OCI Manifests in container-diff.
-
semantic-release-bot authored
### [2.20.2](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/compare/v2.20.1...v2.20.2) (2024-07-09) ### Bug Fixes * skip tests outside of merge requests ([4d19e5f9](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/commit/4d19e5f9aa1a95d0768230a4a313f45d89075a18))
-
Andrew Newdigate authored
fix: skip tests outside of merge requests See merge request gitlab-com/gl-infra/common-ci-tasks!609
-
Andrew Newdigate authored
Don't run tests outside of merge requests.
-
semantic-release-bot authored
### [2.20.1](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/compare/v2.20.0...v2.20.1) (2024-07-09) ### Bug Fixes * container diff improvements ([58ef52ea](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/commit/58ef52ea3e68f8fbac0947cab7cda827b075099c))
-
Andrew Newdigate authored
fix: container diff improvements Closes #17 See merge request gitlab-com/gl-infra/common-ci-tasks!607
-
Andrew Newdigate authored
Fixes container-diff, ensuring that it works once again.
-
Andrew Newdigate authored
chore: use vault with Goreleaser See merge request gitlab-com/gl-infra/common-ci-tasks!606
-
Andrew Newdigate authored
-
Andrew Newdigate authored
Co-authored-by:
Samir Hafez <shafez@gitlab.com>
-
Andrew Newdigate authored
chore(deps): update dependency python/cpython to v3.11.9 See merge request gitlab-com/gl-infra/common-ci-tasks!514
-
Andrew Newdigate authored
Updates the goreleaser task to use Vault.
-
- Jul 08, 2024
-
-
semantic-release-bot authored
## [2.19.0](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/compare/v2.18.3...v2.19.0) (2024-07-08) ### Features * Renovate to maintain golangci-lint configuration ([389eb112](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/commit/389eb1127766da173b727989c3dc4b7e6e0e645d))
-
Andrew Newdigate authored
feat: Renovate to maintain golangci-lint configuration See merge request gitlab-com/gl-infra/common-ci-tasks!605
-
Andrew Newdigate authored
This change allows Renovate to update golangci-lint configurations to ensure that the configuration will continue to work after the renovate upgrade. It does this by checking for known new and removed linters and updates the configuration accordingly. Up until now, these changes were carried out manually.
-
Andrew Newdigate authored
chore(deps): update dependency git/git to v2.45.0 See merge request gitlab-com/gl-infra/common-ci-tasks!557
-
-
semantic-release-bot authored
### [2.18.3](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/compare/v2.18.2...v2.18.3) (2024-07-08) ### Bug Fixes * introduce a resource_group to prevent pipeline limits ([f1643d10](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/commit/f1643d1002f5c833e587133cd2631c724c06d86d))
-
Andrew Newdigate authored
fix: introduce a resource_group to prevent pipeline limits See merge request gitlab-com/gl-infra/common-ci-tasks!604
-
Andrew Newdigate authored
When a change results in a large number of downstream tests to be required, GitLab will sometimes fail the trigger jobs as too many pipelines have been created in the past minute. This change adds a resource_group as a way of attempting to limit the number of concurrent pipelines created.
-
Andrew Newdigate authored
chore(deps): update ghcr.io/containerbase/base docker tag to v10.15.3 See merge request gitlab-com/gl-infra/common-ci-tasks!603
-
GitLab Renovate Bot authored
-
GitLab Renovate Bot authored
-
Andrew Newdigate authored
chore: ignore all previous known Renovate bots See merge request gitlab-com/gl-infra/common-ci-tasks!602
-
Andrew Newdigate authored
There are currently numerous Renovate MRs which Renovate will not update since the email address of the Renovate author has changed. This MR updates the renovate config to ignore all known previous Renovate bot author emails, so that Renovate will be willing to update these MRs once again. The list was generated using the following command: ``` glab api --paginate 'groups/gitlab-com%2fgl-infra/merge_requests'\ '?state=opened&order_by=created_at&sort=asc'\ '&label=maintenance::dependency'| jq -r ' .[] | select(.title|contains("update dependency")) | "projects/\(.project_id)/merge_requests/\(.iid)/commits"'| while read line; do glab api "$line" | jq -r '.[]|.author_email'; done| sort -u ``` And then lightly edited.
-
semantic-release-bot authored
### [2.18.2](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/compare/v2.18.1...v2.18.2) (2024-07-08) ### Bug Fixes * all renovate changes to use the same email address ([f8595bbf](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/commit/f8595bbf9bf04510cdf3c867db10c4c76f691c78))
-
Andrew Newdigate authored
fix: all renovate changes to use the same email address See merge request gitlab-com/gl-infra/common-ci-tasks!601
-
Andrew Newdigate authored
-
Andrew Newdigate authored
chore(deps): update dependency gitlab-com/gl-infra/jsonnet-tool to v1.15.6 See merge request gitlab-com/gl-infra/common-ci-tasks!562
-
renovate authored
-
Andrew Newdigate authored
chore(deps): update dependency mikefarah/yq to v4.44.2 See merge request gitlab-com/gl-infra/common-ci-tasks!592
-
semantic-release-bot authored
### [2.18.1](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/compare/v2.18.0...v2.18.1) (2024-07-08) ### Bug Fixes * ignore defunct renovate bots ([8a65cf1e](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/commit/8a65cf1eae05238bb79688c7be87c17667cf6a31))
-
Andrew Newdigate authored
fix: ignore defunct renovate bots See merge request gitlab-com/gl-infra/common-ci-tasks!600
-
Andrew Newdigate authored
-
Andrew Newdigate authored
chore(deps): update dependency hashicorp/hcl to v2.21.0 See merge request gitlab-com/gl-infra/common-ci-tasks!594
-
Andrew Newdigate authored
chore(deps): update ghcr.io/containerbase/base docker tag to v10.15.2 See merge request gitlab-com/gl-infra/common-ci-tasks!593
-
- Jul 07, 2024
-
-
renovate authored
chore(deps): update dependency golang/go to v1.22.5 See merge request gitlab-com/gl-infra/common-ci-tasks!599
-