Commit Graph

11 Commits

Author SHA1 Message Date
admin a2686fac96 renovate: termix via inline manifest comment (packageRule was applied too late)
Debug-level dry-run revealed why the previous packageRule approach
(`datasource: github-releases` + `packageName: Termix-SSH/Termix` +
`versioning: regex:^release-...`) silently did nothing:

  DEBUG: Dependency ghcr.io/lukegus/termix has unsupported/unversioned
         value release-1.11.0 (versioning=docker)
  DEBUG: Skipping ghcr.io/lukegus/termix because no currentDigest or
         pinDigests

The kubernetes manager extracts the image with the default versioning
(=docker), runs an EARLY currentValue pre-check, fails on `release-1.11.0`,
falls back to digest-based updates, and gives up -- all BEFORE the
packageRule's `versioning` override has a chance to apply. Same failure
class as the earlier `extractVersion` attempt.

Renovate's documented fix for this exact case is an inline manifest
comment that applies overrides at extraction time:

  # renovate: datasource=github-releases depName=Termix-SSH/Termix \
  #          versioning=loose extractVersion=^release-(?<version>.+)$
  image: ghcr.io/lukegus/termix:release-1.11.0

With extractVersion stripping the `release-` prefix at extraction, the
loose semver parser handles the resulting `1.11.0` / `2.3.2` fine.
github-releases datasource gives Renovate real upstream timestamps so
the 3-day stability gate works normally. Removing the now-superseded
packageRule keeps the config clean (6 rules instead of 7).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-06 09:25:29 +02:00
admin 9c33dce1df updated to 1.11.0 2026-02-02 13:12:11 +01:00
admin c14aa3ac8b removed GB as allowed country 2026-02-01 10:27:48 +01:00
admin 64e0854859 added GB to some apps 2026-01-28 18:37:52 +01:00
admin 3cdcf44641 added local access to nginx filter 2026-01-20 18:14:08 +01:00
admin 99548a235e fixed geoip tag 2026-01-20 18:01:32 +01:00
admin 7595cbe4ad added geoip filters to ingresses 2026-01-20 17:11:41 +01:00
admin 9bc0e0a8fc updated image tags and regex filters for version-checker 2026-01-13 20:31:11 +01:00
kisfenyo 4797e70e7e termix update to 1.10.0 2026-01-02 09:16:16 +01:00
kisfenyo 01f4727a9a fixed image tag 2025-12-30 12:34:07 +01:00
kisfenyo 31c35bd1eb added termix 2025-12-30 12:32:08 +01:00