Files
warewulf/.github/releases/v4.3.0rc4.md
Jonathon Anderson 4a246e1b72 Release v4.6.1
- Back-port previous GitHub release notes to `.github/releases/`
- Fix SUSE and Rocky Linux 8 builds

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
2025-04-04 05:12:57 -06:00

26 lines
890 B
Markdown

- Updated container recipes
- Updated overlay templates
- Cleaned iPXE output
Fixes for: #346
**Refactors**
* Combine server response handling, reduce code duplication
* Simplify stage cases, backward compatible uri
* Implement image creation as functions instead of shell scripts
* Combine daemonLogf and wwlog to single logging output
* Switch to named wwlog functions instead of constants
**Fixes**
* Fix hidden errors occurring in shell pipes
* Fix kernel search path for Ubuntu
* Fix http response when template rendering fails
* Fix template newline insertion, update dhcp and hosts tmpl
**Updates**
* Add hwaddr and interface to dhcp
* Add control over image compression to client
* Update IPXE template to handle non-compressed files
* Update DHCP template to set network interfaces and server IP assignment
* Update DHCP/hosts templates to choose a host-name self-consistently