RELEASED: Public: 2021-06-30
Resolved issues
- A CasC bundle’s availability pattern cannot be defined programmatically (BEE-4848)
-
If using CloudBees CI 2.277.4.2 - 2.289.1.2, and you sent the
casc-bundle/set-master-to-bundle
HTTP API endpoint, no CasC bundles were available to assign to the controller and an error was returned.A new
casc-bundle/set-availability-pattern
HTTP API endpoint has been added to programmatically define the availability pattern of a CasC bundle.The casc-bundle/set-master-to-bundle
HTTP API endpoint has been deprecated due to offensive terminology. Thecasc-bundle/set-controller-to-bundle
endpoint should be used for all new applications.For more information, refer to Configuration as Code (CasC) HTTP API.
- Support for additional CasC HTTP API endpoints (BEE-4848 and BEE-5113)
-
The following HTTP API endpoints have been added for CasC, to correspond with functionality previously implemented in the user interface.
-
casc-bundle/set-global-availability-pattern-behavior
to specify the default global availability pattern behavior. -
casc-bundle/set-controller-to-bundle
to assign a bundle to a controller.The casc-bundle/set-master-to-bundle
HTTP API endpoint has been deprecated due to offensive terminology. Thecasc-bundle/set-controller-to-bundle
endpoint should be used for all new applications. -
casc-bundle/set-default-bundle
to specify a default bundle that is pre-selected in the operations center controller configuration screen when setting up a new controller.
-
For more information, refer to Configuration as Code (CasC) HTTP API.
- Support for additional CasC CLI commands (BEE-4848 and BEE-5113)
-
The following CLI commands have been added for CasC, to correspond with functionality previously implemented in the user interface.
-
casc-bundle-set-global-availability-pattern-behavior
to specify the default global availability pattern behavior. -
casc-bundle-set-controller
to assign a bundle to a controller.The casc-bundle-set-master
CLI command has been deprecated due to offensive terminology. Thecasc-bundle-set-controller
command should be used for all new applications. -
casc-bundle-set-default-bundle
to specify a default bundle that is pre-selected in the operations center controller configuration screen when setting up a new controller.
-
For more information, refer to Configuration as Code (CasC) CLI.