2012-01-26 10:56:12 +00:00
|
|
|
Changelog
|
|
|
|
---------
|
|
|
|
|
|
|
|
* Changes are always commented with their author in (braces)
|
|
|
|
* Exception: No braces means author == Nico Schottelius
|
|
|
|
|
2014-01-07 16:03:14 +00:00
|
|
|
3.0.1:
|
2014-01-07 21:32:08 +00:00
|
|
|
* Type __line: Remove unecessary backslash escape
|
2014-01-08 13:54:21 +00:00
|
|
|
* Type __directory: Add messaging support (Daniel Heule)
|
|
|
|
* Type __directory: Do not generate code if mode is 0xxx ((Daniel Heule)
|
|
|
|
* Type __directory: Add messaging support (Daniel Heule)
|
2014-01-07 16:03:14 +00:00
|
|
|
* Type __package: Fix typo in optional parameter ptype (Daniel Heule)
|
2014-01-07 19:40:46 +00:00
|
|
|
* Type __start_on_boot: Fix for SuSE's chkconfig (Daniel Heule)
|
2013-12-04 12:37:32 +00:00
|
|
|
|
2013-12-24 22:05:56 +00:00
|
|
|
3.0.0: 2013-12-24
|
2013-12-19 13:35:36 +00:00
|
|
|
* Core: Added messaging support
|
2013-12-04 20:30:34 +00:00
|
|
|
* Core: Removed unused "changed" attribute of objects
|
2013-12-20 07:50:45 +00:00
|
|
|
* Core: Support default values for multiple parameters (Steven Armstrong)
|
2013-12-20 21:57:15 +00:00
|
|
|
* Core: Ensure Object Parameter file contains \n (Steven Armstrong)
|
2013-12-06 22:55:53 +00:00
|
|
|
* New Type: __zypper_repo (Daniel Heule)
|
2013-12-10 14:48:04 +00:00
|
|
|
* New Type: __zypper_service (Daniel Heule)
|
2013-12-13 13:33:22 +00:00
|
|
|
* New Type: __package_emerge (Daniel Heule)
|
|
|
|
* New Type: __package_emerge_dependencies (Daniel Heule)
|
2013-12-09 22:17:06 +00:00
|
|
|
* Type __cron: Add support for raw lines (Daniel Heule)
|
2013-12-19 14:06:51 +00:00
|
|
|
* Type __cron: Suppress stderr output from crontab (Daniel Heule)
|
|
|
|
* Type __cron: Fix quoting issue (Daniel Heule)
|
2013-12-19 13:35:36 +00:00
|
|
|
* Type __file: Do not generate code if mode is 0xxx
|
2013-12-24 22:07:43 +00:00
|
|
|
* Type __iptables_rule: Use default parameter
|
2013-12-10 14:39:27 +00:00
|
|
|
* Type __key_value: Fix quoting issue (Steven Armstrong)
|
2013-12-19 13:35:36 +00:00
|
|
|
* Type __package: Use state --present by default (Steven Armstrong)
|
2013-12-11 13:43:05 +00:00
|
|
|
* Type __package_zypper: Support non packages as well (Daniel Heule)
|
2013-12-13 10:42:12 +00:00
|
|
|
* Type __package_zypper: Support package versions (Daniel Heule)
|
2013-12-19 13:35:36 +00:00
|
|
|
* Type __postfix_*: Depend on __postfix Type (Steven Armstrong)
|
|
|
|
* Type __postfix_postconf: Enable support for SuSE (Daniel Heule)
|
|
|
|
* Type __postfix: Enable support for SuSE (Daniel Heule)
|
2013-12-18 17:13:32 +00:00
|
|
|
* Type __start_on_boot: Use default parameter state
|
2013-12-19 13:35:36 +00:00
|
|
|
* Type __start_on_boot: Add support for gentoo (Daniel Heule)
|
2013-12-20 07:46:33 +00:00
|
|
|
* Type __user: Add support for state parameter (Daniel Heule)
|
|
|
|
* Type __user: Add support for system users (Daniel Heule)
|
2013-12-20 07:54:16 +00:00
|
|
|
* Type __user: Add messaging support (Steven Armstrong)
|
2013-12-20 07:56:23 +00:00
|
|
|
* Type __zypper_service: Support older SuSE releases (Daniel Heule)
|
2013-12-04 12:37:32 +00:00
|
|
|
|
2013-12-02 14:16:31 +00:00
|
|
|
2.3.7: 2013-12-02
|
2013-11-27 14:10:06 +00:00
|
|
|
* Type __file: Secure the file transfer by using mktemp (Steven Armstrong)
|
2013-11-29 15:02:17 +00:00
|
|
|
* Type __file: Only remove file when state is absent (Steven Armstrong)
|
|
|
|
* Type __link: Only remove link when state is absent (Steven Armstrong)
|
|
|
|
* Type __directory: Only remove directory when state is absent (Steven Armstrong)
|
2013-12-04 13:44:27 +00:00
|
|
|
* Type __directory: Fix newly introduced quoting issue
|
2013-12-02 12:29:17 +00:00
|
|
|
* Type __package_zypper: Fix explorer and parameter issue (Daniel Heule)
|
2013-12-01 17:42:43 +00:00
|
|
|
* Core: Fix backtrace when cache cannot be deleted
|
2013-11-27 14:10:06 +00:00
|
|
|
|
2013-11-25 18:09:20 +00:00
|
|
|
2.3.6: 2013-11-25
|
2013-10-14 13:23:46 +00:00
|
|
|
* New Type: __locale
|
2013-10-29 11:23:07 +00:00
|
|
|
* Type __line: Ensure special characters are not interpreted
|
2013-10-14 13:23:46 +00:00
|
|
|
|
2013-10-10 00:53:24 +00:00
|
|
|
2.3.5: 2013-10-10
|
2013-10-10 00:56:08 +00:00
|
|
|
* Core: Unit test fix for remote_copy (Steven Armstrong)
|
2013-10-05 23:45:23 +00:00
|
|
|
* Documentation: Updated manpages of __package and __file (Alex Greif)
|
2013-10-14 13:23:46 +00:00
|
|
|
* Documentation: Add more examples to cdist-manifest (Dan Levin)
|
2013-10-10 00:51:26 +00:00
|
|
|
* Type __package_apt: Do not install recommends by default
|
2013-10-05 23:45:23 +00:00
|
|
|
|
2013-10-02 23:37:53 +00:00
|
|
|
2.3.4: 2013-10-03
|
2013-09-18 10:33:39 +00:00
|
|
|
* Core: Add missing bits to support dry run (Steven Armstrong)
|
|
|
|
* Core: Make unit test remote copy more compatible with scp (Steven Armstrong)
|
2013-09-26 14:26:01 +00:00
|
|
|
* New Type: __postfix (Steven Armstrong)
|
|
|
|
* New Type: __postfix_master (Steven Armstrong)
|
|
|
|
* New Type: __postfix_postconf (Steven Armstrong)
|
|
|
|
* New Type: __postfix_postmap (Steven Armstrong)
|
|
|
|
* New Type: __postfix_reload (Steven Armstrong)
|
|
|
|
* Type __line: Ensure regex does not contain /
|
2013-09-27 21:26:39 +00:00
|
|
|
* Type __ssh_authorized_keys: Bugfix: Preserve ownership (Steven Armstrong)
|
2013-09-18 10:33:39 +00:00
|
|
|
|
2013-09-09 09:39:26 +00:00
|
|
|
2.3.3: 2013-09-09
|
2013-09-05 11:45:27 +00:00
|
|
|
* Core: Add support for default values of optional parameters (Steven Armstrong)
|
2013-09-09 09:39:26 +00:00
|
|
|
* Type __start_on_boot: Bugfix for systemd (Steven Armstrong)
|
|
|
|
|
2013-09-05 11:03:35 +00:00
|
|
|
2.3.2: 2013-09-05
|
|
|
|
* Build: Ensure tests don't change attributes of non-test files
|
2013-08-28 14:47:00 +00:00
|
|
|
* Core: Fix typo in argument parser
|
2013-08-30 00:55:22 +00:00
|
|
|
* Core: Code cleanup: Remove old install code (Steven Armstrong)
|
2013-09-02 09:26:32 +00:00
|
|
|
* Core: Improve error message when using non-existing type in requirement
|
2013-09-02 17:22:53 +00:00
|
|
|
* New Type: __iptables_rule
|
2013-09-02 17:29:11 +00:00
|
|
|
* New Type: __iptables_apply
|
2013-09-02 08:51:11 +00:00
|
|
|
* Type __cdist: Also create home directory
|
2013-09-02 09:26:32 +00:00
|
|
|
* Type __cdist: Add support for --shell parameter
|
|
|
|
* Type __motd: Regenerate motd on Debian and Ubuntu
|
2013-08-28 14:47:00 +00:00
|
|
|
|
2013-08-28 13:30:16 +00:00
|
|
|
2.3.1: 2013-08-28
|
2013-08-12 10:56:54 +00:00
|
|
|
* Core: Support relative paths for configuration directories
|
2013-08-19 06:49:51 +00:00
|
|
|
* Core: Code cleanup (removed context class, added log class)
|
2013-08-27 10:46:00 +00:00
|
|
|
* Documentation: Add more best practises
|
2013-08-28 13:30:16 +00:00
|
|
|
* Documentation: Add troubleshooting chapter
|
2013-08-28 14:43:26 +00:00
|
|
|
* Type __key_value: Fix quoting problem (Steven Armstrong)
|
2013-08-12 10:56:54 +00:00
|
|
|
|
2013-08-12 10:33:32 +00:00
|
|
|
2.3.0: 2013-08-12
|
2013-08-07 19:12:21 +00:00
|
|
|
* Core: Added support for cdist shell
|
2013-08-08 17:09:53 +00:00
|
|
|
* Documentation: Improved some manpages
|
2013-08-07 19:12:21 +00:00
|
|
|
|
2013-07-12 19:26:14 +00:00
|
|
|
2.2.0: 2013-07-12
|
|
|
|
* Build: Cleanup the Makefile
|
2013-07-10 12:17:34 +00:00
|
|
|
* Type __package_opkg: Use shortcut version
|
2013-07-10 15:01:35 +00:00
|
|
|
* Core: Remove old pseudo object id "singleton" (Steven Armstrong)
|
2013-07-09 16:41:27 +00:00
|
|
|
|
2013-07-09 12:53:00 +00:00
|
|
|
2.1.2: 2013-07-09
|
2013-06-03 12:51:06 +00:00
|
|
|
* Build: Change clean-dist target to "distclean"
|
2013-07-09 16:41:27 +00:00
|
|
|
* Build: Moved a lot of build logic into Makefile for dependency resolution
|
2013-06-10 06:16:57 +00:00
|
|
|
* Core: Make global explorers available to initial manifest (Arkaitz Jimenez)
|
|
|
|
* Core: Change execution order to run object as one unit
|
2013-07-09 16:41:27 +00:00
|
|
|
* Documentation: Improved documentation (Tomáš Pospíšek)
|
2013-06-10 07:07:28 +00:00
|
|
|
* New Remote Example: Add support for sudo operations (Chase James)
|
2013-07-09 16:41:27 +00:00
|
|
|
* New Type: __update_alternatives
|
|
|
|
* New Type: __cdist
|
2013-06-03 12:51:06 +00:00
|
|
|
* Type __apt_ppa: Fix comparison operator (Tyler Akins)
|
2013-06-10 06:16:57 +00:00
|
|
|
* Type __start_on_boot: Archlinux changed to use systemd - adapt type
|
2013-06-16 10:47:58 +00:00
|
|
|
* Type __git: Missing quotes added (Chase James)
|
2013-06-18 11:27:33 +00:00
|
|
|
* Type __postgres_database: Make state parameter optional (Chase James)
|
2013-06-18 12:48:36 +00:00
|
|
|
* Type __postgres_role: Make state parameter optional, fix password bug (Chase James)
|
2013-06-19 09:20:18 +00:00
|
|
|
* Type __process: Make state parameter optional
|
2013-06-20 07:20:27 +00:00
|
|
|
* Type __cron: Simplyfied and syntax change
|
2013-04-09 13:12:02 +00:00
|
|
|
|
2013-04-08 18:00:43 +00:00
|
|
|
2.1.1: 2013-04-08
|
2012-12-19 20:16:22 +00:00
|
|
|
* Core: Use dynamic dependency resolver to allow indirect self dependencies
|
2013-04-08 18:00:43 +00:00
|
|
|
* Core: Remove umask call - protect /var/lib/cdist only (Arkaitz Jimenez)
|
|
|
|
* Explorer os: Added Slackware support (Eivind Uggedal)
|
2013-01-28 14:11:32 +00:00
|
|
|
* Type __git: Support mode and fix owner/group settings (contradict)
|
|
|
|
* Type __jail: State absent should implies stopped (Jake Guffey)
|
2013-02-21 21:26:29 +00:00
|
|
|
* Type __directory: Make stat call compatible with FreeBSD (Jake Guffey)
|
2013-04-02 07:17:49 +00:00
|
|
|
* Type __cron: Allow crontab without entries (Arkaitz Jimenez)
|
2013-04-03 14:34:04 +00:00
|
|
|
* Type __user: Add support for creating user home (Arkaitz Jimenez)
|
2012-12-11 17:26:53 +00:00
|
|
|
|
2012-12-09 16:34:29 +00:00
|
|
|
2.1.0: 2012-12-09
|
2012-11-30 09:21:12 +00:00
|
|
|
* Core: Ensure global explorers are executable
|
|
|
|
* Core: Ensure type explorers are executable (Steven Armstrong)
|
2012-12-05 22:19:47 +00:00
|
|
|
* New Type: __git
|
|
|
|
* New Type: __ssh_authorized_keys (Steven Armstrong)
|
|
|
|
* New Type: __user_groups (Steven Armstrong)
|
2012-11-15 16:48:01 +00:00
|
|
|
* Type __rvm_gemset: Change parameter "default" to be boolean
|
2012-11-18 22:31:19 +00:00
|
|
|
* Type __user: Remove --groups support (now provided by __user_groups)
|
2012-11-19 12:35:40 +00:00
|
|
|
* Type __apt_ppa: Bugfix: Installeded ppa detection (Steven Armstrong)
|
2012-11-30 09:21:12 +00:00
|
|
|
* Type __jail: Change optional parameter "started" to boolean "stopped" parameter,
|
|
|
|
change optional parameter "devfs-enable" to boolean "devfs-disable" parameter and
|
|
|
|
change optional parameter "onboot" to boolean.
|
2012-12-09 19:50:03 +00:00
|
|
|
* Type __package_pip: Bugfix: Installeded the package, not pyro
|
2012-11-30 13:51:15 +00:00
|
|
|
* Remove Type __ssh_authorized_key: Superseeded by __ssh_authorized_keys
|
2012-12-01 16:16:39 +00:00
|
|
|
* Support for CDIST_PATH (Steven Armstrong)
|
2012-11-15 16:38:43 +00:00
|
|
|
|
2012-11-15 13:15:54 +00:00
|
|
|
2.1.0pre8: 2012-11-15
|
2012-11-07 16:34:21 +00:00
|
|
|
* Type cleanup: __apt_ppa, __apt_ppa_update_index, __file,
|
|
|
|
__ssh_authorized_key, __timezone, all install types (Steven Armstrong)
|
2012-11-07 17:57:52 +00:00
|
|
|
* Types: Remove all parameter changing code
|
2012-11-07 18:28:24 +00:00
|
|
|
* Type __rvm_ruby: Change parameter "default" to be boolean
|
2012-11-15 14:03:55 +00:00
|
|
|
* Documentation: Web documentation clean up
|
2012-11-07 16:34:21 +00:00
|
|
|
|
2012-11-07 11:12:33 +00:00
|
|
|
2.1.0pre7: 2012-11-07
|
|
|
|
* Core: All unit tests restored back to working
|
2012-11-15 13:15:54 +00:00
|
|
|
* Core: Print error message when missing the initial manifest
|
2012-11-06 15:59:21 +00:00
|
|
|
|
2012-11-05 21:44:20 +00:00
|
|
|
2.1.0pre6: 2012-11-05
|
2012-11-01 17:25:29 +00:00
|
|
|
* New Example: Turn remote calls into local calls (used for unittesting)
|
2012-11-02 15:27:28 +00:00
|
|
|
* Core: Export PYTHONPATH, it's also needed by emulator
|
2012-11-02 16:16:25 +00:00
|
|
|
* Bugfix Type __rvm_ruby: Add clean package dependencies
|
|
|
|
* Bugfix Type __rvm_gem: Run rvm as user, not as root
|
2012-11-02 16:35:13 +00:00
|
|
|
* Cleanup Type __rvm, __rvm_gemset: Use shortcut version
|
2012-11-02 21:56:45 +00:00
|
|
|
* Bugfix __rvm_gemset: Correctly check for gemsets
|
|
|
|
* Cleanup Type __postgres_database, __postgres_role: Reference each other
|
|
|
|
in documentation
|
|
|
|
* Cleanp Type __postgres_role: Use boolean parameters where appropriate
|
2012-11-02 21:57:23 +00:00
|
|
|
* Cleanp Type __postgres_role: Use shortcut version
|
2012-11-01 17:25:29 +00:00
|
|
|
|
2012-11-01 14:25:57 +00:00
|
|
|
2.1.0pre5: 2012-11-01
|
|
|
|
* Core: First round of tests updated to work with multiple configuration directories
|
|
|
|
|
2012-10-31 07:15:09 +00:00
|
|
|
2.1.0pre4: 2012-10-31
|
2012-10-31 07:12:01 +00:00
|
|
|
* Dist: PyPi: Moved cdist.py to script/cdist to avoid double import
|
2012-10-31 07:15:09 +00:00
|
|
|
* Core: Added support for multiple configuration directories (no documentation)
|
2012-10-30 13:53:53 +00:00
|
|
|
|
2012-10-30 06:37:19 +00:00
|
|
|
2.1.0pre3: 2012-10-30
|
2012-10-29 22:25:28 +00:00
|
|
|
* Dist: PyPi: Types and explorer included as package data
|
|
|
|
|
2012-10-26 16:39:22 +00:00
|
|
|
2.1.0pre2: 2012-10-26
|
2012-10-26 16:14:04 +00:00
|
|
|
* Dist: PyPi: Add conf/ directory to distribution
|
|
|
|
* Dist: Initial support for archlinux packaging
|
2012-10-26 15:40:38 +00:00
|
|
|
|
2012-10-26 05:36:56 +00:00
|
|
|
2.1.0pre1: 2012-10-26
|
2012-10-26 05:20:03 +00:00
|
|
|
* Core: Removed obsolete variable __self
|
|
|
|
* Removed type __addifnosuchline (replaced by __line)
|
|
|
|
* Removed type __removeline (replaced by __line)
|
|
|
|
* Type __directory: Parameter --parents and --recursive are now boolean
|
|
|
|
* Type __package_apt, __package_luarocks, __package_opkg,
|
|
|
|
__package_pacman, __package_pkg_freebsd, __package_pkg_openbsd,
|
|
|
|
__package_rubygem, __package_yum, __process:
|
|
|
|
Parameter state accepts only "present" and "absent"
|
2012-10-26 16:14:04 +00:00
|
|
|
* Dist: Initial support for pypi packaging
|
2012-10-26 05:20:03 +00:00
|
|
|
|
2012-11-02 13:16:27 +00:00
|
|
|
2.0.15: 2012-11-02
|
2012-09-07 12:44:04 +00:00
|
|
|
* Core: Make variable __object_name available in type explorers (Steven Armtrong)
|
2012-09-19 19:33:16 +00:00
|
|
|
* New Type: __qemu_img
|
2012-09-20 15:44:24 +00:00
|
|
|
* New Type: __line
|
2012-10-01 15:52:19 +00:00
|
|
|
* New Type: __pf_apply (Jake Guffey)
|
|
|
|
* New Type: __pf_ruleset (Jake Guffey)
|
2012-10-02 16:11:16 +00:00
|
|
|
* Bugfix Type: __rvm: Make type work if rvm is already installed
|
2012-09-07 12:44:04 +00:00
|
|
|
|
2012-09-07 12:06:19 +00:00
|
|
|
2.0.14: 2012-09-07
|
2012-06-14 15:01:59 +00:00
|
|
|
* Bugfix Type: __jail: Use correct variable (Jake Guffey)
|
2012-06-15 07:22:39 +00:00
|
|
|
* Change Type: __jail: Parameter jailbase now optional (Jake Guffey)
|
2012-06-25 17:12:00 +00:00
|
|
|
* Bugfix Type: __user: Use passwd database on FreeBSD (Jake Guffey)
|
2012-06-15 08:04:18 +00:00
|
|
|
* Bugfix Type: __start_on_boot: Do not change parameters
|
2012-06-19 12:17:50 +00:00
|
|
|
* Feature __user: Added support for BSDs (Sébastien Gross)
|
2012-07-09 15:57:12 +00:00
|
|
|
* Feature __group: Added support for FreeBSD (Jake Guffey)
|
2012-06-15 11:32:12 +00:00
|
|
|
* New Type: __package_zypper
|
|
|
|
* Feature Types: Initial Support for SuSE Linux
|
2012-06-14 15:01:59 +00:00
|
|
|
|
2012-06-05 16:32:09 +00:00
|
|
|
2.0.13: 2012-06-05
|
2012-05-31 17:25:17 +00:00
|
|
|
* Bugfix __ssh_authorized_key: Ensure it sets proper group (contradict)
|
2012-05-30 14:00:31 +00:00
|
|
|
* Bugfix __addifnosuchline: Fixed quotes/interpolation bug ("a b" became "a b")
|
2012-05-30 16:34:47 +00:00
|
|
|
* New Explorer: interfaces (Sébastien Gross)
|
2012-06-04 14:15:36 +00:00
|
|
|
* Feature core: Support reading from stdin in types (Steven Armstrong)
|
2012-06-05 16:28:47 +00:00
|
|
|
* Feature core: Support multiple parameters for types (Steven Armstrong)
|
2012-06-04 14:15:36 +00:00
|
|
|
* Feature __file: Support reading from stdin with - syntax (Steven Armstrong)
|
2012-05-30 14:00:31 +00:00
|
|
|
|
2012-05-29 13:57:38 +00:00
|
|
|
2.0.12: 2012-05-29
|
2012-05-24 13:51:28 +00:00
|
|
|
* Core: Correctly raise error on Python < 3.2 (Steven Armtrong)
|
2012-05-29 13:53:31 +00:00
|
|
|
* Core: Add support for --remote-exec and --remote-copy parameters
|
2012-05-24 13:51:28 +00:00
|
|
|
* Documentation: Debian Squeeze hints (Sébastien Gross)
|
|
|
|
|
2012-05-23 12:17:49 +00:00
|
|
|
2.0.11: 2012-05-23
|
2012-05-22 15:28:38 +00:00
|
|
|
* Fix insecure file/directory creation: Use umask 077
|
|
|
|
|
2012-05-18 14:42:14 +00:00
|
|
|
2.0.10: 2012-05-18
|
2012-03-12 19:58:53 +00:00
|
|
|
* Cleanup __group: No getent gshadow in old Redhat, use groupmod -g
|
|
|
|
(Matt Coddington)
|
2012-04-03 04:00:00 +00:00
|
|
|
* Bugfix __package_yum: Missing cat
|
2012-04-04 07:47:52 +00:00
|
|
|
* Bugfix __start_on_boot: Correctly use sed and quotes (Steven Armstrong)
|
2012-04-04 07:44:57 +00:00
|
|
|
* Feature __file: Support for --state exists (Steven Armstrong)
|
2012-04-04 15:21:54 +00:00
|
|
|
* Feature core: Make variable __manifest available to type manifests
|
2012-04-27 09:39:08 +00:00
|
|
|
* Feature core: Correct parent dependency handling (Steven Armstrong)
|
|
|
|
* Bugfix several types: Fix sed for FreeBSD (Istvan Beregszaszi)
|
2012-05-02 13:54:25 +00:00
|
|
|
* New Type: __jail (Jake Guffey)
|
2012-05-18 14:39:55 +00:00
|
|
|
* Change Type: __rvm*: --state present/absent not installed/remvoed (Evax Software)
|
|
|
|
* Bugfix Type: __cron: Hide error output from crontab
|
2012-05-14 16:32:55 +00:00
|
|
|
* Various smaller bugfixes (Chris Lamb)
|
2012-03-12 19:58:53 +00:00
|
|
|
|
2012-03-12 19:23:58 +00:00
|
|
|
2.0.9: 2012-03-12
|
2012-02-21 14:11:46 +00:00
|
|
|
* Cleanup documentation: Fix environment variable list to be properly
|
|
|
|
displayed (Giel van Schijndel)
|
2012-03-09 22:27:52 +00:00
|
|
|
* Cleanup documentation: Some minor corrections
|
2012-02-21 08:41:37 +00:00
|
|
|
* New Type: __package_opkg (Giel van Schijndel)
|
2012-02-21 08:59:13 +00:00
|
|
|
* New Type: __package_pkg_freebsd (Jake Guffey)
|
2012-03-12 19:18:49 +00:00
|
|
|
* New Type: __mysql_database (Benedikt Koeppel)
|
2012-02-22 08:11:00 +00:00
|
|
|
* Feature __package: Support for OpenWRT (Giel van Schijndel)
|
|
|
|
* Feature __start_on_boot: Support for OpenWRT (Giel van Schijndel)
|
2012-03-01 08:28:23 +00:00
|
|
|
* Feature __start_on_boot: Support for Amazon Linux (Matt Coddington)
|
2012-03-09 22:48:04 +00:00
|
|
|
* New Example: Use rsync to backup files (Matt Coddington)
|
2012-03-12 18:24:30 +00:00
|
|
|
* Feature core: Exit non-zero, if configuration failed
|
|
|
|
* Documentation: Describe how to do templating (Aurélien Bondis)
|
2012-02-21 08:41:37 +00:00
|
|
|
|
2012-02-20 10:18:37 +00:00
|
|
|
2.0.8: 2012-02-20
|
2012-02-17 13:07:00 +00:00
|
|
|
* Bugfix core: Remove another nasty traceback when sending SIGINT (aka Ctrl-C)
|
2012-02-13 15:22:46 +00:00
|
|
|
* Cleanup: Better hint to source of error
|
2012-02-15 16:06:58 +00:00
|
|
|
* Cleanup: Do not output failing script, but path to script only
|
2012-02-13 15:27:41 +00:00
|
|
|
* Cleanup: Remove support for __debug variable in manifests (Type != Core
|
|
|
|
debugging)
|
2012-02-16 22:37:08 +00:00
|
|
|
* Cleanup: Change __package_* to support absent/present (default state
|
|
|
|
name now). The values removed/installed will be removed in cdist 2.1.
|
2012-02-17 11:51:14 +00:00
|
|
|
* Cleanup: Change __process to support absent/present (default state
|
|
|
|
name now). The values running/stopped will be removed in cdist 2.1.
|
2012-02-16 10:13:50 +00:00
|
|
|
* Feature Core: Support boolean parameters (Steven Armstrong)
|
2012-02-13 15:22:46 +00:00
|
|
|
|
2012-02-13 13:37:30 +00:00
|
|
|
2.0.7: 2012-02-13
|
2012-02-02 21:07:53 +00:00
|
|
|
* Bugfix __file: Use chmod after chown/chgrp (Matt Coddington)
|
2012-02-07 06:55:50 +00:00
|
|
|
* Bugfix __user: Correct shadow field in explorer (Matt Coddington)
|
2012-02-07 07:57:10 +00:00
|
|
|
* Bugfix __link: Properly handle existing links (Steven Armstrong)
|
2012-02-10 15:17:53 +00:00
|
|
|
* Bugfix __key_value: More robust implementation (Steven Armstrong)
|
2012-02-13 10:30:11 +00:00
|
|
|
* Bugfix __user: Fix for changing a user's group by name (Matt Coddington)
|
2012-02-08 21:06:16 +00:00
|
|
|
* New Type: __package_pip
|
2012-02-13 10:30:11 +00:00
|
|
|
* Bugfix/Cleanup: Correctly allow Object ID to start and end with /, but
|
|
|
|
not contain //.
|
2012-02-02 21:07:53 +00:00
|
|
|
|
2012-01-28 19:43:29 +00:00
|
|
|
2.0.6: 2012-01-28
|
2012-01-18 11:34:39 +00:00
|
|
|
* Bugfix __apt_ppa:
|
|
|
|
Also remove the [ppa-name].list file, if empty. (Tim Kersten)
|
2012-01-20 17:03:58 +00:00
|
|
|
* Bugfix __group:
|
|
|
|
Referenced wrong variable name (Matt Coddington)
|
2012-01-18 12:19:39 +00:00
|
|
|
* Feature __package_apt:
|
|
|
|
Initial support for virtual packages (Evax Software)
|
2012-01-27 07:38:36 +00:00
|
|
|
* Feature Core: Added new dependency resolver (Steven Armstrong)
|
|
|
|
* Feature Explorer, __package_yum: Support Amazon Linux (Matt Coddington)
|
2012-01-18 13:37:29 +00:00
|
|
|
* New Type: __rvm (Evax Software)
|
|
|
|
* New Type: __rvm_gem (Evax Software)
|
|
|
|
* New Type: __rvm_gemset (Evax Software)
|
|
|
|
* New Type: __rvm_ruby (Evax Software)
|
2012-01-18 11:34:39 +00:00
|
|
|
|
2012-01-17 23:31:18 +00:00
|
|
|
2.0.5: 2012-01-18
|
2012-01-09 22:36:58 +00:00
|
|
|
* Bugfix __key_value: Use correct delimiters
|
|
|
|
(Steven Armstrong, Daniel Maher)
|
|
|
|
* Cleanup: Explicitly require Python >= 3.2 (do not fail implicitly)
|
|
|
|
* Documentation: (Re)write of the tutorial
|
2012-01-05 17:49:37 +00:00
|
|
|
* Feature: __addifnosuchline supports matching on
|
|
|
|
regular expressions (Daniel Maher)
|
2012-01-09 14:28:18 +00:00
|
|
|
* Feature: __directory, __file, __link:
|
|
|
|
Add --state parameter (Steven Armstrong)
|
2012-01-09 22:36:58 +00:00
|
|
|
* New Type: __package_luarocks (Christian G. Warden)
|
|
|
|
* New Type: __cdistmarker (Daniel Maher)
|
2012-01-04 19:40:53 +00:00
|
|
|
|
2011-11-18 14:36:31 +00:00
|
|
|
2.0.4: 2011-11-18
|
2011-10-18 20:40:17 +00:00
|
|
|
* Bugfix core: Remove traceback when sending SIGINT (aka Ctrl-C)
|
2011-11-17 12:25:47 +00:00
|
|
|
* Bugfix core: Accept parameters with - in the name (Steven Armstrong)
|
2011-10-19 13:19:08 +00:00
|
|
|
* Cleanup: __object_fq variable removed (never used)
|
|
|
|
* Cleanup: Environment variable __self DEPRECATED, use __object_name instead
|
|
|
|
* Cleanup: Environment variable __self scheduled for removal in cdist 2.1
|
2011-11-16 07:07:19 +00:00
|
|
|
* Documentation: Many examples for use of __remote_* (Steven Armstrong)
|
2011-11-18 14:26:10 +00:00
|
|
|
* Feature: Automatically require all used objects (Steven Armstrong)
|
2011-11-17 12:25:47 +00:00
|
|
|
* New Type: __cron (Steven Armstrong)
|
2011-10-18 20:40:17 +00:00
|
|
|
|
2011-10-18 07:55:30 +00:00
|
|
|
2.0.3: 2011-10-18
|
2011-09-27 15:27:28 +00:00
|
|
|
* Improved logging, added --verbose, by more quiet by default
|
2011-10-04 14:36:33 +00:00
|
|
|
* Bugfix __user: Correct quoting (Steven Armstrong)
|
2011-10-16 17:40:02 +00:00
|
|
|
* Bugfix __addifnosuchline: Falsely exited
|
2011-10-10 22:46:01 +00:00
|
|
|
* Bugfix requirements: Restore original require="" behaviour
|
2011-10-14 21:57:58 +00:00
|
|
|
* Feature requirements: Check for broken object_ids and abort
|
|
|
|
* Massive refactoring and unittesting introduced (Steven Armstrong)
|
|
|
|
|
2011-09-27 14:44:38 +00:00
|
|
|
2.0.2: 2011-09-27
|
2011-09-25 19:10:18 +00:00
|
|
|
* Add support for detection of OpenWall Linux (Matthias Teege)
|
2011-09-27 14:25:58 +00:00
|
|
|
* Add support for __debug variable in manifests
|
|
|
|
* Bugfix core: Various issues with type emulator
|
2011-09-25 19:10:18 +00:00
|
|
|
|
2011-09-23 11:50:49 +00:00
|
|
|
2.0.1: 2011-09-23
|
2011-09-23 11:49:02 +00:00
|
|
|
* Bugfix core: Always print source of error in case of exec errors
|
|
|
|
* Bugfix core: Various smaller bugs in string concatenation
|
|
|
|
* Feature: Add marker "changed" to changed objects
|
2011-09-18 18:57:13 +00:00
|
|
|
|
|
|
|
2.0.0: 2011-09-16
|
2011-08-21 13:14:33 +00:00
|
|
|
* New Type: __package_rubygem (Chase Allen James)
|
2011-09-18 18:57:13 +00:00
|
|
|
* __self replaced by __object_fq
|
2011-09-11 18:49:46 +00:00
|
|
|
* Rewrote cdist in Python
|
2011-08-21 13:14:33 +00:00
|
|
|
|
2011-07-26 18:26:13 +00:00
|
|
|
1.7.1: 2011-07-26
|
2011-06-16 22:03:07 +00:00
|
|
|
* Documentation: Add explorers to reference
|
|
|
|
* Documentation: Typo cleanup (Derek Brost)
|
|
|
|
* Type __key_value: Bugfix (Steven Armstrong)
|
2011-06-17 14:25:26 +00:00
|
|
|
* New Type: __postgres_role (Steven Armstrong)
|
|
|
|
* New Type: __postgres_database (Steven Armstrong)
|
2011-05-10 14:44:48 +00:00
|
|
|
|
2011-05-10 13:49:35 +00:00
|
|
|
1.7.0: 2011-05-10
|
2011-04-29 08:38:15 +00:00
|
|
|
* Bugfix type __package_yum: Fix redhat support (Ramon Salvadó)
|
|
|
|
* Improved type __package_yum: Add centos support (Ramon Salvadó)
|
|
|
|
* New Type: __timezone (Ramon Salvadó)
|
|
|
|
* Renamed explorer: hardware_type to machine
|
|
|
|
* Core: Do not execute empty code fragments
|
2011-04-27 06:28:50 +00:00
|
|
|
|
2011-04-19 20:43:18 +00:00
|
|
|
1.6.2: 2011-04-19
|
2011-04-08 09:01:57 +00:00
|
|
|
* Core: Introduce __cdist_tmp_base_dir
|
2011-04-16 21:35:07 +00:00
|
|
|
* Core: Cleanup and enhance cdist-type-template
|
2011-04-16 22:00:55 +00:00
|
|
|
* Core: cdist-mass-deploy: Report failed cdist-deploy-to instances
|
2011-04-29 08:38:15 +00:00
|
|
|
* New Type: __ssh_authorized_key (Aurélien Bondis)
|
2011-04-08 09:01:57 +00:00
|
|
|
|
2011-04-07 07:56:59 +00:00
|
|
|
1.6.1: 2011-04-07
|
2011-04-06 18:44:20 +00:00
|
|
|
* Improved logging: Show code responsible for abort
|
2011-04-06 21:43:22 +00:00
|
|
|
* Improved logging: Consistently prefix with current object or core
|
2011-04-06 18:41:25 +00:00
|
|
|
* Bugfix: Type __debconf_set_selections used wrong contens for selection
|
2011-04-06 20:22:52 +00:00
|
|
|
* Bugfix: Don't fail, if cache directory is not existing
|
2011-04-06 20:24:57 +00:00
|
|
|
* Bugfix: __user and __group exited non-zero if no change was necessary
|
2011-04-29 08:38:15 +00:00
|
|
|
* New Explorer: hardware_type
|
|
|
|
* New Type: __package_pkg_openbsd (Andi Brönnimann)
|
|
|
|
* New Type: __autofs_map (Steven Armstrong)
|
|
|
|
* New Type: __autofs_master (Steven Armstrong)
|
2011-04-06 18:17:00 +00:00
|
|
|
|
2011-04-06 17:36:57 +00:00
|
|
|
1.6.0: 2011-04-06
|
2011-04-07 07:56:59 +00:00
|
|
|
* New Type: __package_yum
|
|
|
|
* New type: __debconf_set_selections
|
|
|
|
* New explorer: os_version
|
|
|
|
* Bugfix: Type __group failed in case of __group NAME syntax
|
|
|
|
* Bugfix: __package* types: consistently name --state removed instead of
|
2011-04-05 14:26:56 +00:00
|
|
|
uninstalled or deinstalled
|
2011-04-07 07:56:59 +00:00
|
|
|
* Type __package: Added Fedora support
|
|
|
|
* Type __package_apt: Removed --preseed support
|
|
|
|
* Explorer os gained Fedora support
|
2011-04-04 09:07:15 +00:00
|
|
|
* Simplified types __user and __group
|
2011-04-06 12:00:41 +00:00
|
|
|
* New helper binary: cdist-mass-deploy
|
2011-04-01 11:10:41 +00:00
|
|
|
|
2011-04-01 07:56:44 +00:00
|
|
|
1.5.0: 2011-04-01
|
2011-03-29 14:45:16 +00:00
|
|
|
* Add basic cache functionality
|
2011-04-07 07:56:59 +00:00
|
|
|
* New type: __process
|
2011-03-29 14:36:10 +00:00
|
|
|
* Restructured execution: (Steven Armstrong)
|
2011-04-01 07:56:44 +00:00
|
|
|
Orientate processing on objects, resolve dependencies and
|
|
|
|
ensure correct execution order.
|
2011-03-29 14:45:16 +00:00
|
|
|
* Documentation: Rewrite stages docs (Steven Armstrong)
|
|
|
|
* Documentation: Remove legacy man pages (Steven Armstrong)
|
2011-03-25 22:52:13 +00:00
|
|
|
|
2011-03-25 21:24:02 +00:00
|
|
|
1.4.1: 2011-03-25
|
2011-04-07 07:56:59 +00:00
|
|
|
* New type: __key_value (Steven Armstrong)
|
|
|
|
* New type: __apt_ppa (Steven Armstrong)
|
2011-03-24 22:35:39 +00:00
|
|
|
* Documentation: Manpage generation cleanup
|
|
|
|
* Documentation: Manpage fix for __apt_ppa
|
2011-03-24 17:43:08 +00:00
|
|
|
|
2011-03-24 12:28:35 +00:00
|
|
|
1.4.0: 2011-03-24
|
2011-03-22 08:59:41 +00:00
|
|
|
* Add --recursive to __directory
|
2011-03-24 12:28:35 +00:00
|
|
|
* Move cdist generated stuff to .cdist of an object
|
2011-03-23 15:51:20 +00:00
|
|
|
* Allow objects to be redefined
|
2011-03-22 08:59:41 +00:00
|
|
|
|
2011-03-21 13:07:17 +00:00
|
|
|
1.3.2: 2011-03-21
|
2011-03-21 08:30:42 +00:00
|
|
|
* Add --source to __motd
|
2011-03-21 09:08:15 +00:00
|
|
|
* Add --preseed to __package_apt
|
2011-03-21 13:07:17 +00:00
|
|
|
* Include HTML documentation of manpages and publish them
|
2011-03-21 08:30:42 +00:00
|
|
|
|
2011-03-21 07:59:04 +00:00
|
|
|
1.3.1: 2011-03-21
|
2011-04-07 07:56:59 +00:00
|
|
|
* Document: cdist-type-build-emulation
|
|
|
|
* Document: cdist-type-emulator
|
|
|
|
* Document: cdist-remote-explorer-run
|
2011-03-20 01:04:30 +00:00
|
|
|
* Fix dependencies in cdist-code-run
|
2011-03-21 07:59:04 +00:00
|
|
|
* Fix dependencies in cdist-manifest-run-all
|
2011-03-20 01:04:30 +00:00
|
|
|
* Add --source to __issue and fix os check
|
2011-03-19 23:30:19 +00:00
|
|
|
|
2011-03-19 23:02:44 +00:00
|
|
|
1.3.0: 2011-03-20
|
2011-03-19 22:43:11 +00:00
|
|
|
* Add support for local and remote code generation and execution
|
2011-03-19 14:14:45 +00:00
|
|
|
* Bugfix: Remove obsolete $@ call in cdist-remote-explorer-run
|
|
|
|
* Bugfix: Correct manpage for __removeline (broke manpage generation)
|
|
|
|
|
2011-03-19 02:05:22 +00:00
|
|
|
1.2.0: 2011-03-19
|
2011-03-18 20:08:18 +00:00
|
|
|
* Added dependencies (see cdist-type(7))
|
2011-04-07 07:56:59 +00:00
|
|
|
* New type: __removeline (Daniel Roth)
|
|
|
|
* New type: __group (Steven Armstrong)
|
|
|
|
* New type: __user (Steven Armstrong)
|
|
|
|
* Documentation: cdist-run-remote
|
|
|
|
* Documentation: cdist-code-run-all
|
|
|
|
* Documentation: cdist-object-gencode
|
|
|
|
* Documentation: cdist-explorer-run-global
|
|
|
|
* Documentation: cdist-manifest-run-init
|
|
|
|
* Documentation: cdist-manifest-run-all
|
|
|
|
* Documentation: cdist-object-gencode-all
|
|
|
|
* Documentation: cdist-manifest-run
|
2011-03-18 01:05:03 +00:00
|
|
|
|
2011-03-16 10:12:08 +00:00
|
|
|
1.1.0: 2011-03-16
|
2011-03-16 07:40:36 +00:00
|
|
|
* Replace type __file with __file, __directory, __link
|
2011-04-07 07:56:59 +00:00
|
|
|
* Documentation: cdist-env
|
|
|
|
* Documentation: cdist-config
|
|
|
|
* Documentation: cdist-dir
|
|
|
|
* Documentation: cdist-quickstart
|
2011-03-16 07:40:36 +00:00
|
|
|
|
2011-03-15 20:38:09 +00:00
|
|
|
1.0.4: 2011-03-15
|
2011-04-07 07:56:59 +00:00
|
|
|
* New type: __motd
|
|
|
|
* New type: __addifnosuchline (Daniel Roth)
|
|
|
|
* New type: __user
|
|
|
|
* Document type: __issue
|
|
|
|
* Document type: __package
|
|
|
|
* Document type: __package_pacman
|
|
|
|
* Document type: __package_apt
|
2011-03-14 23:05:38 +00:00
|
|
|
* New parameter for __file: --owner and --group
|
2011-03-12 17:48:02 +00:00
|
|
|
|
2011-03-11 18:17:31 +00:00
|
|
|
1.0.3: 2011-03-11
|
2011-03-10 16:19:25 +00:00
|
|
|
* Update regexp used for sane characters
|
2011-03-10 16:45:15 +00:00
|
|
|
* Allow types without parameters
|
2011-03-11 18:17:31 +00:00
|
|
|
* Allow type to be singleton
|
2011-03-10 17:14:35 +00:00
|
|
|
* Type __file learned --type symlink
|
2011-03-10 16:19:25 +00:00
|
|
|
|
2011-03-09 09:36:58 +00:00
|
|
|
1.0.2: 2011-03-09
|
2011-03-09 09:16:46 +00:00
|
|
|
* Add manpages: cdist-type, cdist-type__file, cdist-reference, cdist-explorer
|
2011-03-08 19:37:52 +00:00
|
|
|
* Make doc/man/ usable as MANPATH entry
|
|
|
|
|
2011-03-07 23:25:08 +00:00
|
|
|
1.0.1: 2011-03-08
|
|
|
|
* Added cdist-type-template including manpage
|
|
|
|
* Fix manpage building
|
|
|
|
* Add new manpages: cdist-stages, cdist-bin-transfer
|
|
|
|
|
|
|
|
1.0.0: 2011-03-07
|
|
|
|
* Initial release
|