Catatan Rilis Seri 2025.1

25.3.1-5

Fitur baru

  • Don't send enable_port_security when disallowed by policy. When a user creates a network port, if they don't have the rights to change port security, they will be unable to submit the form. The solution is to not send any value for port security when the user doesn't have the rights to change it.

25.3.1

Perbaikan kerusakan

  • Fix an error, when an "Admin State" status is displayed as variable (true or false) instead of "UP/DOWN" [bug:2099694]

25.2.0

Prelude

Horizon beralih dari pyscss dan django-pyscss, dan sekarang menggunakan pustaka libsass untuk mempartisi file scss sebagai gantinya.

Catatan Upgrade

  • Horizon sekarang menggunakan pustaka libsass. Pengemas Horizon sekarang perlu menyertakan python3-libsass dalam daftar dependensi.

Catatan deprisiasi

  • Horizon tidak lagi menggunakan pustaka pyscss dan django-pyscss. Keduanya dapat dihapus dengan aman dari daftar dependensi oleh pengemas Horizon.

Perbaikan kerusakan

  • Fix typo in metadef resource type. When Horizon retrieve possible metadata for Cinder Volume Type it will now retrieve OS::Cinder::VolumeType instead of OS:Cinder::VolumeType (note first :).