RELEASED: Public: July 26, 2023
Feature enhancements
- Add quiet option (BEE-35011)
-
Added a configuration option to enable or disable 'quiet mode'
If 'quiet mode' is enabled, 'INFO' level messages are filtered from the bundle update page and from some API and CLI commands (see below).
A new URL parameter 'quiet' has been added to:
-
POST ${JENKINS_URL}/casc-bundle/validate-uploaded-bundle
-
POST ${JENKINS_URL}/casc-bundle/pre-validate-bundle
-
GET ${JENKINS_URL}/casc-bundle-mgnt/check-bundle-update
-
POST ${JENKINS_URL}/casc-bundle-mgnt/casc-bundle-validate
This parameter can be used to override the configuration.
A new parameter 'quiet' has been added to the following CLI commands:
-
casc-bundle-validate
-
casc-bundle-check-bundle-update
-
casc-pre-validate-bundle
-
casc-uploaded-bundle-validate
This parameter can be used to override the configuration.
-
Resolved issues
- INFO messages are not stored when operations center validates the bundles on the controller (BEE-35996)
-
If the Controller CasC Bundles are stored in operations center and the new bundle versions are validated, the INFO messages only were stored if the bundle contained WARNING or ERROR messages.
Now INFO messages are stored always.
- Subsequent version updates are not detected (BEE-34438)
-
Subsequent version updates are now properly detected.