Merge "Add missing release notes for recent changes"

This commit is contained in:
Zuul
2025-08-27 16:13:28 +00:00
committed by Gerrit Code Review
6 changed files with 36 additions and 0 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -0,0 +1,6 @@
---
fixes:
- |
All current volumes statuses are now supported, including
previously missing such as `Error Backing Up`, `Downloading`,
`Uploading` and `Retyping`.

View File

@@ -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.