diff --git a/releasenotes/notes/compute_upgrade_levels_auto-97acebc7b45b76df.yaml b/releasenotes/notes/compute_upgrade_levels_auto-97acebc7b45b76df.yaml new file mode 100644 index 000000000000..3ae902c51f74 --- /dev/null +++ b/releasenotes/notes/compute_upgrade_levels_auto-97acebc7b45b76df.yaml @@ -0,0 +1,8 @@ +--- +features: + - | + A new ``auto`` value for the configuration option + ``upgrade_levels.compute`` is accepted, that allows automatic determination + of the compute service version to use for RPC communication. By default, we + still use the newest version if not set in the config, a specific version + if asked, and only do this automatic behavior if 'auto' is configured.