-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: kyverno/kyverno
base: v1.11.0
head repository: kyverno/kyverno
compare: v1.11.1
- 17 commits
- 88 files changed
- 10 contributors
Commits on Nov 13, 2023
-
Reduced verbosity of admission request filter INFO log message (#8712) (
#8882) * Reduced verbosity of admission request filter INFO log message * Changed the verbosity level to 4 --------- Signed-off-by: satyazzz123 <beherasatyajit716@gmail.com> Signed-off-by: Satyajit Behera <105061492+satyazzz123@users.noreply.github.com> Co-authored-by: Satyajit Behera <105061492+satyazzz123@users.noreply.github.com> Co-authored-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
Configuration menu - View commit details
-
Copy full SHA for 208ac97 - Browse repository at this point
Copy the full SHA 208ac97View commit details -
Close reponse right after succesful request (#8894) (#8896)
Signed-off-by: AdamKorcz <adam@adalogics.com> Co-authored-by: AdamKorcz <44787359+AdamKorcz@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1fc15cc - Browse repository at this point
Copy the full SHA 1fc15ccView commit details -
chore(deps): bump go.opentelemetry.io/contrib/instrumentation/google.…
Configuration menu - View commit details
-
Copy full SHA for c9f802e - Browse repository at this point
Copy the full SHA c9f802eView commit details
Commits on Nov 16, 2023
-
Add policyKind option to kyverno-policies chart (#8827) (#8923)
Configuration menu - View commit details
-
Copy full SHA for 68e60ff - Browse repository at this point
Copy the full SHA 68e60ffView commit details -
correct typo in README for Kyverno 1.10+ (#8911) (#8927)
Signed-off-by: Peter Jakubis <balonik32@gmail.com> Co-authored-by: Peter Jakubis <balonik@users.noreply.github.com> Co-authored-by: treydock <tdockendorf@osc.edu>
Configuration menu - View commit details
-
Copy full SHA for c6050e2 - Browse repository at this point
Copy the full SHA c6050e2View commit details -
Revert "fix(chart): only create ServiceMonitor if cluster supports it (…
…#7926)" (#8913) (#8931) This reverts commit 590dce5. This will ensure servicemonitor can be enabled with ArgoCD which doesn't support querying API capabilities Fixes #8891 Signed-off-by: Trey Dockendorf <tdockendorf@osc.edu> Co-authored-by: treydock <tdockendorf@osc.edu> Co-authored-by: shuting <shuting@nirmata.com>
Configuration menu - View commit details
-
Copy full SHA for 3093210 - Browse repository at this point
Copy the full SHA 3093210View commit details
Commits on Nov 21, 2023
-
feat: add checks for max response size in API Call (#8957) (#8971)
* feat: add checks for max response size in API Call GET request * fix: tests * fix: added changes suggested by jim * cleanup --------- Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com> Co-authored-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com> Co-authored-by: Jim Bugwadia <jim@nirmata.com>
Configuration menu - View commit details
-
Copy full SHA for 26c8950 - Browse repository at this point
Copy the full SHA 26c8950View commit details
Commits on Nov 22, 2023
-
fix: update KeysAreMissing() to ignore negations in resource (#8953) (#…
…8982) * fix: update KeysAreMissing() to ignore negations in resource KeysAreMissing() checks if a key is missing in a resource, since a negation should not be present in the resource, it should not count as a missing key * feat: add tests * fix: pod is supposed to fail --------- Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com> Co-authored-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c86039d - Browse repository at this point
Copy the full SHA c86039dView commit details -
fix: block mutation only when failurePolicy is set to fail (#8952) (#…
…8986) * fix: only block mutation when failurePolicy is set to fail * feat: kuttl test * fix: add else check * fix: update defaulting ns label policy's failure policy to be fail based on readme, this test has nothing to do with failurePolicy and resource should not be blocked in case of ignore failurePolicy * fix: there is another * fix: update policy * nit * feat: add logs * Update pkg/webhooks/resource/mutation/mutation.go --------- Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com> Signed-off-by: shuting <shuting@nirmata.com> Co-authored-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com> Co-authored-by: shuting <shuting@nirmata.com> Co-authored-by: shuting <shutting06@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 53fa22b - Browse repository at this point
Copy the full SHA 53fa22bView commit details
Commits on Nov 27, 2023
-
fix: delete VAPs in case Kyverno policies can't be translated (#8887) (…
…#9019) Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com> Co-authored-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
Configuration menu - View commit details
-
Copy full SHA for 3aa662a - Browse repository at this point
Copy the full SHA 3aa662aView commit details -
fix: use v2beta1 version of exceptions in kyverno create CLI (#9020)
Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
Configuration menu - View commit details
-
Copy full SHA for 925f80d - Browse repository at this point
Copy the full SHA 925f80dView commit details -
fix: remove the additional dash in kyverno create exception (#9021)
Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
Configuration menu - View commit details
-
Copy full SHA for 9906505 - Browse repository at this point
Copy the full SHA 9906505View commit details -
fix: use the default namespace in case --namespace isn't set in kyver…
…no create exception (#9022) Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
Configuration menu - View commit details
-
Copy full SHA for a08cb71 - Browse repository at this point
Copy the full SHA a08cb71View commit details -
Remove var check (#8990) (#9024)
* fix excessive logs * remove variable check --------- Signed-off-by: Jim Bugwadia <jim@nirmata.com> Co-authored-by: Jim Bugwadia <jim@nirmata.com>
Configuration menu - View commit details
-
Copy full SHA for 6883e7c - Browse repository at this point
Copy the full SHA 6883e7cView commit details -
fix: use validate.message in case there is no message associated with…
… the CEL expression (#9025) Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
Configuration menu - View commit details
-
Copy full SHA for 697188d - Browse repository at this point
Copy the full SHA 697188dView commit details
Commits on Nov 28, 2023
-
fix: cleanup older policy reports (#9026) (#9035)
Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com> Co-authored-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
Configuration menu - View commit details
-
Copy full SHA for 5b18a4b - Browse repository at this point
Copy the full SHA 5b18a4bView commit details -
Signed-off-by: ShutingZhao <shuting@nirmata.com>
Configuration menu - View commit details
-
Copy full SHA for afe740a - Browse repository at this point
Copy the full SHA afe740aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.11.0...v1.11.1