Skip to content

Commit 844f094

Browse files
committed
Release version 1.4.0
1 parent 986efa2 commit 844f094

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

CHANGELOG

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22
LittleChef Changelog
33
====================
44

5-
Version 1.?
6-
-----------
5+
Version 1.4.0 December 27, 2012
6+
----------------------------------------
7+
New features:
8+
* #64: dnedbaylo added support for following symlinks on rsync
9+
* #96: philk added support for Encrypted data bags
710

811
Bugs fixed:
9-
* `default_attributes` and `override_attributes` are no longer required in
10-
JSON role definitions.
12+
* winhamwr changed roles handling so that `default_attributes` and
13+
`override_attributes` are no longer required in JSON role definitions.
14+
* #124: pawelpacana fixed LittleChef not passing ssh_config to fabric
15+
* #128: cburyta updated the yum epel repo url
16+
* #130: dnedbaylo made the "node" command use the user name in the node connection
17+
string, making it consistent with what fabric does for "recipe" and "role"
18+
1119

1220
Version 1.3.0 October 26, 2012
1321
----------------------------------------
@@ -21,7 +29,6 @@ Bugs fixed:
2129
* node_work_path was not being set to the default value when using as a library
2230

2331

24-
2532
Version 1.2.2 October 12, 2012
2633
----------------------------------------
2734
New features:

NOTICE

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ LittleChef Notices
44

55
Originally developed at edelight GmbH (http://www.edelight-group.com).
66

7-
Contributors and Copyright holders:
7+
Contributors and Copyright holders (Copyright 2010 - 2012):
88

9-
* Copyright 2010 - 2012, Miquel Torres <[email protected]>
9+
* Miquel Torres <[email protected]>
1010
* Emil Sit
1111
* Igal Koshevoy
1212
* Marcel Jackwerth
@@ -24,3 +24,7 @@ Contributors and Copyright holders:
2424
* Matt Gleeson (mattgleeson)
2525
* Jordan (jordane)
2626
* cyli
27+
* Dmitry Nedbaylo (dnedbaylo)
28+
* Wes Winham (winhamwr)
29+
* Paweł Pacana (pawelpacana)
30+
* Phil Kates (philk)

littlechef/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.. _Chef: http://wiki.opscode.com/display/chef/Home
1515
1616
"""
17-
__version__ = "1.3.0"
17+
__version__ = "1.4.0"
1818
__author__ = "Miquel Torres <[email protected]>"
1919

2020
__cooking__ = False

0 commit comments

Comments
 (0)