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

Sync from upstream #455

Merged
merged 5 commits into from
Mar 31, 2023
Merged

Sync from upstream #455

merged 5 commits into from
Mar 31, 2023

Commits on Mar 31, 2023

  1. Update go-yaml

    ref: https://issues.redhat.com/browse/ACM-3042
    Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com>
    (cherry picked from commit 7208f75)
    dhaiducek authored and JustinKuli committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    7846284 View commit details
    Browse the repository at this point in the history
  2. Sync the common Makefile

    ref: https://issues.redhat.com/browse/ACM-3321
    
    Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com>
    (cherry picked from commit 6e9bc97)
    
    Signed-off-by: Justin Kulikauskas <jkulikau@redhat.com>
    dhaiducek authored and JustinKuli committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    8f5165e View commit details
    Browse the repository at this point in the history
  3. Fix order of events on create or delete

    Signed-off-by: Will Kutler <wkutler@redhat.com>
    (cherry picked from commit da14bdd)
    willkutler authored and JustinKuli committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    17e9dcd View commit details
    Browse the repository at this point in the history
  4. Fix compliance state on missing obj evt

    Signed-off-by: Will Kutler <wkutler@redhat.com>
    (cherry picked from commit e868a2b)
    willkutler authored and JustinKuli committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    ea5f8f2 View commit details
    Browse the repository at this point in the history
  5. Fix status history toggling (#111)

    Description of problem:
    When Pod security policy is created and the status is changed from inform to enforce, the status is toggling. Not able to enforce pod security policy.
    
    How to fix
    Set default value when Kube API value omitted
    
    ref: https://issues.redhat.com/browse/ACM-3109
    Signed-off-by: Yi Rae Kim <yikim@redhat.com>
    (cherry picked from commit b70748b)
    yiraeChristineKim authored and JustinKuli committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    20a4071 View commit details
    Browse the repository at this point in the history