From 7009518053a468fd0b01d9a38477b28d1c6176a9 Mon Sep 17 00:00:00 2001 From: Miquel Torres Date: Wed, 9 Apr 2014 16:08:42 +0200 Subject: [PATCH] Release version 1.7.0 --- CHANGELOG | 10 ++++++++++ NOTICE | 9 +++++---- littlechef/__init__.py | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7d1abac..61530df 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,16 @@ LittleChef Changelog ==================== +Version 1.7.0 Apr 9, 2014 +---------------------------------------- +New features: +* #193: Markus Korn implemented "nodes_with_tags" command +* New command "nodes_with_recipe" +* #198: Adam Hamsik implemented the possibility of synchronizing a local directory to +a node's remote directory +Bugs fixed: +* Use hostname resolution for all commands + Version 1.6.1 Feb 20, 2014 ---------------------------------------- diff --git a/NOTICE b/NOTICE index 46d0a96..fb4d3e4 100644 --- a/NOTICE +++ b/NOTICE @@ -4,7 +4,7 @@ LittleChef Notices Originally developed at edelight GmbH (http://www.edelight-group.com). -Contributors and Copyright holders (Copyright 2010 - 2013): +Contributors and Copyright holders (Copyright 2010 - 2014): * Miquel Torres * Emil Sit @@ -13,10 +13,10 @@ Contributors and Copyright holders (Copyright 2010 - 2013): * Nicolas Pinto * Toby White * Peter Harkins - * Van Lindberg + * Van Lindberg (VanL) * Markus Korn * Andrew Brookins - * Mike Heffner + * Mike Heffner * Eivind Uggedal * Mark Birbeck * Jan Michael Alonzo @@ -29,7 +29,7 @@ Contributors and Copyright holders (Copyright 2010 - 2013): * Paweł Pacana (pawelpacana) * Phil Kates (philk) * Martin Borho (mborho) - * michaelballantyne (Michael Ballantyne) + * Michael Ballantyne (michaelballantyne) * Anton Tolchanov (knyar) * Chris Moos (chrismoos) * jonasekl @@ -37,3 +37,4 @@ Contributors and Copyright holders (Copyright 2010 - 2013): * Darío Blanco (sharkerz) * Stefan Hojer (hojerst) * Dave King (tildedave) + * Adam Hamsik (haad) diff --git a/littlechef/__init__.py b/littlechef/__init__.py index cc74c3f..e71b27f 100644 --- a/littlechef/__init__.py +++ b/littlechef/__init__.py @@ -14,7 +14,7 @@ .. _Chef: http://wiki.opscode.com/display/chef/Home """ -__version__ = "1.6.2" +__version__ = "1.7.0" __author__ = "Miquel Torres " __cooking__ = False