RELEASED: Public: April 30, 2025
Resolved issues
- Fixed Red Hat OpenShift resource naming inconsistency (BEE-55346)
-
Fixed a resource naming inconsistency where the Red Hat OpenShift service exposure resources were named incorrectly. This also resolves an issue that prevented the resources from displaying properly in the UI.
- Avoid thread spikes with controller lifecycle notifications (BEE-55358)
-
Controller Lifecycle Notifications can cause thread spikes and memory issues when managing a large number of controllers. To avoid such issues, the maximum number of parallel http requests is now limited by default.
Set the System property com.cloudbees.opscenter.server.webhooks.WebhooksSender.BOUNDED_WEBHOOK_DELIVERY
to false
to maintain the previous unbounded behavior.