Merge remote-tracking branch 'ungleich/master' into cdist-type__hosts
This commit is contained in:
commit
d3b3fef63b
227 changed files with 4524 additions and 427 deletions
|
|
@ -3,6 +3,47 @@ Changelog
|
|||
|
||||
next:
|
||||
* New type: __hosts: manage entries in /etc/hosts (Dmitry Bogatov)
|
||||
* Core: Fix suppression of manifests' outputs (Darko Poljak)
|
||||
* Type __user_groups: Support FreeBSD (Andres Erbsen)
|
||||
* Type __cron: Fix filter for new cron on sles12 sp2 (Daniel Heule)
|
||||
* Type __docker: Support absent state (Dominique Roux)
|
||||
* Type __docker_compose: Support absent state (Dominique Roux)
|
||||
|
||||
4.4.1: 2016-12-17
|
||||
* Documentation: Update docs for types that used man.rst as symbolic links (Darko Poljak)
|
||||
* Type __cron: Remove '# marker' for raw_command due to cron security (Daniel Heule)
|
||||
* New type: __docker_compose (Dominique Roux)
|
||||
* Type __apt_mark: Check supported apt version and if package is installed (Ander Punnar)
|
||||
* New type: __docker (Steven Armstrong)
|
||||
* New type: __package_dpkg (Tomas Pospisek)
|
||||
|
||||
4.4.0: 2016-12-03
|
||||
* Core: Deprecate -d option and make -v option log level counter (Darko Poljak)
|
||||
* New type: __postgres_extension (Tomas Pospisek)
|
||||
* Core, types: Support IPv6 (Darko Poljak)
|
||||
* Type __consul: Add source and cksum files for Consul 0.7.0 and 0.7.1 (Carlos Ortigoza)
|
||||
* Type __user: FreeBSD fix (Kamila Souckova)
|
||||
* New type: __apt_mark (Ander Punnar)
|
||||
* Type __package_upgrade_all: Do not dist-upgrade by default, add apt-clean and apt-dist-upgrade options (Ander Punnar)
|
||||
* Core: Correct target_host var in code.py (Darko Poljak)
|
||||
* All: Merge install feature from 4.0-pre-not-stable (Darko Poljak)
|
||||
|
||||
4.3.2: 2016-10-13
|
||||
* Documentation: Update no longer existing links (Simon Walter)
|
||||
* Core: Add warning message for faulty dependencies case (Darko Poljak)
|
||||
* Explorer os_version: Use /etc/os-release instead of /etc/SuSE-release (Daniel Heule)
|
||||
* Type __package: Call __package_pkg_openbsd on openbsd (Andres Erbsen)
|
||||
* Type __package_pkg_openbsd: Support --version (Andres Erbsen)
|
||||
* Type __hostname: Support openbsd (Andres Erbsen)
|
||||
* New type: __firewalld_start: start/stop firewalld and/or enable/disable start on boot (Darko Poljak)
|
||||
* Bugfix __consul_agent: Config option was misnamed 'syslog' instead of 'enable_syslog' (Steven Armstrong)
|
||||
|
||||
4.3.1: 2016-08-22
|
||||
* Documentation: Spelling fixes (Darko Poljak)
|
||||
* Type __filesystem: Spelling fixes (Dmitry Bogatov)
|
||||
* Core: Add target_host file to cache since cache dir name can be hash (Darko Poljak)
|
||||
* Core: Improve hostfile: support comments, skip empty lines (Darko Poljak)
|
||||
>>>>>>> ungleich/master
|
||||
|
||||
4.3.0: 2016-08-19
|
||||
* Documentation: Add Parallelization chapter (Darko Poljak)
|
||||
|
|
@ -79,7 +120,7 @@ next:
|
|||
* Type __consul_agent: Use systemd for Debian 8 (Nico Schottelius)
|
||||
* Type __firewalld_rule: Ensure firewalld package is present (David Hürlimann)
|
||||
* Type __locale: Support CentOS (David Hürlimann)
|
||||
* Type __staged_file: Fix comparision operator (Nico Schottelius)
|
||||
* Type __staged_file: Fix comparison operator (Nico Schottelius)
|
||||
* Type __user_groups: Support old Linux versions (Daniel Heule)
|
||||
|
||||
3.1.12: 2015-03-19
|
||||
|
|
@ -266,7 +307,7 @@ next:
|
|||
3.0.1: 2014-01-14
|
||||
* Core: Copy only files, not directories (Steven Armstrong)
|
||||
* Core: Allow hostnames to start with / (Nico Schottelius)
|
||||
* Type __line: Remove unecessary backslash escape (Nico Schottelius)
|
||||
* Type __line: Remove unnecessary backslash escape (Nico Schottelius)
|
||||
* Type __directory: Add messaging support (Daniel Heule)
|
||||
* Type __directory: Do not generate code if mode is 0xxx (Daniel Heule)
|
||||
* Type __package: Fix typo in optional parameter ptype (Daniel Heule)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue