- Feb 27, 2025
-
-
Andrew Newdigate authored
I've noticed that truncated versioning upgrades is no longer working. Looking at the logs in Renovate, the versions are reporting as invalid: ```json { "depName": "goreleaser/goreleaser", "currentValue": "2.3", "datasource": "github-releases", "versioning": "semver", "replaceString": " 2.3 # datasource=github-releases depName=goreleaser/goreleaser\n", "updates": [], "packageName": "goreleaser/goreleaser", "warnings": [], "skipReason": "invalid-value" } ``` This is an attempt to fix this situation by switching to coerced semver, which allows coersion of truncated version numbers
-
- Jan 24, 2025
-
-
Pierre Guinoiseau authored
-
Pierre Guinoiseau authored
-
- Nov 05, 2024
-
-
Pierre Guinoiseau authored
-
- Sep 17, 2024
-
-
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.
-
- Sep 04, 2024
-
-
Andrew Newdigate authored
An attempt to work around #26
-
- Jul 29, 2024
-
-
Andrew Newdigate authored
-
Andrew Newdigate authored
Part of https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/issues/19 This adds some documentation on how to publish truncated versions for Kaniko images and Goreleaser.
-
- Jul 26, 2024
-
-
Andrew Newdigate authored
Part of https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/issues/19 Adds a preset to allow Renovate to Truncate Versions for certain known dependencies.
-