Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ur not cleaned up when deleting namespaced policy #17

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Nov 11, 2022

  1. fix: wrong logger used (kyverno#5311)

    Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
    eddycharly authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    6091af6 View commit details
    Browse the repository at this point in the history
  2. Fix issue where CLI test command ignores failures (kyverno#5189)

    Closes kyverno#5187
    
    The test command was resetting the return value to "pass", even if it
    was already marked failed, in some cases. This solves by moving the
    "pass" into an else-if clause.
    
    Signed-off-by: Eric Miller <eric.miller@instructure.com>
    
    Signed-off-by: Eric Miller <eric.miller@instructure.com>
    Co-authored-by: Vyankatesh Kudtarkar <vyankateshkd@gmail.com>
    Co-authored-by: shuting <shuting@nirmata.com>
    3 people authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    001db94 View commit details
    Browse the repository at this point in the history
  3. test: add kuttl tests for jmespath special chars (kyverno#5310)

    * Adds tests for fixes in kyverno#4767
    
    Signed-off-by: Tobias Dahlberg <tobias.dahlberg@sinch.com>
    
    Signed-off-by: Tobias Dahlberg <tobias.dahlberg@sinch.com>
    Co-authored-by: shuting <shuting@nirmata.com>
    somebadcode and realshuting authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    97a2b9a View commit details
    Browse the repository at this point in the history
  4. fix: ur not cleaned up when deleting namespaced policy

    Signed-off-by: Sandesh More <sandesh.more@infracloud.io>
    sandeshlmore committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    5c8e78e View commit details
    Browse the repository at this point in the history