RELEASED: Public: September 4, 2024
Resolved issues
- Default controller settings not set when creating them through CasC API (BEE-22264)
-
Default memory limit not set when creating a managed controller with Configuration as Code (CasC) or when creating a team controller.
When defining a managed controller with CasC without explicitly setting the memory in the yaml, the managed controller is created without memory limits instead of using the defaults configured under the global Controller Provisioning Configuration. Other global defaults such as environment variables, Jenkins Options, and readiness probe settings are not applied. The same problem occurs when creating a team controller. This is a regression introduced in 2.332.1.4 by BEE-15060.
The issue has been resolved. The default memory limit is now properly set. Default settings for environment variables, Jenkins Options, and readiness probe settings are properly applied on creation if not specified explicitly.