RELEASED: Public: 2021-11-04
New features
- The availability pattern for controller CasC bundles can now be defined in the
bundle.yaml
file (BEE-6172) -
-
A new optional
availabilityPattern
property can be added to the controller CasCbundle.yaml
file to define the availability pattern. -
New elements have been added to the CloudBees Configuration as Code bundles screen:
-
Two new icons have been added that identify the source of the availability pattern; either the
bundle.yaml
file or the UI. -
A new Clear button has been added, to clear the availability pattern in the UI and use the availability pattern defined in the
bundle.yaml
file.
-
-
A new
casc-bundle-clear-availability-pattern
CLI command has been added to use the availability pattern defined in thebundle.yaml
file and clear the availability pattern for the controller CasC bundle, if previously defined. -
A new
/casc-bundle/clear-availability-pattern
HTTP API endpoint has been added to use the availability pattern defined in thebundle.yaml
file and clear the availability pattern for the controller CasC bundle, if previously defined. -
A new
availabilityPatternFromYaml
response has been added to existing CLI commands and HTTP API endpoints to indicate if the availability pattern is defined in thebundle.yaml
file.
-
For more information, refer to Configuring bundle availability for controllers, Configuration as Code (CasC) CLI, and Configuration as Code HTTP API.