rwaltr / dotfiles

7 stars 0 forks source link

feat: update kyverno/kyverno to v1.9.0 #308

Open teletraan-x[bot] opened 1 year ago

teletraan-x[bot] commented 1 year ago

This PR contains the following updates:

Package Update Change
kyverno/kyverno minor v1.8.5 -> v1.9.0

Release Notes

kyverno/kyverno ### [`v1.9.0`](https://togithub.com/kyverno/kyverno/blob/HEAD/CHANGELOG.md#v190-rc1) [Compare Source](https://togithub.com/kyverno/kyverno/compare/v1.8.5...v1.9.0) ##### Note - Flag `backgroundScanInterval` was added to force background scans at regular intervals (default value is `1h`). - Flag `splitPolicyReport` was removed, was unused and marked for removal in 1.9. - Webhook is no longer updated to match `pods/ephemeralcontainers` when policy only specifies `pods`. If users want to match on `pods/ephemeralcontainers`, they must specify `pods/ephemeralcontainers` in the policy. - Webhook is no longer updated to match `services/status` when policy only specifies `services`. If users want to match on `services/status`, they must specify `services/status` in the policy. - Flag `autogenInternals` was removed, policy mutation has been removed. - Flag `leaderElectionRetryPeriod` was added to control leader election renewal frequency (default value is `2s`). - Support upper case `Audit` and `Enforce` in `.spec.validationFailureAction` of the Kyverno policy, failure actions `audit` and `enforce` are deprecated and will be removed in `v1.11.0`. - Flag `profileAddress` was added to configure address of profiling server (default value is `""`).

Configuration

📅 Schedule: 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 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 has been generated by Renovate Bot.