✨ CER Previous Limit by dtfranz · Pull Request #2204 · operator-framework/operator-controller

@openshift-ci openshift-ci bot added the approved

Indicates a PR has been approved by an approver from all required OWNERS files.

label

Sep 11, 2025

@tmshort tmshort changed the title ✨ CRE Previous Limit ✨ CER Previous Limit

Sep 11, 2025

perdasilva

@dtfranz

Sets a limit to the number of previous ClusterExtensionRevisions we keep in the cluster, and trims the list of previous revisions when creating new revisions to stay at the limit. The limit has been set to 5 for now. Any revisions beyond this limit will be removed from the cluster.

Signed-off-by: Daniel Franz <dfranz@redhat.com>