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 the conditions history in compliancyDetails #91

Merged

Commits on Jan 11, 2023

  1. Fix the conditions history in compliancyDetails

    The status.compliancyDetails[].conditions array was always limited to
    just a single condition due to a bug. This sets the limit to 10 instead.
    
    Relates:
    https://issues.redhat.com/browse/ACM-2708
    
    Signed-off-by: mprahl <mprahl@users.noreply.github.com>
    mprahl committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    88c6fd2 View commit details
    Browse the repository at this point in the history
  2. Add an eventually in the CRD deletion case

    Signed-off-by: mprahl <mprahl@users.noreply.github.com>
    mprahl committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    3c98e22 View commit details
    Browse the repository at this point in the history