Loading
Commits on Source 26
-
GitLab Renovate Bot authored
-
renovate-bot authored
chore(deps): update dependency gitlab-org/caproni to v2.19.0 See merge request !634
-
GitLab Renovate Bot authored
-
renovate-bot authored
chore(deps): update dependency gitlab-com/gl-infra/platform/runway/fairway to v1.15.1 See merge request !635
-
GitLab Renovate Bot authored
-
GitLab Renovate Bot authored
-
GitLab Renovate Bot authored
-
GitLab Renovate Bot authored
-
GitLab Renovate Bot authored
chore(deps): update dependency https://gitlab.com/gitlab-com/gl-infra/common-template-copier.git to v1.47.0
-
renovate-bot authored
chore(deps): update dependency air-verse/air to v1.65.1 See merge request !636
-
GitLab Renovate Bot authored
-
renovate-bot authored
chore(deps): update dependency gitlab-com/gl-infra/platform/runway/fairway to v1.15.2 See merge request !637
-
renovate-bot authored
chore(deps): update dependency abiosoft/colima to v0.10.1 See merge request !638
-
renovate-bot authored
chore(deps): update dependency hashicorp/terraform to v1.15.0 See merge request !640
-
renovate-bot authored
chore(deps): update dependency https://gitlab.com/gitlab-com/gl-infra/common-template-copier.git to v1.47.0 See merge request !641
-
renovate-bot authored
chore(deps): update dependency kubernetes/kubernetes to v1.36.0 See merge request !642
-
GitLab Renovate Bot authored
-
Alessio Caiazza authored
The local packageRule for common-ci-tasks in .gitlab-ci.yml.jinja and .pre-commit-config.yaml.jinja was overriding the renovate-truncated-versions preset's extractVersion. The greedy '^v?(?<version>.*)' captured the full major.minor.patch (e.g. 4.0.1) and stripped the v prefix, producing template output like 'rev: 4.0.1' or 'standard-build@4.0.1'. Two problems: 1. pre-commit cannot resolve 'rev: 4.0.1' because common-ci-tasks only publishes tags like 'v4.0.1' (with v) and the moving 'v4.0'. This caused CI failures: 'pathspec 4.0.1 did not match any file(s) known to git'. 2. Pinning to a specific patch defeats the purpose of consuming common-ci-tasks via a moving major.minor ref. Replace the greedy extractVersion with '^(?<version>v?\d+\.\d+)' which truncates to major.minor and preserves the v prefix when present, matching the existing template content style ('v3.24', 'v4.0'). AI-assisted: OpenCode (Claude Opus 4.7) -
Alessio Caiazza authored
chore(deps): update dependency gitlab-org/caproni to v2.20.0 See merge request !639
-
GitLab Renovate Bot authored
-
renovate-bot authored
chore(deps): update dependency metalbear-co/mirrord to v3.208.0 See merge request !643
-
Alessio Caiazza authored
Preserve v-prefix and truncate to major.minor for common-ci-tasks in jinja templates See merge request !644
-
GitLab Renovate Bot authored
-
Alessio Caiazza authored
chore(deps): update common-ci-tasks to v4 (major) See merge request !632
-
Alessio Caiazza authored
Why nothing visibly breaks today Two protections happen to align: - entrypoint is set explicitly to ./dist/air/main, which is the real path. Air uses it for the initial spawn. - send_interrupt, full_bin, clean_on_exit, rerun, and post_cmd/pre_cmd are all at their defaults (false / empty). -
Alessio Caiazza authored
fix(golang): correct air config build.bin See merge request !645