CloudBees CasC API Plugin 1.30

2 minute read

RELEASED: Public: 2021-11-04

New features

Added support for exporting individual Configuration as Code (CasC) items (BEE-8231)

A new Export CasC item option has been added to the operations center and controller dashboard’s left pane, allowing you to export individual CasC items in YAML format. The Export CasC item for the operations center is a Preview feature. For more information, refer to Creating items with CasC for controllers and Creating items with CasC for the operations center.

Folders cannot be exported as a CasC item. To export a folder, you can export the entire items.yaml from the Configuration as Code export and update screen.

Feature enhancements

Support for additional CasC CLI commands (BEE-237)

The following CLI commands have been added for CasC, to correspond with functionality previously implemented in the user interface.

  • casc-bundle-check-bundle-update to check if CasC bundle updates are available.

  • casc-bundle-reload-bundle to apply the updated bundle without restarting the instance.

For more information, refer to Configuration as Code (CasC) CLI.

Support for additional CasC HTTP API endpoints (BEE-237)

The following HTTP API endpoints have been added for CasC, to correspond with functionality previously implemented in the user interface.

  • /casc-bundle-mgnt/check-bundle-update to check if CasC bundle updates are available.

  • /casc-bundle-mgnt/reload-bundle to apply the updated bundle without restarting the instance.

For more information, refer to Configuration as Code (CasC) HTTP API.

Resolved issues

Folder and Pipeline job properties defined in the operations center CasC items.yaml file were duplicated (BEE-8679)

If Reload Configuration was selected from the CloudBees Configuration as Code export and update screen or if the operations center instance was restarted, Folder and Pipeline job properties defined in the operations center CasC items.yaml file were duplicated.

This issue has been resolved.

Known issues

None.

Upgrade notes

None.