chore(deps): update networkpolicy docker tag to v4.6.0 - #153
Merged
Conversation
Owner
Renovate Review:
|
| Check | Result |
|---|---|
| Inputs | ✅ complete |
| Description vs. diff | ✅ consistent (single-line bump to 03_apps/values.yaml's networkPolicyChartVersion default) |
| Rendered diff | 🔴 none at all — no rendered-diff comment exists on this PR |
| Changelog vs. config | ✅ checked against what's already known, no violation found |
Details:
- This only touches
03_apps/values.yaml, which is outside the pr-diff workflow's trigger paths (03_apps/apps/**,02_bootstrap/**) — so unlike PR chore(deps): update externalsecrets docker tag to v4.6.0 #128 (which hit this same coverage gap but still got a rendered diff because it also touched an in-scope file), this PR triggers no rendered diff at all, not even a "no changes detected" comment. This is a wider blind spot than a truncated diff: zero visibility into the actual rendered effect of bumping the repo-wide default network-policy chart version. - This default is used by every app in the repo with
networkpolicy.enabled: true(mosquitto, teamspeak, jellyfin, n8n, adguard-sync, heimdall, home-assistant, crowdsec web-ui, cloudnative-pg components, kyverno, nodered, and more) that doesn't pin its own version — a materially wider blast radius than a single-app bump. - The same v4.5.0/v4.6.0 changelog already reviewed for PR chore(deps): update generic-service docker tag to v4.6.0 #146 (
generic-service) applies here: the subPath single-key restriction and the multi-subnet-CIDR feature. PR chore(deps): update generic-service docker tag to v4.6.0 #146's rendered diffs showed the CIDR feature as an additive, benign widening (adds the cluster's IPv6 ULA range alongside the existing trusted/20) — but that was confirmed specifically for thegeneric-service-based apps, not independently for whichever apps render their network policies through this separate default.
Why medium: a security-relevant, repo-wide default changes with literally no rendered-diff visibility at all — the same feature was benign where it could be checked directly (#146), but that can't be independently confirmed here.
Generated by Claude Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.4.0→4.6.0Release Notes
lunarys/generic-helm-chart (networkpolicy)
v4.6.0Compare Source
Features
v4.5.0Compare Source
Bug Fixes
Features
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.