From 37523514b08a890de1c9edfd3d79c762273ece5d Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Thu, 18 Jun 2026 09:12:24 +1000 Subject: [PATCH] Make clear that flatpak/snap config manifesting is Ansible only for now --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c1644d..61117e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,5 @@ # 0.7.0 (unreleased) - * Add support for detecting flatpaks and snaps * BREAKING CHANGE: Group all package and systemd-unit roles into Debian Section/RPM Group roles by default, including managed config files and unit state. This mode is not used if `--fqdn` or `--no-common-roles` is set, in which case, the traditional behaviour of preserving one role per package/unit is used instead. * BREAKING CHANGE: Only capture user-specific .bashrc style files when using `--dangerous` mode, in case they contain sensitive env vars. * Detect active sysctl parameters and write them to a `/etc/sysctl.d/99-enroll.conf` file @@ -8,6 +7,7 @@ * Support manifesting Puppet code, as well as Ansible! * A lot of under-the-bonnet refactoring to make it easier to extend to cover other config managers (that don't suck) in future. * Support for detecting Docker images + * Add support for detecting flatpaks and snaps (manifests Ansible code only, not Puppet at this time) # 0.6.0