Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tobami committed Mar 15, 2013
1 parent f9a18c7 commit eaa2d72
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
LittleChef Changelog
====================


Version 1.5.1 March 15, 2013
----------------------------------------
Bugs fixed:
* #152: chrismoos node:all with concurrency
* #153: runner was still using the ssh library, dropped for paramiko


Version 1.5.0 March 8, 2013
----------------------------------------
New features:
Expand Down
3 changes: 3 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ Contributors and Copyright holders (Copyright 2010 - 2012):
* Paweł Pacana (pawelpacana)
* Phil Kates (philk)
* Martin Borho (mborho)
* michaelballantyne (Michael Ballantyne)
* Anton Tolchanov (knyar)
* Chris Moos (chrismoos)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ be in code, revision controlled.

#### Data bag Search ####

Chef Solo does not currently (as of 0.10.4) support data bag search. LittleChef adds search support by automatically adding to your node cookbooks a
Chef Solo does not currently (as of 10.18) support data bag search. LittleChef adds search support by automatically adding to your node cookbooks a
[cookbook library that implements search][].

Thus, most examples in the [search wiki page][] are now possible, including the
Expand Down Expand Up @@ -92,7 +92,7 @@ Tested on all three major desktops:
### Requirements

* Python 2.6+
* Fabric 1.3.2+
* Fabric 1.5

The best way to install LittleChef is using pip. Required packages are installed by typing:
`sudo apt-get install python-pip python-dev` for Debian and Ubuntu
Expand Down
2 changes: 1 addition & 1 deletion littlechef/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
.. _Chef: http://wiki.opscode.com/display/chef/Home
"""
__version__ = "1.5.0"
__version__ = "1.5.1"
__author__ = "Miquel Torres <tobami@gmail.com>"

__cooking__ = False
Expand Down

0 comments on commit eaa2d72

Please sign in to comment.