diff --git a/releasenotes/notes/add-credentials-totp-with-qr.yaml b/releasenotes/notes/add-credentials-totp-with-qr.yaml new file mode 100644 index 0000000000..c805625bd4 --- /dev/null +++ b/releasenotes/notes/add-credentials-totp-with-qr.yaml @@ -0,0 +1,7 @@ +--- +features: + - | + Introducing detail pages for entries in Identity → User Credentials. + For credentials of type TOTP, the detail page now displays a generated + QR code that can be scanned by an authenticator app to easily set up + a new TOTP entry. diff --git a/releasenotes/notes/bump-script-size.yaml b/releasenotes/notes/bump-script-size.yaml new file mode 100644 index 0000000000..0c381c2c46 --- /dev/null +++ b/releasenotes/notes/bump-script-size.yaml @@ -0,0 +1,6 @@ +--- +upgrade: + - | + The customization script limit now matches the Nova API + (64 kB Base64-encoded). This means the actual usable size + in Horizon is 48 KB. diff --git a/releasenotes/notes/change-prefixlen-field.yaml b/releasenotes/notes/change-prefixlen-field.yaml new file mode 100644 index 0000000000..7b30814f8f --- /dev/null +++ b/releasenotes/notes/change-prefixlen-field.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + [:bug:`2116927`] Fixed issue with the subnet creation UI displaying + incorrect minimum and maximum prefix lengths beyond the allowed range. diff --git a/releasenotes/notes/do-not-hide-region.yaml b/releasenotes/notes/do-not-hide-region.yaml new file mode 100644 index 0000000000..10390665c8 --- /dev/null +++ b/releasenotes/notes/do-not-hide-region.yaml @@ -0,0 +1,7 @@ +--- +upgrade: + - | + Region and domain selection fields are now always visible on the login + screen, even when using SAML or OIDC authentication methods. This + change supports setups where multiple regions or domains are used + alongside these authentication methods. diff --git a/releasenotes/notes/missing-volumes-statuses-added.yaml b/releasenotes/notes/missing-volumes-statuses-added.yaml new file mode 100644 index 0000000000..80e29aee35 --- /dev/null +++ b/releasenotes/notes/missing-volumes-statuses-added.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + All current volumes statuses are now supported, including + previously missing such as `Error Backing Up`, `Downloading`, + `Uploading` and `Retyping`. diff --git a/releasenotes/notes/show-ports-from-all-projects.yaml b/releasenotes/notes/show-ports-from-all-projects.yaml new file mode 100644 index 0000000000..a228eb9302 --- /dev/null +++ b/releasenotes/notes/show-ports-from-all-projects.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + [:bug:`1996108`] Fixed bug, where all ports on a shared network were shown + during instance launch regardless of their project ownership.