Make clear that flatpak/snap config manifesting is Ansible only for now
This commit is contained in:
parent
79e73584e9
commit
37523514b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue