Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions releasenotes/v34.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<!-- markdownlint-disable no-inline-html line-length -->
# Changes since v33.0.0

## :warning: Breaking Changes

- Use CentOS minimal as base image (#871)
- Use heredoc syntax for RUN statements (#808)

## :sparkles: New Features

- Add wheel-builder stages to pre-build Python packages (#856)
- feat: add arm64 support for iPXE and image (#826)
- enable container signing (#828)

## :bug: Bug Fixes

- Add tar package for centos-minimal compatibility (#896)
- Update pinned iPXE release (#893)
- Provide a fallback bootloader when cpu_arch is not set (#877)

## :book: Documentation

- add AGENTS.md (#782)

## :seedling: Others

- Prepare release-34.0 (#900)
- Update dependency setuptools to v80 (main) (#890)
- add hack/renovate-validator.sh (#883)
- add pip/setuptools versions to Renovate config (#880)
- Update openstack-ironic digest to 5467d0d (main) (#876)
- allow renovate to auto migrate its config (#872)
- Bump the github-actions group with 3 updates (#863)
- Use docker in IrSO functional test (#858)
- Bump softprops/action-gh-release from 2.4.2 to 2.5.0 in the github-actions group (#849)
- Remove unneeded mkdirs from dnsmasq (#824)
- Add dependabot config for latest tested releases (#834)
- Update renovate config for v33 (#846)
- add re-approve workflow for github workflows (#842)
- Enable bootc deploy interface (#837)
- lint: allow long lines in tables and code fences (#836)
- Update sushy-tools to v2.2.0 (#835)
- add release-33.0 to renovate.json (#827)

## :recycle: Superseded or Reverted

- Update openstack-ironic digest to e76ff82 (main) (#869)
- Update openstack-ironic digest to c2b5580 (main) (#862)
- Update openstack-ironic digest to 6a18c38 (main) (#861)
- Update openstack-ironic digest to 7fe20fe (main) (#850)
- Update openstack-ironic digest to 04aa88a (main) (#831)

The image for this release is: v34.0.0

## Release v34.0.0 is based on ironic version 34.0.0

Ironic Release Notes: <https://docs.openstack.org/releasenotes/ironic/unreleased.html#relnotes-34-0-0>

Full ironic changelog:
[openstack/ironic@bugfix/33.0...bugfix/34.0](https://github.com/openstack/ironic/compare/bugfix/33.0...bugfix/34.0)

_Thanks to all our contributors!_ 😊
Loading