Current Series Release Notes

23.0.0.0rc1-23

Upgrade Notes

  • The [orchestrator] max_threads parameter now defaults to 16, to avoid too many threads in total in node with many CPU cores.

  • The cloudkitty-writer CLI has been removed. The CLI has been unmaintained for a long time and has not been functional for multiple releases. Use the report API instead. Also, the [output] configuration section has been removed.

  • The [state] configuration group has been removed, because all options in this group have been unused.

Security Issues

  • Previously, cloudkitty-api recorded request token in plain text format when a request does not comply with policy rules or debug log is enabled. This has been fixed and now token is masked in logs.

Bug Fixes

  • Fix the Flux query syntax error when no groupby is used. See story 2011528 for more details.