2025.1 Series Release Notes

25.3.0-12

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 is switching away from pyscss and django-pyscss, and now uses the libsass library for partsing the scss files instead.

Catatan Upgrade

  • Horizon now uses the libsass library. Horizon packagers now need to include python3-libsass in the dependency list.

Catatan deprisiasi

  • Horizon no longer uses the pyscss and django-pyscss libraries. They can be safely removed from the dependency lists by Horizon packagers.

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 :).