2012-01-26 11:56:12 +01:00
|
|
|
Changelog
|
|
|
|
---------
|
|
|
|
|
|
|
|
* Changes are always commented with their author in (braces)
|
|
|
|
* Exception: No braces means author == Nico Schottelius
|
|
|
|
|
2012-06-05 18:32:09 +02:00
|
|
|
2.0.13: 2012-06-05
|
2012-05-31 19:25:17 +02:00
|
|
|
* Bugfix __ssh_authorized_key: Ensure it sets proper group (contradict)
|
2012-05-30 16:00:31 +02:00
|
|
|
* Bugfix __addifnosuchline: Fixed quotes/interpolation bug ("a b" became "a b")
|
2012-05-30 18:34:47 +02:00
|
|
|
* New Explorer: interfaces (Sébastien Gross)
|
2012-06-04 16:15:36 +02:00
|
|
|
* Feature core: Support reading from stdin in types (Steven Armstrong)
|
2012-06-05 18:28:47 +02:00
|
|
|
* Feature core: Support multiple parameters for types (Steven Armstrong)
|
2012-06-04 16:15:36 +02:00
|
|
|
* Feature __file: Support reading from stdin with - syntax (Steven Armstrong)
|
2012-05-30 16:00:31 +02:00
|
|
|
|
2012-05-29 15:57:38 +02:00
|
|
|
2.0.12: 2012-05-29
|
2012-05-24 15:51:28 +02:00
|
|
|
* Core: Correctly raise error on Python < 3.2 (Steven Armtrong)
|
2012-05-29 15:53:31 +02:00
|
|
|
* Core: Add support for --remote-exec and --remote-copy parameters
|
2012-05-24 15:51:28 +02:00
|
|
|
* Documentation: Debian Squeeze hints (Sébastien Gross)
|
|
|
|
|
2012-05-23 14:17:49 +02:00
|
|
|
2.0.11: 2012-05-23
|
2012-05-22 17:28:38 +02:00
|
|
|
* Fix insecure file/directory creation: Use umask 077
|
|
|
|
|
2012-05-18 16:42:14 +02:00
|
|
|
2.0.10: 2012-05-18
|
2012-03-12 20:58:53 +01:00
|
|
|
* Cleanup __group: No getent gshadow in old Redhat, use groupmod -g
|
|
|
|
(Matt Coddington)
|
2012-04-03 06:00:00 +02:00
|
|
|
* Bugfix __package_yum: Missing cat
|
2012-04-04 09:47:52 +02:00
|
|
|
* Bugfix __start_on_boot: Correctly use sed and quotes (Steven Armstrong)
|
2012-04-04 09:44:57 +02:00
|
|
|
* Feature __file: Support for --state exists (Steven Armstrong)
|
2012-04-04 17:21:54 +02:00
|
|
|
* Feature core: Make variable __manifest available to type manifests
|
2012-04-27 11:39:08 +02:00
|
|
|
* Feature core: Correct parent dependency handling (Steven Armstrong)
|
|
|
|
* Bugfix several types: Fix sed for FreeBSD (Istvan Beregszaszi)
|
2012-05-02 15:54:25 +02:00
|
|
|
* New Type: __jail (Jake Guffey)
|
2012-05-18 16:39:55 +02:00
|
|
|
* Change Type: __rvm*: --state present/absent not installed/remvoed (Evax Software)
|
|
|
|
* Bugfix Type: __cron: Hide error output from crontab
|
2012-05-14 18:32:55 +02:00
|
|
|
* Various smaller bugfixes (Chris Lamb)
|
2012-03-12 20:58:53 +01:00
|
|
|
|
2012-03-12 20:23:58 +01:00
|
|
|
2.0.9: 2012-03-12
|
2012-02-21 15:11:46 +01:00
|
|
|
* Cleanup documentation: Fix environment variable list to be properly
|
|
|
|
displayed (Giel van Schijndel)
|
2012-03-09 23:27:52 +01:00
|
|
|
* Cleanup documentation: Some minor corrections
|
2012-02-21 09:41:37 +01:00
|
|
|
* New Type: __package_opkg (Giel van Schijndel)
|
2012-02-21 09:59:13 +01:00
|
|
|
* New Type: __package_pkg_freebsd (Jake Guffey)
|
2012-03-12 20:18:49 +01:00
|
|
|
* New Type: __mysql_database (Benedikt Koeppel)
|
2012-02-22 09:11:00 +01:00
|
|
|
* Feature __package: Support for OpenWRT (Giel van Schijndel)
|
|
|
|
* Feature __start_on_boot: Support for OpenWRT (Giel van Schijndel)
|
2012-03-01 09:28:23 +01:00
|
|
|
* Feature __start_on_boot: Support for Amazon Linux (Matt Coddington)
|
2012-03-09 23:48:04 +01:00
|
|
|
* New Example: Use rsync to backup files (Matt Coddington)
|
2012-03-12 19:24:30 +01:00
|
|
|
* Feature core: Exit non-zero, if configuration failed
|
|
|
|
* Documentation: Describe how to do templating (Aurélien Bondis)
|
2012-02-21 09:41:37 +01:00
|
|
|
|
2012-02-20 11:18:37 +01:00
|
|
|
2.0.8: 2012-02-20
|
2012-02-17 14:07:00 +01:00
|
|
|
* Bugfix core: Remove another nasty traceback when sending SIGINT (aka Ctrl-C)
|
2012-02-13 16:22:46 +01:00
|
|
|
* Cleanup: Better hint to source of error
|
2012-02-15 17:06:58 +01:00
|
|
|
* Cleanup: Do not output failing script, but path to script only
|
2012-02-13 16:27:41 +01:00
|
|
|
* Cleanup: Remove support for __debug variable in manifests (Type != Core
|
|
|
|
debugging)
|
2012-02-16 23:37:08 +01: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 12:51:14 +01: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 11:13:50 +01:00
|
|
|
* Feature Core: Support boolean parameters (Steven Armstrong)
|
2012-02-13 16:22:46 +01:00
|
|
|
|
2012-02-13 14:37:30 +01:00
|
|
|
2.0.7: 2012-02-13
|
2012-02-02 22:07:53 +01:00
|
|
|
* Bugfix __file: Use chmod after chown/chgrp (Matt Coddington)
|
2012-02-07 07:55:50 +01:00
|
|
|
* Bugfix __user: Correct shadow field in explorer (Matt Coddington)
|
2012-02-07 08:57:10 +01:00
|
|
|
* Bugfix __link: Properly handle existing links (Steven Armstrong)
|
2012-02-10 16:17:53 +01:00
|
|
|
* Bugfix __key_value: More robust implementation (Steven Armstrong)
|
2012-02-13 11:30:11 +01:00
|
|
|
* Bugfix __user: Fix for changing a user's group by name (Matt Coddington)
|
2012-02-08 22:06:16 +01:00
|
|
|
* New Type: __package_pip
|
2012-02-13 11:30:11 +01:00
|
|
|
* Bugfix/Cleanup: Correctly allow Object ID to start and end with /, but
|
|
|
|
not contain //.
|
2012-02-02 22:07:53 +01:00
|
|
|
|
2012-01-28 20:43:29 +01:00
|
|
|
2.0.6: 2012-01-28
|
2012-01-18 12:34:39 +01:00
|
|
|
* Bugfix __apt_ppa:
|
|
|
|
Also remove the [ppa-name].list file, if empty. (Tim Kersten)
|
2012-01-20 18:03:58 +01:00
|
|
|
* Bugfix __group:
|
|
|
|
Referenced wrong variable name (Matt Coddington)
|
2012-01-18 13:19:39 +01:00
|
|
|
* Feature __package_apt:
|
|
|
|
Initial support for virtual packages (Evax Software)
|
2012-01-27 08:38:36 +01:00
|
|
|
* Feature Core: Added new dependency resolver (Steven Armstrong)
|
|
|
|
* Feature Explorer, __package_yum: Support Amazon Linux (Matt Coddington)
|
2012-01-18 14:37:29 +01: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 12:34:39 +01:00
|
|
|
|
2012-01-18 00:31:18 +01:00
|
|
|
2.0.5: 2012-01-18
|
2012-01-09 23:36:58 +01: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 18:49:37 +01:00
|
|
|
* Feature: __addifnosuchline supports matching on
|
|
|
|
regular expressions (Daniel Maher)
|
2012-01-09 15:28:18 +01:00
|
|
|
* Feature: __directory, __file, __link:
|
|
|
|
Add --state parameter (Steven Armstrong)
|
2012-01-09 23:36:58 +01:00
|
|
|
* New Type: __package_luarocks (Christian G. Warden)
|
|
|
|
* New Type: __cdistmarker (Daniel Maher)
|
2012-01-04 20:40:53 +01:00
|
|
|
|
2011-11-18 15:36:31 +01:00
|
|
|
2.0.4: 2011-11-18
|
2011-10-18 22:40:17 +02:00
|
|
|
* Bugfix core: Remove traceback when sending SIGINT (aka Ctrl-C)
|
2011-11-17 13:25:47 +01:00
|
|
|
* Bugfix core: Accept parameters with - in the name (Steven Armstrong)
|
2011-10-19 15:19:08 +02: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 08:07:19 +01:00
|
|
|
* Documentation: Many examples for use of __remote_* (Steven Armstrong)
|
2011-11-18 15:26:10 +01:00
|
|
|
* Feature: Automatically require all used objects (Steven Armstrong)
|
2011-11-17 13:25:47 +01:00
|
|
|
* New Type: __cron (Steven Armstrong)
|
2011-10-18 22:40:17 +02:00
|
|
|
|
2011-10-18 09:55:30 +02:00
|
|
|
2.0.3: 2011-10-18
|
2011-09-27 17:27:28 +02:00
|
|
|
* Improved logging, added --verbose, by more quiet by default
|
2011-10-04 16:36:33 +02:00
|
|
|
* Bugfix __user: Correct quoting (Steven Armstrong)
|
2011-10-16 19:40:02 +02:00
|
|
|
* Bugfix __addifnosuchline: Falsely exited
|
2011-10-11 00:46:01 +02:00
|
|
|
* Bugfix requirements: Restore original require="" behaviour
|
2011-10-14 23:57:58 +02:00
|
|
|
* Feature requirements: Check for broken object_ids and abort
|
|
|
|
* Massive refactoring and unittesting introduced (Steven Armstrong)
|
|
|
|
|
2011-09-27 16:44:38 +02:00
|
|
|
2.0.2: 2011-09-27
|
2011-09-25 21:10:18 +02:00
|
|
|
* Add support for detection of OpenWall Linux (Matthias Teege)
|
2011-09-27 16:25:58 +02:00
|
|
|
* Add support for __debug variable in manifests
|
|
|
|
* Bugfix core: Various issues with type emulator
|
2011-09-25 21:10:18 +02:00
|
|
|
|
2011-09-23 13:50:49 +02:00
|
|
|
2.0.1: 2011-09-23
|
2011-09-23 13:49:02 +02: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 20:57:13 +02:00
|
|
|
|
|
|
|
2.0.0: 2011-09-16
|
2011-08-21 15:14:33 +02:00
|
|
|
* New Type: __package_rubygem (Chase Allen James)
|
2011-09-18 20:57:13 +02:00
|
|
|
* __self replaced by __object_fq
|
2011-09-11 20:49:46 +02:00
|
|
|
* Rewrote cdist in Python
|
2011-08-21 15:14:33 +02:00
|
|
|
|
2011-07-26 20:26:13 +02:00
|
|
|
1.7.1: 2011-07-26
|
2011-06-17 00:03:07 +02:00
|
|
|
* Documentation: Add explorers to reference
|
|
|
|
* Documentation: Typo cleanup (Derek Brost)
|
|
|
|
* Type __key_value: Bugfix (Steven Armstrong)
|
2011-06-17 16:25:26 +02:00
|
|
|
* New Type: __postgres_role (Steven Armstrong)
|
|
|
|
* New Type: __postgres_database (Steven Armstrong)
|
2011-05-10 16:44:48 +02:00
|
|
|
|
2011-05-10 15:49:35 +02:00
|
|
|
1.7.0: 2011-05-10
|
2011-04-29 10:38:15 +02: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 08:28:50 +02:00
|
|
|
|
2011-04-19 22:43:18 +02:00
|
|
|
1.6.2: 2011-04-19
|
2011-04-08 11:01:57 +02:00
|
|
|
* Core: Introduce __cdist_tmp_base_dir
|
2011-04-16 23:35:07 +02:00
|
|
|
* Core: Cleanup and enhance cdist-type-template
|
2011-04-17 00:00:55 +02:00
|
|
|
* Core: cdist-mass-deploy: Report failed cdist-deploy-to instances
|
2011-04-29 10:38:15 +02:00
|
|
|
* New Type: __ssh_authorized_key (Aurélien Bondis)
|
2011-04-08 11:01:57 +02:00
|
|
|
|
2011-04-07 09:56:59 +02:00
|
|
|
1.6.1: 2011-04-07
|
2011-04-06 20:44:20 +02:00
|
|
|
* Improved logging: Show code responsible for abort
|
2011-04-06 23:43:22 +02:00
|
|
|
* Improved logging: Consistently prefix with current object or core
|
2011-04-06 20:41:25 +02:00
|
|
|
* Bugfix: Type __debconf_set_selections used wrong contens for selection
|
2011-04-06 22:22:52 +02:00
|
|
|
* Bugfix: Don't fail, if cache directory is not existing
|
2011-04-06 22:24:57 +02:00
|
|
|
* Bugfix: __user and __group exited non-zero if no change was necessary
|
2011-04-29 10:38:15 +02: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 20:17:00 +02:00
|
|
|
|
2011-04-06 19:36:57 +02:00
|
|
|
1.6.0: 2011-04-06
|
2011-04-07 09:56:59 +02: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 16:26:56 +02:00
|
|
|
uninstalled or deinstalled
|
2011-04-07 09:56:59 +02:00
|
|
|
* Type __package: Added Fedora support
|
|
|
|
* Type __package_apt: Removed --preseed support
|
|
|
|
* Explorer os gained Fedora support
|
2011-04-04 11:07:15 +02:00
|
|
|
* Simplified types __user and __group
|
2011-04-06 14:00:41 +02:00
|
|
|
* New helper binary: cdist-mass-deploy
|
2011-04-01 13:10:41 +02:00
|
|
|
|
2011-04-01 09:56:44 +02:00
|
|
|
1.5.0: 2011-04-01
|
2011-03-29 16:45:16 +02:00
|
|
|
* Add basic cache functionality
|
2011-04-07 09:56:59 +02:00
|
|
|
* New type: __process
|
2011-03-29 16:36:10 +02:00
|
|
|
* Restructured execution: (Steven Armstrong)
|
2011-04-01 09:56:44 +02:00
|
|
|
Orientate processing on objects, resolve dependencies and
|
|
|
|
ensure correct execution order.
|
2011-03-29 16:45:16 +02:00
|
|
|
* Documentation: Rewrite stages docs (Steven Armstrong)
|
|
|
|
* Documentation: Remove legacy man pages (Steven Armstrong)
|
2011-03-25 23:52:13 +01:00
|
|
|
|
2011-03-25 22:24:02 +01:00
|
|
|
1.4.1: 2011-03-25
|
2011-04-07 09:56:59 +02:00
|
|
|
* New type: __key_value (Steven Armstrong)
|
|
|
|
* New type: __apt_ppa (Steven Armstrong)
|
2011-03-24 23:35:39 +01:00
|
|
|
* Documentation: Manpage generation cleanup
|
|
|
|
* Documentation: Manpage fix for __apt_ppa
|
2011-03-24 18:43:08 +01:00
|
|
|
|
2011-03-24 13:28:35 +01:00
|
|
|
1.4.0: 2011-03-24
|
2011-03-22 09:59:41 +01:00
|
|
|
* Add --recursive to __directory
|
2011-03-24 13:28:35 +01:00
|
|
|
* Move cdist generated stuff to .cdist of an object
|
2011-03-23 16:51:20 +01:00
|
|
|
* Allow objects to be redefined
|
2011-03-22 09:59:41 +01:00
|
|
|
|
2011-03-21 14:07:17 +01:00
|
|
|
1.3.2: 2011-03-21
|
2011-03-21 09:30:42 +01:00
|
|
|
* Add --source to __motd
|
2011-03-21 10:08:15 +01:00
|
|
|
* Add --preseed to __package_apt
|
2011-03-21 14:07:17 +01:00
|
|
|
* Include HTML documentation of manpages and publish them
|
2011-03-21 09:30:42 +01:00
|
|
|
|
2011-03-21 08:59:04 +01:00
|
|
|
1.3.1: 2011-03-21
|
2011-04-07 09:56:59 +02:00
|
|
|
* Document: cdist-type-build-emulation
|
|
|
|
* Document: cdist-type-emulator
|
|
|
|
* Document: cdist-remote-explorer-run
|
2011-03-20 02:04:30 +01:00
|
|
|
* Fix dependencies in cdist-code-run
|
2011-03-21 08:59:04 +01:00
|
|
|
* Fix dependencies in cdist-manifest-run-all
|
2011-03-20 02:04:30 +01:00
|
|
|
* Add --source to __issue and fix os check
|
2011-03-20 00:30:19 +01:00
|
|
|
|
2011-03-20 00:02:44 +01:00
|
|
|
1.3.0: 2011-03-20
|
2011-03-19 23:43:11 +01:00
|
|
|
* Add support for local and remote code generation and execution
|
2011-03-19 15:14:45 +01:00
|
|
|
* Bugfix: Remove obsolete $@ call in cdist-remote-explorer-run
|
|
|
|
* Bugfix: Correct manpage for __removeline (broke manpage generation)
|
|
|
|
|
2011-03-19 03:05:22 +01:00
|
|
|
1.2.0: 2011-03-19
|
2011-03-18 21:08:18 +01:00
|
|
|
* Added dependencies (see cdist-type(7))
|
2011-04-07 09:56:59 +02: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 02:05:03 +01:00
|
|
|
|
2011-03-16 11:12:08 +01:00
|
|
|
1.1.0: 2011-03-16
|
2011-03-16 08:40:36 +01:00
|
|
|
* Replace type __file with __file, __directory, __link
|
2011-04-07 09:56:59 +02:00
|
|
|
* Documentation: cdist-env
|
|
|
|
* Documentation: cdist-config
|
|
|
|
* Documentation: cdist-dir
|
|
|
|
* Documentation: cdist-quickstart
|
2011-03-16 08:40:36 +01:00
|
|
|
|
2011-03-15 21:38:09 +01:00
|
|
|
1.0.4: 2011-03-15
|
2011-04-07 09:56:59 +02: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-15 00:05:38 +01:00
|
|
|
* New parameter for __file: --owner and --group
|
2011-03-12 18:48:02 +01:00
|
|
|
|
2011-03-11 19:17:31 +01:00
|
|
|
1.0.3: 2011-03-11
|
2011-03-10 17:19:25 +01:00
|
|
|
* Update regexp used for sane characters
|
2011-03-10 17:45:15 +01:00
|
|
|
* Allow types without parameters
|
2011-03-11 19:17:31 +01:00
|
|
|
* Allow type to be singleton
|
2011-03-10 18:14:35 +01:00
|
|
|
* Type __file learned --type symlink
|
2011-03-10 17:19:25 +01:00
|
|
|
|
2011-03-09 10:36:58 +01:00
|
|
|
1.0.2: 2011-03-09
|
2011-03-09 10:16:46 +01:00
|
|
|
* Add manpages: cdist-type, cdist-type__file, cdist-reference, cdist-explorer
|
2011-03-08 20:37:52 +01:00
|
|
|
* Make doc/man/ usable as MANPATH entry
|
|
|
|
|
2011-03-08 00:25:08 +01: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
|