Skip to content

chore(deps): update all non-major dependencies (master)#279

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/master-all-minor-patch
Open

chore(deps): update all non-major dependencies (master)#279
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/master-all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jul 14, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
debian final digest f18adf4cba95a2
envoyproxy/envoy minor v1.38.3v1.39.0
golang final digest 079e598ae5a231
golang stage minor 1.25-alpine1.26-alpine
golang stage digest 079e598ae5a231

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/master-all-minor-patch branch 2 times, most recently from 9cb79b0 to 9c5f902 Compare July 14, 2026 12:19
amuraru added a commit that referenced this pull request Jul 14, 2026
#286)

Both bugs surfaced live after #285 merged and Renovate re-evaluated
master (per the Mend job log the user pulled from
https://developer.mend.io/github/adobe/koperator, and PR #279 /
Dependency Dashboard #156):

  WARN: Package lookup failures (branch="renovate/master-all-minor-patch")
  { "warnings": ["Failed to look up github-releases package
  cznic/gotemplate: no-result"], "files": ["Makefile"] }

  WARN: Invalid regex manager registryUrl { "value": "" }

1. Makefile's GOTEMPLATE_VERSION annotation said `depName=cznic/gotemplate`,
   but the Makefile actually `go install`s `github.com/coveooss/gotemplate/v3`
   (see the bin/gotemplate target a few lines down) - `cznic/gotemplate`
   doesn't exist on GitHub at all (confirmed 404), so the datasource
   lookup could never succeed. Fixed the depName to `coveooss/gotemplate`,
   which does exist and has a v3.12.0 release matching the pinned version.

2. My #285 fix made tests/e2e/versions.go's ZookeeperOperatorVersion
   (datasource=docker) match by making registryUrl optional in the
   regex, but registryUrlTemplate still rendered to an empty string for
   it (docker deps have no Helm-repo registryUrl) - and a templated ""
   is still a defined-but-invalid registryUrl to Renovate, not the same
   as omitting it, hence the warning. Split this into two customManagers
   instead: the original one, unchanged, for helm entries that always
   carry a registryUrl, plus a new one - scoped to the literal
   `datasource=docker` (RE2 has no lookaround, so this is how the split
   avoids overlap without negative-lookahead trickery) - that never
   defines registryUrlTemplate at all. Renovate then auto-derives the
   registry from the image name (confirmed via local run: it correctly
   resolved to https://ghcr.io on its own).

Verified for real, not just via renovate-config-validator: ran
`renovate --platform=local --dry-run=full` end-to-end (LOG_LEVEL=debug)
against this branch. Confirmed in the output:
  - coveooss/gotemplate resolves cleanly, warnings: []
  - ghcr.io/adobe/helm-charts/zookeeper-operator now extracted with
    registryUrl auto-derived as https://ghcr.io, warnings: []
  - apache/kafka still tracked from #284, updates: [] (3.9.2 is in fact
    the latest 3.x release - nothing newer within the allowedVersions
    "<4.0.0" pin, confirmed against GitHub tags)
  - zero occurrences of "invalid regex", "lookup fail", or "no-result"
    anywhere in the full run log

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
@renovate
renovate Bot force-pushed the renovate/master-all-minor-patch branch 6 times, most recently from d49f9c5 to a102ee1 Compare July 16, 2026 20:42
@renovate
renovate Bot force-pushed the renovate/master-all-minor-patch branch from a102ee1 to 3fc8e20 Compare July 17, 2026 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants