CloudBees CasC Client Plugin 2.18

1 minute read

RELEASED: Public: October 18, 2023

New features

Bundle Update Timing is now available (BEE-38370)

The new CloudBees CI feature Bundle Update Timing is now available. With this new feature, instances using Configuration as Code can be configured to:

  • Automatically reload a new bundle version (If the bundle can be hot reloaded, the current restrictions remain.).

  • Automatically schedule a safe restart after the new bundle is detected.

  • Skip any new version detected. It is also possible to skip the versions when the instance is up and running and later apply the bundle during a restart.

  • Skip a concrete bundle version so it is never applied.

  • Reject or accept bundle versions with warnings, leaving the acceptance threshold to administrator users (administrator users can configure the instance).

Bundle Update Timing s enabled by default. However, if desired, you can disable Bundle Update Timing by setting the system property -Dcore.casc.bundle.update.timing.enabled=false in the start script.

Feature enhancements

None.

Resolved issues

  • Internal changes to streamline development. Not user visible. (BEE-37686)

Known issues

None.

Upgrade notes

None.