Skip to content

Commit

Permalink
Tag 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobami committed Jan 3, 2012
1 parent d7c5dea commit 154e7b0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG
Expand Up @@ -2,10 +2,10 @@
LittleChef Changelog
====================

Next Version
Version 1.1.0 January 3, 2012
----------------------------------------
New features
* #72: Plugin mini-framework. Moved save_ip to a plugin
* #72: Plugin mini-framework. Moved save_ip command to a plugin
* New ssh command
* --verbose option (Chef 0.10.6+). Default is false, and will not show the
"Processing" output any more. Chef Solo will only log what has changed
Expand All @@ -25,13 +25,15 @@ New features

Version 1.0.3 November 11, 2011
----------------------------------------
* NEW #15 (partly): Automatic metadata.json regeneration from metadata.rb
* NEW #63: cleonte contributed deploy_chef support for CentOS/RHEL v6
* NEW #70: Markus added Chef Solo logs (found on /var/log/chef/solo.log)
* NEW: Made debug and env proper command line options instead of fake fabric tasks
New features
* #15 (partly): Automatic metadata.json regeneration from metadata.rb
* #63: cleonte contributed deploy_chef support for CentOS/RHEL v6
* #70: Markus added Chef Solo logs (found on /var/log/chef/solo.log)
* Made debug and env proper command line options instead of fake fabric tasks

* FIX #67: Andrew fixed `get_ips` for OSX by adding a regex to parse IPs
* FIX #66: Remove sensible data from a node after a configuration run
Bugs fixed:
* #67: Andrew fixed `get_ips` for OSX by adding a regex to parse IPs
* #66: Remove sensible data from a node after a configuration run


Version 1.0.2 October 11, 2011
Expand Down
2 changes: 1 addition & 1 deletion littlechef/__init__.py
Expand Up @@ -14,7 +14,7 @@
.. _Chef: http://wiki.opscode.com/display/chef/Home
"""
__version__ = "1.1.0alpha"
__version__ = "1.1.0"
__author__ = "Miquel Torres <tobami@gmail.com>"

__cooking__ = False
Expand Down

0 comments on commit 154e7b0

Please sign in to comment.