updated Changelog

This commit is contained in:
Christian Goll
2022-03-11 15:07:35 +01:00
parent 1098771c83
commit 5094ff2f7d

View File

@@ -11,10 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Creating of '/etc/exports' can now be disabled, so that `wwctl configure -a` wont overwrite
a existing '/etc/exports'.
- All configurations files for the host (/etc/exports, /etc/dhcpd.conf, /etc/hosts) are now
popublated from the (OVERLAYDIR/host/etc/{exports|dhcpd|hosts}.ww . Also other configuration
populated from the (OVERLAYDIR/host/etc/{exports|dhcpd|hosts}.ww . Also other configuration
files like prometheus.yml.ww or slurm.conf.ww which depend on the cluster nodes can be
placed. Also the new templated functions {{ abort }}, {{ IncludeBlock }} abd {{ no_backup }}
are allowed now.
- nodes and profiles can now have multiple system and runtime overlays, as a comma separated list.
The overlays of the profile and the nodes are combined.
## [4.1.0] - 2021-07-29