Loading
Commits on Source 15
-
-
Alessio Caiazza authored
Add Logging Field Validator CI task for Go See merge request !1388
-
semantic-release-bot authored
## [3.15.0](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2026-04-02) ### Features * Add Logging Field Validator CI task for Go ([75e8bd17](75e8bd17))
-
Alessio Caiazza authored
Convert 15 components with custom structures, auth patterns, or bespoke rules that don't fit the standard library helpers cleanly. Go components: golangci-lint, go-unittests, go-mod-tidy Ruby/misc: rspec, danger, vendir, checkov, container-diff, opa, asdf-tool-versions Auth-gated: autolabels, semantic-release, renovate-bot, goreleaser, mirroring AI-assisted: GitLab Duo Agentic Chat (Claude Opus 4.6)
-
Bob Van Landuyt authored
Convert complex and auth-gated components to Jsonnet See merge request !1379
-
GitLab Renovate Bot authored
-
GitLab Renovate Bot authored
-
renovate-bot authored
chore(deps): update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v3.15 See merge request !1397
-
Alessio Caiazza authored
chore(deps): update dependency gitlab-com/gl-infra/platform/runway/runwayctl to v4.22.0 See merge request !1394
-
Alessio Caiazza authored
The danger component uses extends: [.common_ci_tasks_minimal_clone] via job.new() but did not include internal/minimal-clone/minimal-clone.yml, relying on other components in the pipeline to provide it. This breaks downstream tests that include danger.yml in isolation. AI-assisted: OpenCode (Claude Opus 4.6)
-
John Skarbek authored
Add missing minimal-clone include to danger component See merge request !1399
-
semantic-release-bot authored
## [3.15.1](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2026-04-03) ### Fixes * add missing minimal-clone include to danger component ([2ec181d7](2ec181d7)) ### Others * convert complex and auth-gated components to Jsonnet ([d3404398](d3404398)) ### Dependencies * **deps:** update dependency gitlab-com/gl-infra/platform/runway/runwayctl to v4.22.0 ([634adfa7](634adfa7)) * **deps:** update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v3.15 ([9f1c4647](9f1c4647))
-
Alessio Caiazza authored
The prepare-release.sh script updates Docker image version tags in *.yml and templates/**/*.yml, but not in src/ci/components/*.jsonnet. Since !1379 converted renovate-bot to Jsonnet, the generated renovate-bot.yml gets its version bumped by semantic-release while the Jsonnet source is left behind, creating a drift. Also fix the existing drift: renovate-bot.jsonnet still had v3.15.0 while the generated YAML was bumped to v3.15.1 by the release commit. Changes: - prepare-release.sh: add src/ci/components/*.jsonnet to the glob - .releaserc.json: add src/** to @semantic-release/git assets - renovate-bot.jsonnet: fix v3.15.0 -> v3.15.1 drift AI-assisted: OpenCode (Claude Opus 4.6)
-
Alessio Caiazza authored
Include Jsonnet sources in semantic-release version updates See merge request !1400
-
semantic-release-bot authored
## [3.15.2](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2026-04-03) ### Fixes * include Jsonnet sources in semantic-release version updates ([fc47cd70](fc47cd70))