chore(deps): update kyverno docker tag to v3.9.0 - #177
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Helm Template Diff —
|
Owner
Renovate Review:
|
| Check | Result |
|---|---|
| Inputs | Degraded — the PR body contains only the summary table, no ### Release Notes section at all (unlike #174/#175/#176), so breaking-change assessment falls back to raw version numbers only. Diff comment present (slug 03-apps-apps-kyverno-kyverno), matching the changed app. |
| Description vs. diff | Consistent — table says 3.8.2→3.9.0 (minor); the only changed file is 03_apps/apps/kyverno/kyverno-app.yaml, a single-line version: 3.8.2→3.9.0 bump. |
| Rendered diff | Truncated by the char-cap — header reports "2879 changed lines" but the comment body cuts off after ~840 lines with ... (truncated, diff exceeds 60000 chars). Only roughly the first 29% of the diff is visible. |
| RBAC | Not verifiable — no kind: Role/ClusterRole/RoleBinding/ClusterRoleBinding lines appear in the visible ~840 lines, but Kyverno's admission/background/reports controllers each carry substantial ClusterRoles, and the truncated ~71% of the diff could contain RBAC changes not shown here. |
| Changelog vs. config | Not verifiable — no changelog text available to check against kyverno-app.yaml's settings.skipCrds: false (this app installs Kyverno's own CRDs, e.g. ClusterPolicy) or the three live ClusterPolicy resources under 03_apps/apps/kyverno/kyverno-resources/ (require-ingress-access-annotation, require-namespace-networkpolicy; both validationFailureAction: Audit / background: true, one using an apiCall context against cilium.io/v2). |
Details:
- The visible portion of the diff (the first ~840 lines) shows only
helm.sh/chart/app.kubernetes.io/versionlabel bumps and the image digest change (ghcr.io/kyverno/charts/kyverno:3.8.2→3.9.0) — no render errors and no visible resource additions/removals in that portion. kyverno-app.yamlsetssettings.skipCrds: false, so this PR would also update the live-installed CRDs (ClusterPolicy/Policy/etc.) — combined with the missing changelog and the truncated diff, there's no way to confirm from available inputs whether the untruncated remainder changesClusterPolicyschema/semantics or the admission-controller's ClusterRole in a way that affects the three live policies (e.g. any change to acceptedvalidationFailureActionvalues or thecontext.apiCallfield).
Worth noting (non-blocking):
03_apps/apps/kyverno/kyverno-resources/networkpolicy-coverage-policy.yamlhas aTODO: maybe should be extended to make sure Deployments are covered by the Policiescomment linking tokyverno.io/policies/other/require-netpol/require-netpol— unrelated to this version bump, but worth revisiting since it's an outstanding TODO in a file this PR touches indirectly.
Why MEDIUM: two inputs are degraded at once for a CRD-owning, cluster-wide admission-webhook component — no changelog to check for breaking changes, and a diff truncated at the char-cap hiding roughly 71% of the rendered output (including where RBAC/CRD content would most likely surface). Per procedure this missing-input-plus-truncated-diff combination is a Medium trigger even though the visible slice looks benign.
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:
3.8.2→3.9.0Configuration
📅 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.