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-bundleHTTP API endpoint, no CasC bundles were available to assign to the controller and an error was returned.A new
casc-bundle/set-availability-patternHTTP API endpoint has been added to programmatically define the availability pattern of a CasC bundle.The casc-bundle/set-master-to-bundleHTTP API endpoint has been deprecated due to offensive terminology. Thecasc-bundle/set-controller-to-bundleendpoint should be used for all new applications.For more information, refer to Configuration as Code 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-behaviorto specify the default global availability pattern behavior. -
casc-bundle/set-controller-to-bundleto assign a bundle to a controller.The casc-bundle/set-master-to-bundleHTTP API endpoint has been deprecated due to offensive terminology. Thecasc-bundle/set-controller-to-bundleendpoint should be used for all new applications. -
casc-bundle/set-default-bundleto 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 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-behaviorto specify the default global availability pattern behavior. -
casc-bundle-set-controllerto assign a bundle to a controller.The casc-bundle-set-masterCLI command has been deprecated due to offensive terminology. Thecasc-bundle-set-controllercommand should be used for all new applications. -
casc-bundle-set-default-bundleto 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.