From 07a43ff164419083262cd31583561d9e32c03f74 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Sun, 11 Sep 2022 00:33:41 -0600 Subject: [PATCH] Update CHANGELOG for excludes fix Signed-off-by: Jonathon Anderson --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abc1ea9a..cb478793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - GID is no longer changed to `0` when unspecified during chown - Proper handling of uid/gid arguments during `wwctl overlay chown` +- /etc/warewulf/excludes stored in the container definition is now + processed correctly, also excluding the contents of an excluded + directory automatically. ## [4.1.0] - 2021-07-29