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
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
Changelog
=========

[1.17.6] - 2025-10-21
--------------------

### Bug Fixes

- fix: allow use of built-in routing tables (#804)
- fix: Skip the loopback profile when deleting all profiles except the ones explicitly included (#813)

### Other Changes

- test: ensure NetworkManager, ensure eth1 is active (#801)
- test: skip 802_1x tests on el7, RHEL other than 8 (#802)
- ci: bump actions/checkout from 4 to 5 (#803)
- ci: rollout several recent changes to CI testing (#806)
- ci: support openSUSE Leap in qemu/kvm test matrix (#808)
- ci: use the new epel feature to enable EPEL for testing farm (#809)
- ci: use tox-lsr 3.12.0 for osbuild_config.yml feature (#811)
- ci: use JSON format for __bootc_validation (#812)
- remove wen from CODEOWNERS (#815)
- ci: bump actions/setup-python from 5 to 6 (#816)
- ci: bump actions/github-script from 7 to 8 (#817)

[1.17.5] - 2025-08-01
--------------------

Expand Down
Loading