ironic-python-agent-builder 3.0.0 (xena)
We are chuffed to announce the release of: ironic-python-agent-builder 3.0.0: Tools and scripts to build Ironic Python Agent This release is part of the xena release series. The source is available from: https://opendev.org/openstack/ironic-python-agent-builder Download the package from: https://tarballs.openstack.org/ironic-python-agent-builder/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/ironic- python-agent-builder For more details, please see below. Changes in ironic-python-agent-builder 2.7.0..3.0.0 --------------------------------------------------- 47ca827 Support non-genisoimage binaries 001100e Remove support for iSCSI deploy from the DIB builder c3186b9 Use Ubuntu Focal instead of the default Bionic 3a4db07 Use native Centos 8 Stream for dib images 09dcded Preliminary work to support CentOS 9 Stream f21e6dd Stop explicitly supported Fedora a601b56 CI: specify Debian version explicitly 5c8fc6f Allow opt-out of full ramdisk pruning 8ba630f Revert "Allow configuration of paths to prune" 6898957 Allow configuration of paths to prune ee4f3a8 typo in docu, admin, ironic-python-agent-ramdisk, outputs three files -> two 70ffdc5 Update min version of tox to use allowlist b133d4d Update requirements for diskimage-builder 0e243c4 tinyIPA: remove support for iSCSI deploy 963b23e Restrict publishing jobs to master e39185c Update master for stable/wallaby 9032aad setup.cfg: Replace dashes with underscores 6c74417 Fix build error on aarch64 9fd4f29 Stop testing the iscsi deploy interface 69107b7 Fix python2 compatible ipa creations 43486c2 Create tcedir with correct permissions Diffstat (except docs and test files) ------------------------------------- dib/extra-hardware/pkg-map | 15 +++-- .../60-ironic-python-agent-ramdisk-install | 14 ++++- .../package-installs.yaml | 3 +- dib/ironic-python-agent-ramdisk/pkg-map | 35 ++++------- .../build-succeeds-fedora/element-deps | 2 - .../build-succeeds-fedora/element-type | 1 - dib/ironic-ramdisk-base/README.rst | 9 +++ .../cleanup.d/99-ramdisk-create | 69 ++++++++++++++-------- .../notes/centos8-stream-d9c83190e987e07d.yaml | 4 ++ releasenotes/notes/no-fedora-aa65bcc43f9d56fa.yaml | 4 ++ releasenotes/notes/no-iscsi-5d132e6468acab0b.yaml | 5 ++ .../notes/tinyipa-tgt-226f74125238c239.yaml | 5 ++ releasenotes/source/index.rst | 6 +- releasenotes/source/unreleased.rst | 6 ++ releasenotes/source/wallaby.rst | 6 ++ requirements.txt | 4 +- setup.cfg | 6 +- tinyipa/build-iso.sh | 17 +++++- tinyipa/build-tinyipa.sh | 13 +--- tinyipa/finalise-tinyipa.sh | 2 - tox.ini | 4 +- zuul.d/ironic-python-agent-builder-jobs.yaml | 21 +++++-- zuul.d/project.yaml | 23 ++++---- 25 files changed, 194 insertions(+), 99 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0cdeecb..f9f1b8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4,3 @@ -diskimage-builder>=3.2.1 # Apache-2.0 + +diskimage-builder>=3.4.0 # Apache-2.0 +
participants (1)
-
no-reply@openstack.org