Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kyverno/kyverno
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.0
Choose a base ref
...
head repository: kyverno/kyverno
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.1
Choose a head ref
  • 17 commits
  • 88 files changed
  • 10 contributors

Commits on Nov 13, 2023

  1. 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>
    3 people authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    208ac97 View commit details
    Browse the repository at this point in the history
  2. 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>
    gcp-cherry-pick-bot[bot] and AdamKorcz authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    1fc15cc View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump go.opentelemetry.io/contrib/instrumentation/google.…

    …golang.org/grpc/otelgrpc from 0.45.0 to 0.46.0 (#8893) (#8897)
    
    * chore(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.45.0 to 0.46.0
    
    
    
    * feat: bump other otel deps
    
    
    
    ---------
    
    Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>
    vishal-chdhry authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c9f802e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Add policyKind option to kyverno-policies chart (#8827) (#8923)

    Fixes #4317 #8568
    
    Signed-off-by: Trey Dockendorf <tdockendorf@osc.edu>
    Co-authored-by: treydock <tdockendorf@osc.edu>
    Co-authored-by: shuting <shuting@nirmata.com>
    3 people authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    68e60ff View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    c6050e2 View commit details
    Browse the repository at this point in the history
  3. 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>
    3 people authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    3093210 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. 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>
    3 people authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    26c8950 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. 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>
    gcp-cherry-pick-bot[bot] and vishal-chdhry authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    c86039d View commit details
    Browse the repository at this point in the history
  2. 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>
    4 people authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    53fa22b View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. 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>
    gcp-cherry-pick-bot[bot] and MariamFahmy98 authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    3aa662a View commit details
    Browse the repository at this point in the history
  2. fix: use v2beta1 version of exceptions in kyverno create CLI (#9020)

    Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
    MariamFahmy98 authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    925f80d View commit details
    Browse the repository at this point in the history
  3. fix: remove the additional dash in kyverno create exception (#9021)

    Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
    MariamFahmy98 authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    9906505 View commit details
    Browse the repository at this point in the history
  4. 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>
    MariamFahmy98 authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    a08cb71 View commit details
    Browse the repository at this point in the history
  5. 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>
    gcp-cherry-pick-bot[bot] and JimBugwadia authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6883e7c View commit details
    Browse the repository at this point in the history
  6. 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>
    MariamFahmy98 authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    697188d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. 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>
    gcp-cherry-pick-bot[bot] and MariamFahmy98 authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    5b18a4b View commit details
    Browse the repository at this point in the history
  2. release 1.11.1 (#9039)

    Signed-off-by: ShutingZhao <shuting@nirmata.com>
    realshuting authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    afe740a View commit details
    Browse the repository at this point in the history
Loading