33
44All notable changes to this project will be documented in this file.
55
6- ## [ 2.0.88] - Unreleased
6+ ## [ 2.0.89] - 2025-11-08
7+
8+ ### Added
9+
10+ - OpenSUSE 16.0 support with live ISO boot method
11+ - Dasharo Tools Suite updated to v2.7.0 and v2.7.1
12+
13+ ### Changed
14+
15+ - Updated Ansible to v12 for improved build system
16+ - Updated ansible-lint to v24.12.2 with compatibility fixes
17+ - Various distribution version updates:
18+ - Arch Linux updated to 2025.11.01
19+ - SmartOS updated to 20251030T000436Z
20+ - CoreOS updated to 42.20251012.3.0-stable, 43.20251024.2.0-testing, 43.20251027.1.0-next
21+ - IPFire updated to 2.29-core198
22+ - Improved dependency tracking in GitHub workflows
23+ - Updated GitHub Actions:
24+ - actions/checkout to v5
25+ - actions/setup-python to v6
26+ - aws-actions/configure-aws-credentials to v5
27+
28+ ### Fixed
29+
30+ - OpenSUSE 16.0 boot configuration now uses live ISO method with proper root= parameter
31+ - Ansible-lint configuration updated to skip var-naming rule for internal variables
32+ - CI/CD compatibility issues resolved between Ansible and ansible-lint versions
33+ - Renovate configuration JSON syntax errors corrected
34+
35+ ## [ 2.0.88] - 2025-08-09
736
837### Added
938
@@ -24,10 +53,6 @@ All notable changes to this project will be documented in this file.
2453
2554### Fixed
2655
27- - Loading of TFTP menu files (fixed HOSTNAME typo): local-vars.ipxe, HOSTNAME-${hostname}.ipxe,
28- MAC-${mac: hexraw }.ipxe, MAC-${mac: hexhyp }.ipxe and custom menu.ipxe from the
29- root of the tftp server. The root ` tftp-root-path ` is a variable and can be
30- set in ` local-vars.ipxe ` to override. The default is ` / `
3156- Fedora CoreOS kernel filename format corrected
3257
3358### Removed
0 commit comments