File tree 3 files changed +19
-8
lines changed
3 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 2
2
LittleChef Changelog
3
3
====================
4
4
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
7
10
8
11
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
+
11
19
12
20
Version 1.3.0 October 26, 2012
13
21
----------------------------------------
@@ -21,7 +29,6 @@ Bugs fixed:
21
29
* node_work_path was not being set to the default value when using as a library
22
30
23
31
24
-
25
32
Version 1.2.2 October 12, 2012
26
33
----------------------------------------
27
34
New features:
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ LittleChef Notices
4
4
5
5
Originally developed at edelight GmbH (http://www.edelight-group.com).
6
6
7
- Contributors and Copyright holders:
7
+ Contributors and Copyright holders (Copyright 2010 - 2012) :
8
8
9
- *
Copyright 2010 - 2012, Miquel Torres <
[email protected] >
9
+ * Miquel Torres <
[email protected] >
10
10
* Emil Sit
11
11
* Igal Koshevoy
12
12
* Marcel Jackwerth
@@ -24,3 +24,7 @@ Contributors and Copyright holders:
24
24
* Matt Gleeson (mattgleeson)
25
25
* Jordan (jordane)
26
26
* cyli
27
+ * Dmitry Nedbaylo (dnedbaylo)
28
+ * Wes Winham (winhamwr)
29
+ * Paweł Pacana (pawelpacana)
30
+ * Phil Kates (philk)
Original file line number Diff line number Diff line change 14
14
.. _Chef: http://wiki.opscode.com/display/chef/Home
15
15
16
16
"""
17
- __version__ = "1.3 .0"
17
+ __version__ = "1.4 .0"
18
18
__author__ = "Miquel Torres <[email protected] >"
19
19
20
20
__cooking__ = False
You can’t perform that action at this time.
0 commit comments