diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc853fb..d21dfe58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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