Releases: choria-io/puppet-choria
Releases · choria-io/puppet-choria
0.12.0
Bug Fixes
- Use the correct hash2config function (#88)
Enhancements
- On AIO Puppet 6 enable Choria Server by default (#99)
- Write the Choria Server status file by default (#102)
0.11.1
Enhancements
- Support latest puppetlabs/stdlib and puppetlabs/apt modules (#94)
0.11.0
Enhancements
- Support for compound filters outside of mcollectived (#81)
- Improve itterators in the plan DSL to return collected results instead of items (#84)
0.10.0
Enhancements
- Improve support for servers with Facter 2.5 (#73)
- Support ubuntu 18.04, and remove old operating systems (#75)
Bug Fixes
- Ensure removal of mcollective plugins by way of the directory purge feature restarts choria server (#77)
Breaking Changes
- Rename
log_file
to logfile
to improve consistency between our modules (#71)
0.9.0
Enhancements
- Ensure Choria Server auditing is enabled (#57)
- Create a Ruby compatibility shim specific configuration (#59)
- Support invoking Puppet Tasks from Playbooks (#61)
Bug Fixes
- Support inverted logic in
on_error
and on_success
(#68)
0.8.0
Enhancements
- Add FreeBSD support through Hiera (#47)
- Configure the
choria server
component (#53)
Bug Fixes
- Ensure the
server
service is off by default (#45)
- Improve handling of
on_error
in Playbooks (#49)
0.7.1
Bug Fixes
- Ensure
apt-get update
is run when adding repositories (#39)
- Set the identity to fqdn specifically to support Ubuntu and Debian (#41)
0.7.0
Enhancements
- Support managing the Choria Network Broker (#4)
- Support managing the Choria Federation Broker (#5)
- Support managing the Choria Data Adapters (#21)
- Support managing the Choria Ubuntu and Debian repositories (#6)
Bug Fixes
- Add missing install dependency to improve puppet run ordering (#32)
- Add mandatory name option to the YUM repositories (#36)
0.1.0
Enhancements
- Manage the YUM repository on EL machines (#3)
- Support functions, types and helpers to support playbooks in the Puppet DSL (#1)
- Add choria::in_groups_of (#12)
- Add Choria::ShellSafe (#14)