From 47c17118f6ba8eab3245996d5c6b3f9e88d36d04 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 27 Feb 2015 14:46:21 +0100 Subject: [PATCH] Update changelog for 3.1.11 Signed-off-by: Nico Schottelius --- docs/changelog | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/changelog b/docs/changelog index e1de0954..74f400a4 100644 --- a/docs/changelog +++ b/docs/changelog @@ -1,23 +1,23 @@ Changelog --------- -next: - * New type __staged_file: Manage staged files (Steven Armstrong) - * New type __config_file: Manage configuration files and run code on change (Steven Armstrong) - * New type __consul: install consul (Steven Armstrong) - * New type __consul_agent: manage the consul agent (Steven Armstrong) - * New type __consul_check: manages consul checks (Steven Armstrong) - * New type __consul_reload: reload consul (Steven Armstrong) - * New type __consul_service: manages consul services (Steven Armstrong) - * New type __consul_template: manage the consul-template service (Steven Armstrong) - * New type __consul_template_template: manage consul-template templates (Steven Armstrong) - * New type __consul_watch_checks: manages consul checks watches (Steven Armstrong) - * New type __consul_watch_event: manages consul event watches (Steven Armstrong) - * New type __consul_watch_key: manages consul key watches (Steven Armstrong) - * New type __consul_watch_keyprefix: manages consul keyprefix watches (Steven Armstrong) - * New type __consul_watch_nodes: manages consul nodes watches (Steven Armstrong) - * New type __consul_watch_service: manages consul service watches (Steven Armstrong) - * New type __consul_watch_services: manages consul services watches (Steven Armstrong) +3.1.11: 2015-02-27 + * New type: __staged_file: Manage staged files (Steven Armstrong) + * New type: __config_file: Manage configuration files and run code on change (Steven Armstrong) + * New type: __consul: install consul (Steven Armstrong) + * New type: __consul_agent: manage the consul agent (Steven Armstrong) + * New type: __consul_check: manages consul checks (Steven Armstrong) + * New type: __consul_reload: reload consul (Steven Armstrong) + * New type: __consul_service: manages consul services (Steven Armstrong) + * New type: __consul_template: manage the consul-template service (Steven Armstrong) + * New type: __consul_template_template: manage consul-template templates (Steven Armstrong) + * New type: __consul_watch_checks: manages consul checks watches (Steven Armstrong) + * New type: __consul_watch_event: manages consul event watches (Steven Armstrong) + * New type: __consul_watch_key: manages consul key watches (Steven Armstrong) + * New type: __consul_watch_keyprefix: manages consul keyprefix watches (Steven Armstrong) + * New type: __consul_watch_nodes: manages consul nodes watches (Steven Armstrong) + * New type: __consul_watch_service: manages consul service watches (Steven Armstrong) + * New type: __consul_watch_services: manages consul services watches (Steven Armstrong) * New Type: __rsync (Nico Schottelius) * Type __start_on_boot: Support Ubuntu upstart (Nico Schottelius) * Type __timezone: Added support for FreeBSD (Christian Kruse)