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

OCPBUGS-8993: Sync 2023 08 24 #552

Closed
wants to merge 10 commits into from

Commits on Aug 24, 2023

  1. Add tmshort to reviewers (#3008)

    Signed-off-by: Todd Short <todd.short@me.com>
    Upstream-repository: operator-lifecycle-manager
    Upstream-commit: ad4ac77284454a077ecccfc6740f180bbb58e6f4
    tmshort authored and simonpasquier committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    58cf56a View commit details
    Browse the repository at this point in the history
  2. [chore] bump containerd to 1.6.22 (#1134)

    Signed-off-by: Jordan Keister <jordan@nimblewidget.com>
    Upstream-repository: operator-registry
    Upstream-commit: dba1e1052875cbf3850058120c8eb7a1c8a5d11c
    grokspawn authored and simonpasquier committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    164be72 View commit details
    Browse the repository at this point in the history
  3. [chore] Update github.com/emicklei/go-restful/v3 to v3.10.2 (#1136)

    Fixes path join issue
    
    Signed-off-by: Todd Short <todd.short@me.com>
    Upstream-repository: operator-registry
    Upstream-commit: 7f37952d54699439d27e0dc27c1a5778cdb101ec
    tmshort authored and simonpasquier committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    ad5b776 View commit details
    Browse the repository at this point in the history
  4. [chore] Update github.com/emicklei/go-restful/v3 to v3.10.2 (openshif…

    …t#290)
    
    Fixes path join issue
    
    Signed-off-by: Todd Short <todd.short@me.com>
    Upstream-repository: api
    Upstream-commit: 775e6c6534b89dde01826627ceb570c16ab6768f
    tmshort authored and simonpasquier committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    509b2d3 View commit details
    Browse the repository at this point in the history
  5. [chore] Update github.com/emicklei/go-restful/v3 to v3.10.2 (#3011)

    Fixes path join issue
    
    Signed-off-by: Todd Short <todd.short@me.com>
    Upstream-repository: operator-lifecycle-manager
    Upstream-commit: a827c02a0530c0b0532630662dda423773cc5ed9
    tmshort authored and simonpasquier committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    69801ed View commit details
    Browse the repository at this point in the history
  6. CatalogSource: update GoDoc (openshift#291)

    We won't be setting a memory limit, so udpate the doc.
    
    Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
    Upstream-repository: api
    Upstream-commit: 44b1863648b50fde3d71e02ffd2c1b47cc348fed
    stevekuznetsov authored and simonpasquier committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    62424e2 View commit details
    Browse the repository at this point in the history
  7. controller/registry: don't set memory limits for target (#3015)

    It's not allowed for core components to have memory limits, to ensure
    that that source of crash-looping pods does not occur to the core
    payload.
    
    Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
    Upstream-repository: operator-lifecycle-manager
    Upstream-commit: ff0baf43e041332c8d20540c8b0c7a22ca5e65bd
    stevekuznetsov authored and simonpasquier committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    1e34365 View commit details
    Browse the repository at this point in the history
  8. pkg/controller: use a metadata watch for CRDs (#3014)

    Using a full LIST+WATCH is an optimization, with trade-offs. Holding the
    state of the world for CRDs in memory when we rarely, if ever, actually
    need to access them is a bad use of that trade-off, especially when the
    sum total size of CRDs on even the most basic cluster is O(20MiB).
    
    Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
    Upstream-repository: operator-lifecycle-manager
    Upstream-commit: 12437b3dc94ae1756ac8c036261391214bf60cff
    stevekuznetsov authored and simonpasquier committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    872e6f5 View commit details
    Browse the repository at this point in the history
  9. OCPBUGS-8993: add namespace label to InstallPlanStepAppliedWithWarnin…

    …gs (#3012)
    
    The alerting consistency guide [1] requires the following:
    
    `Alerts SHOULD include a namespace label indicating the alert's source.`
    
    This change updates the expression of InstallPlanStepAppliedWithWarnings
    to aggregate the result by namespace.
    
    [1] https://github.com/openshift/enhancements/blob/master/enhancements/monitoring/alerting-consistency.md
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    Upstream-repository: operator-lifecycle-manager
    Upstream-commit: 2976198c8e22837af8b7ade704212a536fa37071
    simonpasquier committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6d39cbf View commit details
    Browse the repository at this point in the history
  10. reconcile clusteroperator status more frequently (#3006)

    If status is modified, the operator must set status to proper values. This ensures that accidents cannot permanently reset status and gives a clear indication that the operator is "live". This came up as important when operators were NOT live, during cert rotations and we had no indication of problems.
    
    Signed-off-by: Luis Sanchez <sanchezl@redhat.com>
    Upstream-repository: operator-lifecycle-manager
    Upstream-commit: 0dbf79d283438b09c40a08429e9c8028a1a0dfbc
    sanchezl authored and simonpasquier committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    885481a View commit details
    Browse the repository at this point in the history