Wallaby Series (10.0.0 - 10.2.x) Release Notes¶
10.2.1-5¶
Deprecation Notes¶
Support for Fedora is no longer tested in the CI and will be removed from the code in the near future.
10.2.1¶
Upgrade Notes¶
Moves installation of package dependencies for Diskimage Builder (DIB) from the
bifrost-create-dib-image
role to thebifrost-install-ironic
role. This provides a cleaner separation between installation and image creation.
Bug Fixes¶
Password files (
htpasswd
) are no longer world-readable.
Works around the
libvirt module is not importable
error by installing libvirt-python from source install of a wheel.
Fixes a failure when building an Ubuntu image due to a missing
squashfs-tools
package.
Installs sushy-oem-idrac when the
idrac
hardware type is enabled.
Fixes the iptables rule for PXE on systems not using firewalld (use port UDP/67 and UDP/69 instead of TCP/68 and TCP/69).
10.2.0¶
New Features¶
Adds the
--disable-dhcp
argument to./bifrost-cli install
to disable the integrated dhcp configuration.
The dynamic DHCP inventory hostsdir is now created and enabled by default, even when
inventory_dhcp
isfalse
.
Upgrade Notes¶
An additional DNS hosts directory is no longer created by default in
/etc/dnsmasq.d/bifrost.hosts.d
wheninventory_dhcp
istrue
. Set the new variablednsmasq_additional_hostsdir
to keep the previous behavior (you’ll needdnsmasq_enable_dns=true
to actually use it).
Deprecation Notes¶
The parameter
disable_dnsmasq_dns
has been deprecated in favor of the new parameterdnsmasq_enable_dns
.
Other Notes¶
No longer passes
--no-cache-dir
to pip by default.