chef-provisioning 1.3.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d1d0e8bd93eb76771d1303941bb28915e896fcc0
4
- data.tar.gz: 51efa93be19879302fb8667c019083c0e361ab6c
3
+ metadata.gz: 9f334b2ed1b16b7c2263346619bf342c856bdc72
4
+ data.tar.gz: 1f3438e9b2638f71a6505cabab5bc5441dc2a9da
5
5
  SHA512:
6
- metadata.gz: ab0789c2693c7ec113fdf2382359a802f3d47d9fc4b17b2baf366d4baffca4eada93bae2a4269b80db08e01e7c55ff2e482f61066a53e53ba16272355e5bbbd2
7
- data.tar.gz: 36288cf508696c26b97962be8d548780ec0575705c5e0b5b9bac5e55fdb679c7fb9ca9cd81234f9c70fe4a1981b4d604db8d51647aaa4e21e3d4690b0373f9f6
6
+ metadata.gz: 2f6cad3eeaec63ebadfbf89467f8bb4098c5c7af9e566992c642310d33048da056ab2b4cedab2967acdcad14871e5b41528c5f8289947e831926f8d9e064630e
7
+ data.tar.gz: 375367505a22749c9beef8c4737bc3f7528f448f74f41612f8817cd2ab97ea44e29e65668673df548cedfa446ab4a969625def51031e03f63fb61c1fe8c55f44
data/CHANGELOG.md CHANGED
@@ -1,343 +1,770 @@
1
- # Chef Provisioning Changelog
1
+ # Change Log
2
+
3
+ ## [1.4.0](https://github.com/chef/chef-provisioning/tree/1.4.0) (2015-09-16)
4
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v1.3.0...1.4.0)
5
+
6
+ **Implemented enhancements:**
7
+
8
+ - Provisioning driver generator script [\#395](https://github.com/chef/chef-provisioning/issues/395)
9
+ - Marking lxc and hanlon as seeking maintainers [\#440](https://github.com/chef/chef-provisioning/pull/440) ([tyler-ball](https://github.com/tyler-ball))
10
+ - Adding additional resource attributes for load\_balancer and machine\_image [\#436](https://github.com/chef/chef-provisioning/pull/436) ([tyler-ball](https://github.com/tyler-ball))
11
+ - Specify additional machine\_options from the resource attributes [\#424](https://github.com/chef/chef-provisioning/pull/424) ([tyler-ball](https://github.com/tyler-ball))
12
+ - Adding ignore\_converge\_failure option, fixes \#393 [\#414](https://github.com/chef/chef-provisioning/pull/414) ([tyler-ball](https://github.com/tyler-ball))
13
+ - Add a generic rspec module, and use and test it via the generator script. [\#408](https://github.com/chef/chef-provisioning/pull/408) ([randomcamel](https://github.com/randomcamel))
14
+
15
+ **Fixed bugs:**
16
+
17
+ - Provisioning fails with chef api error [\#394](https://github.com/chef/chef-provisioning/issues/394)
18
+ - specifying an audit-mode in a machine's run\_list fails the provisioning run. [\#393](https://github.com/chef/chef-provisioning/issues/393)
19
+ - machine\_file resource does not work properly using with\_machine\_options [\#390](https://github.com/chef/chef-provisioning/issues/390)
20
+ - install\_sh.rb has an issue with bootstrap [\#380](https://github.com/chef/chef-provisioning/issues/380)
21
+ - Metal command --help doesn't show or explain command arguments [\#71](https://github.com/chef/chef-provisioning/issues/71)
22
+ - Added missing arguments to call of chef install shell script. [\#439](https://github.com/chef/chef-provisioning/pull/439) ([tarak](https://github.com/tarak))
23
+ - Add provides statements to providers to avoid chef-client warnings [\#416](https://github.com/chef/chef-provisioning/pull/416) ([stevendanna](https://github.com/stevendanna))
24
+ - Run our tests in a matrix of Chef client versions. [\#415](https://github.com/chef/chef-provisioning/pull/415) ([randomcamel](https://github.com/randomcamel))
25
+ - Upload the PS1 script and run directly [\#410](https://github.com/chef/chef-provisioning/pull/410) ([thommay](https://github.com/thommay))
26
+ - bump mixlib-install version [\#406](https://github.com/chef/chef-provisioning/pull/406) ([thommay](https://github.com/thommay))
27
+ - /etc/os-release support, yum support, package\_metadata option [\#315](https://github.com/chef/chef-provisioning/pull/315) ([glennmatthews](https://github.com/glennmatthews))
28
+
29
+ **Closed issues:**
30
+
31
+ - Converge fails when /tmp/chef-install.sh doesn't exist [\#423](https://github.com/chef/chef-provisioning/issues/423)
32
+ - Error forwarding port: could not forward 8889 or 0 [\#392](https://github.com/chef/chef-provisioning/issues/392)
33
+ - Chef Provisioning- Vagrant [\#372](https://github.com/chef/chef-provisioning/issues/372)
34
+ - chef-provisioning bootstrap fails [\#359](https://github.com/chef/chef-provisioning/issues/359)
35
+
36
+ **Merged pull requests:**
37
+
38
+ - Remove dependency on chef gem [\#441](https://github.com/chef/chef-provisioning/pull/441) ([ksubrama](https://github.com/ksubrama))
39
+ - Adding a CONTRIBUTING document [\#437](https://github.com/chef/chef-provisioning/pull/437) ([tyler-ball](https://github.com/tyler-ball))
40
+ - Major generator/spec/Travis improvements [\#426](https://github.com/chef/chef-provisioning/pull/426) ([randomcamel](https://github.com/randomcamel))
41
+ - Add gem version badges for core + drivers. [\#412](https://github.com/chef/chef-provisioning/pull/412) ([randomcamel](https://github.com/randomcamel))
42
+
43
+ ## [v1.3.0](https://github.com/chef/chef-provisioning/tree/v1.3.0) (2015-08-05)
44
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v1.2.1...v1.3.0)
45
+
46
+ **Implemented enhancements:**
47
+
48
+ - expose machine\_spec.from\_image to allocate\_machine [\#366](https://github.com/chef/chef-provisioning/pull/366) ([mwrock](https://github.com/mwrock))
49
+
50
+ **Fixed bugs:**
51
+
52
+ - chef 12.4.0 and chef-provisioning have a problem when bootstrapping a node [\#377](https://github.com/chef/chef-provisioning/issues/377)
53
+ - Add a version compatibility check to ChefDK's `chef verify` [\#355](https://github.com/chef/chef-provisioning/issues/355)
54
+ - Unit tests and checkstyle? [\#180](https://github.com/chef/chef-provisioning/issues/180)
55
+ - Hardware matching [\#135](https://github.com/chef/chef-provisioning/issues/135)
56
+ - Data center abstraction [\#132](https://github.com/chef/chef-provisioning/issues/132)
57
+ - Machine migration [\#130](https://github.com/chef/chef-provisioning/issues/130)
58
+ - Chef environment on remote machines [\#88](https://github.com/chef/chef-provisioning/issues/88)
59
+ - metal command seems to not use .chef/knife.rb. [\#70](https://github.com/chef/chef-provisioning/issues/70)
60
+ - metal binary complains about private key [\#65](https://github.com/chef/chef-provisioning/issues/65)
61
+ - Xen server VM provisioner [\#2](https://github.com/chef/chef-provisioning/issues/2)
62
+ - docs for VMware vCloud Air [\#368](https://github.com/chef/chef-provisioning/pull/368) ([hh](https://github.com/hh))
63
+
64
+ **Closed issues:**
65
+
66
+ - NoMethodError: undefined method `encoding' [\#405](https://github.com/chef/chef-provisioning/issues/405)
67
+ - \[Feature Request\] Allow chef-provisioning to force a recipe to run, even if it doesn't think it needs to be run [\#399](https://github.com/chef/chef-provisioning/issues/399)
68
+ - Set up minimal Travis build [\#397](https://github.com/chef/chef-provisioning/issues/397)
69
+ - Chef Metal with 1.0 [\#396](https://github.com/chef/chef-provisioning/issues/396)
70
+ - Non-Windows instances with a virtualization type of 'hvm' are currently not supported for this instance type [\#388](https://github.com/chef/chef-provisioning/issues/388)
71
+ - machine resource fails if audit failures occur [\#387](https://github.com/chef/chef-provisioning/issues/387)
72
+ - What does the error "missing required parameter name" mean [\#386](https://github.com/chef/chef-provisioning/issues/386)
73
+ - Can't connect to EC2 instance in VPC with public IP [\#385](https://github.com/chef/chef-provisioning/issues/385)
74
+ - Windows hosts are bootstrapped with the wrong url for chef-client [\#327](https://github.com/chef/chef-provisioning/issues/327)
75
+ - chef\_version convergence option is ignored for windows machines [\#300](https://github.com/chef/chef-provisioning/issues/300)
76
+ - Create opennebula plugin for chef-provisioning [\#264](https://github.com/chef/chef-provisioning/issues/264)
77
+
78
+ **Merged pull requests:**
79
+
80
+ - Remove warning about Hosted/Enterprise and clients in admins group [\#402](https://github.com/chef/chef-provisioning/pull/402) ([jkeiser](https://github.com/jkeiser))
81
+ - Add Travis badge to README. [\#400](https://github.com/chef/chef-provisioning/pull/400) ([randomcamel](https://github.com/randomcamel))
82
+ - Initial .travis.yml. [\#398](https://github.com/chef/chef-provisioning/pull/398) ([randomcamel](https://github.com/randomcamel))
83
+ - use mixlib-install to install from omnitruck [\#389](https://github.com/chef/chef-provisioning/pull/389) ([thommay](https://github.com/thommay))
84
+
85
+ ## [v1.2.1](https://github.com/chef/chef-provisioning/tree/v1.2.1) (2015-07-17)
86
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v1.2.0...v1.2.1)
2
87
 
3
- ## 1.3.0 (8/5/2015)
88
+ **Fixed bugs:**
89
+
90
+ - Conflicting winrm gem causes knife to fail [\#370](https://github.com/chef/chef-provisioning/issues/370)
91
+ - remove or update test/acceptance project [\#363](https://github.com/chef/chef-provisioning/issues/363)
92
+ - Arity mismatch between MachineImage's :destroy and Driver\#destroy\_image [\#358](https://github.com/chef/chef-provisioning/issues/358)
93
+ - manual hydrate needed with chef\_data\_bag on create [\#242](https://github.com/chef/chef-provisioning/issues/242)
94
+ - ChefMetal::ConvergenceStrategy::PrecreateChefObjects does not support proxy settings [\#187](https://github.com/chef/chef-provisioning/issues/187)
95
+ - Suppress key\_data in debug output [\#171](https://github.com/chef/chef-provisioning/issues/171)
96
+ - host\_node being set to /organizations/NAME/nodes/ with no node name [\#141](https://github.com/chef/chef-provisioning/issues/141)
97
+ - Authorized ssh key overwritten with metal\_default [\#131](https://github.com/chef/chef-provisioning/issues/131)
98
+ - Deleting acceptance tests since they are super stale, fixes \#363 [\#379](https://github.com/chef/chef-provisioning/pull/379) ([tyler-ball](https://github.com/tyler-ball))
99
+ - Fix chef\_group [\#346](https://github.com/chef/chef-provisioning/pull/346) ([obazoud](https://github.com/obazoud))
100
+ - Add options\[:scp\_temp\_dir\] to set a SCP destination other than /tmp [\#339](https://github.com/chef/chef-provisioning/pull/339) ([glennmatthews](https://github.com/glennmatthews))
4
101
 
5
- - Expose machine_spec.from_image to allocate_machine ([#366][], [@mwrock][])
6
- - Use mixlib-install to install from omnitruck ([#389][], [@thommay][])
102
+ **Closed issues:**
103
+
104
+ - Lower the version of chef. [\#391](https://github.com/chef/chef-provisioning/issues/391)
105
+ - Cannot bootstrap FreeBSD \(bash is not installed\) [\#381](https://github.com/chef/chef-provisioning/issues/381)
106
+ - user\_data is not working in provisioning ec2 server [\#375](https://github.com/chef/chef-provisioning/issues/375)
107
+ - Latest provisioning gem is incompatible with semi-recent Chef [\#374](https://github.com/chef/chef-provisioning/issues/374)
108
+ - Chef Provisioning- Vagrant [\#373](https://github.com/chef/chef-provisioning/issues/373)
109
+ - Chef Provisioning- Vagrant [\#367](https://github.com/chef/chef-provisioning/issues/367)
110
+ - unusual behavior w/ chef-client -z and provisioning [\#357](https://github.com/chef/chef-provisioning/issues/357)
111
+ - Merge Chef-maintained drivers into the chef-provisioning repo [\#354](https://github.com/chef/chef-provisioning/issues/354)
112
+ - Update to the SDK V2 [\#353](https://github.com/chef/chef-provisioning/issues/353)
113
+ - Add support for reserved instances [\#351](https://github.com/chef/chef-provisioning/issues/351)
114
+ - OpenSSL issue with chef provisioning [\#343](https://github.com/chef/chef-provisioning/issues/343)
115
+ - no implicit conversion of String into Integer [\#270](https://github.com/chef/chef-provisioning/issues/270)
116
+ - The specified wait\_for timeout \(0.01 seconds\) was exceeded [\#269](https://github.com/chef/chef-provisioning/issues/269)
117
+ - Chef::Config.private\_key\_paths does not include ~/.chef/keys by default [\#258](https://github.com/chef/chef-provisioning/issues/258)
118
+ - chef-client -z can't find my ssh key when creating aws machine\_image [\#234](https://github.com/chef/chef-provisioning/issues/234)
119
+ - Document which classes are part of the public interface [\#203](https://github.com/chef/chef-provisioning/issues/203)
120
+ - machine\_batch failing on write file /etc/chef/client.pem [\#189](https://github.com/chef/chef-provisioning/issues/189)
121
+ - with\_driver fails on second converge: Canonical driver ... has already been created! [\#184](https://github.com/chef/chef-provisioning/issues/184)
122
+ - Output doesn't stream when run within non-login session. [\#176](https://github.com/chef/chef-provisioning/issues/176)
123
+ - QUESTION: How can I use a custom Chef library with Metal? [\#173](https://github.com/chef/chef-provisioning/issues/173)
124
+ - machine\_batch convergence cookbook synchronization very slow [\#172](https://github.com/chef/chef-provisioning/issues/172)
7
125
 
8
- ## 1.2.1 (7/17/2015)
126
+ **Merged pull requests:**
9
127
 
10
- - Added support for `options[:scp_temp_dir]` to permit specifying a directory other than `/tmp` to copy files to via SCP. ([#339][])
11
- - Removing acceptance tests because they are super stale. ([#363][])
12
- - Fix arrity mismatch on `Driver#destroy_image` method. ([#364][])
13
- - Doc updates ([#344][], [#346][], [#352][], [#369][])
128
+ - Tiny doc update to add clarity to vagrant provisioning example [\#369](https://github.com/chef/chef-provisioning/pull/369) ([scotthain](https://github.com/scotthain))
129
+ - Fix \#358: Arity mismatch [\#364](https://github.com/chef/chef-provisioning/pull/364) ([randomcamel](https://github.com/randomcamel))
130
+ - change chef-provisioning-fog to chef-provisioning-aws in the AWS example [\#352](https://github.com/chef/chef-provisioning/pull/352) ([metadave](https://github.com/metadave))
131
+ - update readme with vsphere driver url [\#344](https://github.com/chef/chef-provisioning/pull/344) ([mwrock](https://github.com/mwrock))
14
132
 
15
- ## 1.2.0 (5/27/2015)
133
+ ## [v1.2.0](https://github.com/chef/chef-provisioning/tree/v1.2.0) (2015-05-27)
134
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v1.1.1...v1.2.0)
16
135
 
17
- - Updating for newly introduced Socketless mode. If the local chef-zero url is `chefzero://...` then we replace it with `http://...` on the target VM ([#337][])
18
- - Bumped winrm dependency to 1.3.0 ([#332][])
136
+ **Fixed bugs:**
19
137
 
20
- ## 1.1.1 (4/19/2015)
138
+ - machine\_batch :destroy may be creating additional threads which result in NoMethodError [\#319](https://github.com/chef/chef-provisioning/issues/319)
21
139
 
22
- - Fixed undefined method on nil class error inside setup-convergence ([@tyler-ball][])
140
+ **Closed issues:**
23
141
 
24
- ## 1.1.0 (4/16/2015)
142
+ - chef-dk 0.5.1 with chef-zero renders unusable chefzero://localhost:8889 URLs on nodes [\#336](https://github.com/chef/chef-provisioning/issues/336)
143
+ - Converging 0 resources - Am I missing something? [\#320](https://github.com/chef/chef-provisioning/issues/320)
25
144
 
26
- - Fix machine_batch :destroy, no longer creating extra threads ([#321][])
27
- - Allow user to specify a custom stdout in `Chef::Config[:stdout]` ([#311][])
28
- - If `convergence_options[:bootstrap_proxy]` is populated use it to download chef ([#317][])
145
+ **Merged pull requests:**
29
146
 
30
- ## 1.0.1 (4/7/2015)
147
+ - with\_driver must be specified [\#345](https://github.com/chef/chef-provisioning/pull/345) ([jtimberman](https://github.com/jtimberman))
148
+ - Updating for newly introduced socketless mode [\#337](https://github.com/chef/chef-provisioning/pull/337) ([tyler-ball](https://github.com/tyler-ball))
149
+ - bumping winrm dependency to 1.3.0 [\#332](https://github.com/chef/chef-provisioning/pull/332) ([mwrock](https://github.com/mwrock))
150
+ - Adding documentation about the private key path [\#328](https://github.com/chef/chef-provisioning/pull/328) ([b-slim](https://github.com/b-slim))
151
+ - Update chef gem to fix version conflict in ChefDK [\#314](https://github.com/chef/chef-provisioning/pull/314) ([teknofire](https://github.com/teknofire))
152
+ - Update building\_drivers.md [\#309](https://github.com/chef/chef-provisioning/pull/309) ([jjasghar](https://github.com/jjasghar))
31
153
 
32
- - Clean up dependencies ([#316][])
33
- - Updating to latest Cheffish
154
+ ## [v1.1.1](https://github.com/chef/chef-provisioning/tree/v1.1.1) (2015-04-20)
155
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v1.1.0...v1.1.1)
34
156
 
35
- ## 1.0.0 (4/2/2015)
36
- ## 1.0.0.rc.2 (4/1/2015)
157
+ ## [v1.1.0](https://github.com/chef/chef-provisioning/tree/v1.1.0) (2015-04-16)
158
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v1.0.1...v1.1.0)
37
159
 
38
- - Fix an issue with vagrant second-converge failing
160
+ **Closed issues:**
39
161
 
40
- ## 1.0.0.rc.1 (3/31/2015)
41
- ## 0.20 (3/27/2015)
162
+ - Net::HTTPServerException: 404 "Not Found" [\#323](https://github.com/chef/chef-provisioning/issues/323)
42
163
 
43
- - Marking machines `nil` in a load_balancer does not affect existing machines ([#299][])
44
- - `with_driver` now optionally accepts a block. If passed, it is only active in that block. If not passed, existing behavior is unchanged. ([#296][])
45
- - New `show_output` attribute for `machine_execute`, defaults to false ([@causton1][])
46
- - Changed `MachineSpec` storage to `ManagedEntry`. Driver authors, see PR for details ([#297][])
47
- - If specifying exact chef version, don't re-install every chef-provisioning ([#303][])
164
+ **Merged pull requests:**
48
165
 
49
- ## 0.19 (2/25/2015)
166
+ - fix machine\_batch :destroy \#319 [\#321](https://github.com/chef/chef-provisioning/pull/321) ([patrick-wright](https://github.com/patrick-wright))
167
+ - Install chef-client using Proxy [\#317](https://github.com/chef/chef-provisioning/pull/317) ([afiune](https://github.com/afiune))
168
+ - Allow user to specify a custom stdout in Chef::Config\[:stdout\] [\#311](https://github.com/chef/chef-provisioning/pull/311) ([jkeiser](https://github.com/jkeiser))
50
169
 
51
- - Support for different versions of Chef with the :chef_version and :prerelease arguments (`machine_options convergence_options: { chef_version: '12.0.1' }` or `prerelease: true`)
52
- - Support HTTPS proxy ([@causton1][])
53
- - Automatically configure HTTPS proxy when specifying `machine_options convergence_options: { http_proxy: '...' }`
54
- - Support for arbitrary configuration using `machine_options convergence_options: { chef_config: "anything you want dumped in /etc/chef/client.rb (will be appended to the standard options already placed in the file)" }`
170
+ ## [v1.0.1](https://github.com/chef/chef-provisioning/tree/v1.0.1) (2015-04-07)
171
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v1.0.0...v1.0.1)
55
172
 
56
- - Make load_balancer :destroy work ([@lynchc][])
57
- - Default to SSL for Chef install download ([@xeon22][])
58
- - Fix Chef overwriting attributes on first converge in `machine_batch` ([#209][])
59
- - Fix node permissions on Hosted / Enterprise Chef: no more adding your clients to the `admins` group (ewww). ([#59][])
60
- - Always pass an array (never nil) to the driver, even when there are no machines to add to it (partial fix for chef/chef-provisioning-aws[#81][])
173
+ **Closed issues:**
61
174
 
62
- ## 0.18 (1/27/2015)
175
+ - Second run fails using Vagrant \(problem in InstallCached strategy\) [\#308](https://github.com/chef/chef-provisioning/issues/308)
63
176
 
64
- - Allow `ssl_verify_mode` to be overridden ([@mivok][])
65
- - Support `machine_options[:convergence_options][:bootstrap_proxy]` ([@mivok][])
66
- - Allow `machine_options[:ssh_gateway]` without username (no @) ([@mivok][])
67
- - Fix issue with net-ssh 2.9.2
68
- - Add `action :destroy` to `machine_image` ([@miguelcnf][])
177
+ **Merged pull requests:**
69
178
 
70
- ## 0.17 (12/17/2014)
179
+ - Dependency cleanup [\#316](https://github.com/chef/chef-provisioning/pull/316) ([tyler-ball](https://github.com/tyler-ball))
180
+ - Delete machine specs when machines are deleted [\#310](https://github.com/chef/chef-provisioning/pull/310) ([jkeiser](https://github.com/jkeiser))
71
181
 
72
- - Make machine batch convergent
73
- - Consolidate load balancer create and update
74
- - Update some URLs
75
- - SSL verification fix
76
- - Test suites
77
- - Auto-create image data bags
78
- - Remove some un-needed dependencies
79
- - Wipe out SSH keys in debug messages
182
+ ## [v1.0.0](https://github.com/chef/chef-provisioning/tree/v1.0.0) (2015-04-02)
183
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v1.0.0.rc.2...v1.0.0)
80
184
 
81
- ## 0.16 (11/4/2014)
185
+ ## [v1.0.0.rc.2](https://github.com/chef/chef-provisioning/tree/v1.0.0.rc.2) (2015-04-02)
186
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.20.1...v1.0.0.rc.2)
82
187
 
83
- - Make it work with Chef 12
188
+ ## [v0.20.1](https://github.com/chef/chef-provisioning/tree/v0.20.1) (2015-04-02)
189
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v1.0.0.rc.1...v0.20.1)
84
190
 
85
- ## 0.15.2 (11/4/2014)
191
+ ## [v1.0.0.rc.1](https://github.com/chef/chef-provisioning/tree/v1.0.0.rc.1) (2015-04-01)
192
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.20...v1.0.0.rc.1)
86
193
 
87
- - Remove Chef as a dependency so that it can be a dep of Chef
194
+ ## [v0.20](https://github.com/chef/chef-provisioning/tree/v0.20) (2015-03-27)
195
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.19...v0.20)
88
196
 
89
- ## 0.15.1 (10/30/2014)
197
+ **Fixed bugs:**
90
198
 
91
- - Make syntax error go away, grr.
199
+ - action :delete & action :destroy [\#186](https://github.com/chef/chef-provisioning/issues/186)
200
+ - support setting desired chef client version [\#148](https://github.com/chef/chef-provisioning/issues/148)
201
+ - Attributes are erased at re-converge when set in 'machine' resource [\#137](https://github.com/chef/chef-provisioning/issues/137)
202
+ - Machine\_batch converge action erases attributes created by recipes during the converge [\#116](https://github.com/chef/chef-provisioning/issues/116)
203
+ - Can't use Chef::Node::ImmutableMash in "attributes" attribute in the machine resource [\#21](https://github.com/chef/chef-provisioning/issues/21)
92
204
 
93
- ## 0.15 (10/29/2014)
205
+ **Closed issues:**
94
206
 
95
- - Rename from chef-metal to chef-provisioning
207
+ - Can not destroy load balancers [\#307](https://github.com/chef/chef-provisioning/issues/307)
208
+ - machine\[\].create idempotency checks fails in freebsd [\#289](https://github.com/chef/chef-provisioning/issues/289)
209
+ - load\_balancer errors on :destroy action [\#278](https://github.com/chef/chef-provisioning/issues/278)
210
+ - machine\_execute seems not to have problems figuring out what driver to use? [\#201](https://github.com/chef/chef-provisioning/issues/201)
96
211
 
97
- ## 0.14.2 (9/2/2014)
212
+ **Merged pull requests:**
98
213
 
99
- - Disable auto batching
100
- - Fix for with_machine_options context hash
101
- - Pass timeout from execution_options to winrm set_timeout
102
- - Add better error message when driver does not specify driver_url
103
- - Add info that location.driver_url is required
104
- - Remove Chef 11.14 alpha note in readme
105
- - Gracefully handle Host Down and Network Unreachable
106
-
107
- ## 0.14.1 (8/18/2014)
108
-
109
- - Fix "metal execute mario ls" to work again
110
-
111
- ## 0.14 (8/18/2014)
112
-
113
- - FEATURE: Add the machine_image resource ([@jkeiser][], [@johnewart][]):
114
-
115
- ```ruby
116
- machine_image 'base' do
117
- machine_options :bootstrap_options => { :image_id => 'ami-1234798123431', :ssh_username => 'root' }
118
- recipe 'secure_base'
119
- recipe 'corp_users'
120
- end
121
- # Build an image based on 'base' that has apache
122
- machine_image 'apache' do
123
- # All bootstrap options, like ssh_username, are carried forward
124
- from_image 'base'
125
- recipe 'apache2'
126
- end
127
- # Build an image with my web app based on the apache base image
128
- machine_image 'myapp' do
129
- from_image 'apache'
130
- recipe 'mywebapp'
131
- end
132
- # Build an image with mysql and my schema based on the corporate base image
133
- machine_image 'mydb' do
134
- from_image 'base'
135
- recipe 'mysql'
136
- recipe 'myschema'
137
- end
138
- # Build a DB machine from mydb. Does not reinstall stuff! :)
139
- machine 'db' do
140
- from_image 'mydb'
141
- end
142
- # Build a web app machine from myapp. Does not reinstall stuff! :)
143
- machine 'myapp1' do
144
- from_image 'myapp'
145
- end
146
- ```
147
- - Creates a node with the name of the machine_image, which contains metadata
148
- like the username of the image. This makes things like AWS image registries
149
- possible.
150
- - Fix the no_converge convergence strategy ([@johnewart][])
151
- - SSH port forwarding improvements:
152
- - Detects *any* IP on the localhost and forwards it--not just 127.0.0.1
153
- - Binds to localhost on the remote side instead of 127.0.0.1, allowing for IPv6 communication
154
- - Tries multiple ports--if the origin port is already taken, tries "0" (ephemeral).
155
- - Fix SSH race condition causing port forwarding to happen twice (and fail miserably)
156
- - Add Chef::Provisioning.connect_to_machine('mario')
214
+ - Use the actual `name` from the superclass, else we get caught in a loop [\#312](https://github.com/chef/chef-provisioning/pull/312) ([jkeiser](https://github.com/jkeiser))
215
+ - Jk/empty lb [\#299](https://github.com/chef/chef-provisioning/pull/299) ([jkeiser](https://github.com/jkeiser))
216
+ - Create generic "spec\_registry" which will allow drivers to [\#297](https://github.com/chef/chef-provisioning/pull/297) ([jkeiser](https://github.com/jkeiser))
217
+ - Make with\_driver do ... end work [\#296](https://github.com/chef/chef-provisioning/pull/296) ([jkeiser](https://github.com/jkeiser))
157
218
 
158
- ## 0.13 (6/17/2014)
219
+ ## [v0.19](https://github.com/chef/chef-provisioning/tree/v0.19) (2015-02-26)
220
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.18...v0.19)
159
221
 
160
- - make winrm work again ([@mwrock][])
161
- - add bootstrap_proxy as a convergence_option for when target machines require a proxy ([@MrMMorris][])
222
+ **Fixed bugs:**
162
223
 
163
- ## 0.12.1 (6/18/2014)
224
+ - chef-metal is nuking 'normal' attributes on every converge. [\#209](https://github.com/chef/chef-provisioning/issues/209)
225
+ - Initial chef-client run on workstation talking to hosted chef-server fails on creating client [\#59](https://github.com/chef/chef-provisioning/issues/59)
164
226
 
165
- - fix machine_batch action :setup
166
- - fix issue with default machine_batch names being non-unique across recipes
227
+ **Closed issues:**
167
228
 
168
- ## 0.12 (6/18/2014)
229
+ - machine\_batch does not inherit option from with\_machine\_options [\#277](https://github.com/chef/chef-provisioning/issues/277)
230
+ - There doesn't seem to be a way to define provider specific settings for Vagrant [\#271](https://github.com/chef/chef-provisioning/issues/271)
231
+ - with\_data\_center method does not work with chef-provisioning [\#265](https://github.com/chef/chef-provisioning/issues/265)
232
+ - NoMethodError: undefined method `gsub' for nil:NilClass following net-ssh patch upgrade [\#263](https://github.com/chef/chef-provisioning/issues/263)
233
+ - Stuck at ssh for centos aws machine [\#257](https://github.com/chef/chef-provisioning/issues/257)
234
+ - Broken link and update in Documentation [\#252](https://github.com/chef/chef-provisioning/issues/252)
235
+ - visibility for machine\_options issue [\#246](https://github.com/chef/chef-provisioning/issues/246)
169
236
 
170
- - Remove chef-provisioning-fog and chef-provisioning-vagrant as dependencies (install whatever things you want directly!)
171
- - Fix ssl_verify_mode to work correctly when other HTTPS calls are made ([@mwrock][])
172
- - Fix machine_file and machine_execute resources ([@irvingpop][])
237
+ **Merged pull requests:**
173
238
 
174
- ## 0.11.2 (6/4/2014)
239
+ - Don't save after converge \(that destroys attributes created by the converge\) [\#294](https://github.com/chef/chef-provisioning/pull/294) ([jkeiser](https://github.com/jkeiser))
240
+ - Fix \#59: set node permissions correctly before converging [\#293](https://github.com/chef/chef-provisioning/pull/293) ([jkeiser](https://github.com/jkeiser))
241
+ - Remove some project noise files ;\) [\#291](https://github.com/chef/chef-provisioning/pull/291) ([fnichol](https://github.com/fnichol))
242
+ - Pass \[\] instead of nil when there are no machine specs [\#286](https://github.com/chef/chef-provisioning/pull/286) ([jkeiser](https://github.com/jkeiser))
243
+ - Add chef\_version, prerelease and install\_sh\_arguments to InstallSh [\#284](https://github.com/chef/chef-provisioning/pull/284) ([jkeiser](https://github.com/jkeiser))
244
+ - Add machine.chef\_config attribute to change client.rb [\#279](https://github.com/chef/chef-provisioning/pull/279) ([jkeiser](https://github.com/jkeiser))
245
+ - Usability updates for my first time using chef-provisioning [\#275](https://github.com/chef/chef-provisioning/pull/275) ([tyler-ball](https://github.com/tyler-ball))
175
246
 
176
- - Fix issue where machines with different drivers could get default options from the global current driver
247
+ ## [v0.18](https://github.com/chef/chef-provisioning/tree/v0.18) (2015-01-27)
248
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.17...v0.18)
177
249
 
178
- ## 0.11.1 (6/4/2014)
250
+ **Fixed bugs:**
179
251
 
180
- - fix local mode port forwarding on IPv6 hosts
252
+ - Runlist...doesn't...? [\#249](https://github.com/chef/chef-provisioning/issues/249)
181
253
 
182
- ## 0.11 (6/4/2014)
254
+ **Closed issues:**
183
255
 
184
- - New Driver interface (see docs/ and blogs/ directories for documentation)
185
- - New configuration (see docs/ and blogs/)
186
- - get rid of annoying SSL warning (note: this turns off SSL verification, which was the default anyway)
187
- - fix machine_batch error report to be less verbose
188
- - fail when machine is being moved from driver to driver
189
- - [@marcusn][] disconnect from SSH when there is a problem
190
- - fix SSH gateway code to honor any options given ([@marcusn][])
191
- - Make machine_batch auto batching smarter (only batch things that have the same actions)
192
- - Allow auto batching to be turned off with `auto_batch_machines = false` in recipes or config
193
- - Allow this:
194
- ```ruby
195
- machine_batch do
196
- machine 'a'
197
- machine 'b'
198
- end
199
- ```
200
- - Allow this:
201
- ```ruby
202
- machine_batch do
203
- machines 'a', 'b', 'c'
204
- action :destroy
205
- end
206
- ```
207
- - fix issue setting Hosted Chef ACLs on nodes
208
- - fix local mode forwarding in mixed IPv4/IPv6 environments
209
-
210
- ## 0.10.2 (5/2/2014)
211
-
212
- - Fix crash with add_provisioner_options when provisioner_options is not yet set
213
-
214
- ## 0.10.1 (5/2/2014)
215
-
216
- - Fix a crash when uploading files in a machine batch
217
-
218
- ## 0.10 (5/1/2014)
219
-
220
- - Parallelism!
221
- - All machines by default will be created in parallel just before the first "machine" definition. They will attempt to run all the way to converge. If they fail, add "with_machine_batch 'mybatch', :setup"
222
- - Use "with_machine_batch 'mybatch'" before any machines if you want tighter control. Actions include :delete, :acquire, :setup, and :converge.
223
- - Parallelizableness: chef-provisioning now stores data in the run_context instead of globally, so that it can be run multiple times in parallel. This capability is not yet being used.
224
-
225
- ## 0.9.4 (4/23/2014)
226
-
227
- - Preserve provisioner_output in machine resource (don't destroy it!!)
228
-
229
- ## 0.9.3 (4/13/2014)
230
-
231
- - SSH: Treat EHOSTUNREACH as "machine not yet available" (helps with AWS)
232
-
233
- ## 0.9.2 (4/13/2014)
234
-
235
- - Timeout stability fixes (makes EC2 a little stabler for some AMIs)
236
-
237
- ## 0.9.1 (4/11/2014)
238
-
239
- - Make write_file and upload_file create parent directory
240
-
241
- ## 0.9 (4/9/2014)
242
-
243
- - Add `files` and `file` attributes to the `machine` resource
244
- - Fix `machine_execute` resource ([@irvingpop][])
245
- - Fix `machine :converge` action (thanks [@double-z][])
246
- - Make chef-client timeout longer by default (2 hours)
247
- - Make chef_client_timeout a configurable option for all convergence strategies and provisioner_options
248
- - Add `metal cp` command
249
-
250
- ## 0.8.2 (4/9/2014)
251
-
252
- - Add timeout support to execute
253
- - Fix machine_file resource
254
- - Add ohai_hints DSL to machine resource ([@xorl][])
255
-
256
- ## 0.8.1 (4/9/2014)
257
-
258
- - Bug: error! was not raising an error in the SSH and WinRM transports
259
- - Transports: stream output automatically when in debug
260
- - Support the :read_only execute hint (for Docker)
261
- - Add more metal command lines (converge, update, delete)
262
- - Add Chef::Provisioning.connect_to_machine(machine_name) method to get Machine object for a node name
263
-
264
- ## 0.8 (4/8/2014)
265
-
266
- - New machine_execute resource! (irving[@chef][].io)
267
- - Experimental "metal" command line: metal execute NODENAME COMMAND ARGS
268
- - Transport: Add ability to stream execute() for better nested chef-client debugging
269
-
270
- ## 0.7 (4/5/2014)
271
-
272
- - Change transport interface: add ability to rewrite URL instead of forwarding ports
273
-
274
- ## 0.6 (4/4/2014)
275
-
276
- - Vagrant and Fog provisioners moved to their own gems (chef-provisioning-vagrant and chef-provisioning-fog)
277
- - Support for Hosted and Enterprise Chef (https://github.com/dafyddcrosby)
278
-
279
- ## 0.5 (4/3/2014)
280
-
281
- * Provisioner interface changes designed to allow provisioners to be used outside of Chef (doubt[@chef][].io)
282
- * All Provisioner and Machine methods now take "action_handler" instead of "driver." It uses the ActionHandler interface described in action_handler.rb. In short:
283
- - driver.run_context -> action_handler.recipe_context
284
- - driver.updated_by_last_action(true) -> action_handler.updated!
285
- - driver.converge_by -> action_handler.perform_action
286
- - driver.cookbook_name -> driver.debug_name
287
- * Convergence strategy: delete_chef_objects() -> cleanup_convergence()
288
- * Ability to get back to a machine from a node (another Provisioner interface change) (doubt[@chef][].io):
289
- * Provisioners must create a file named `chef_provisioning/provisioner_init/<scheme>_init.rb`. It will be required when a node is encountered with that scheme. It should call Chef::Provisioning.add_registered_provisioner_class(<scheme>, <provisioner class name>). For the provisioner_url `fog:AWS:21348723432`, the scheme is "fog" and the file is `chef_provisioningprovisioner_init/fog_init.rb`. It should call `Chef::Provisioning.add_registered_provisioner_class('fog', Chef::Provisioning::Provisioner::FogProvisioner)`.
290
- * Provisioner classes must implement the class method `inflate(node)`, which should create a Provisioner instance appropriate to the given `node` (generally by looking at `node['normal']['provisioner_output']`)
291
- * New `NoConverge` convergence strategy that creates a node but does not install Chef or converge.
292
- * Support for machine_file `group`, `owner` and `mode` attributes ([@irvingpop][])
293
- * SSH transport (ryan[@segv][].net): try to enable pty when possible (increases chance of successful connection). Set options[:ssh_pty_enable] to `false` to turn this off. Set `true` to force it (and fail if we can't get it)
294
-
295
- ## 0.4 (3/29/2014)
296
-
297
- * EC2: Make it possible for multiple IAM users to converge chef-provisioning on the same account
298
- * Openstack: Openstack support via the Fog driver! ([@cstewart87][])
299
- * EC2: Add :use_private_ip_for_ssh option, and use private ip by default if public IP does not exist. ([@xorl][], [@dafyddcrosby][])
300
- * RHEL/Centos: fix platform detection and installation
301
-
302
- <!--- The following link definition list is generated by PimpMyChangelog --->
303
- [#59]: https://github.com/chef/chef-provisioning/issues/59
304
- [#81]: https://github.com/chef/chef-provisioning/issues/81
305
- [#209]: https://github.com/chef/chef-provisioning/issues/209
306
- [#296]: https://github.com/chef/chef-provisioning/issues/296
307
- [#297]: https://github.com/chef/chef-provisioning/issues/297
308
- [#299]: https://github.com/chef/chef-provisioning/issues/299
309
- [#303]: https://github.com/chef/chef-provisioning/issues/303
310
- [#311]: https://github.com/chef/chef-provisioning/issues/311
311
- [#316]: https://github.com/chef/chef-provisioning/issues/316
312
- [#317]: https://github.com/chef/chef-provisioning/issues/317
313
- [#321]: https://github.com/chef/chef-provisioning/issues/321
314
- [#332]: https://github.com/chef/chef-provisioning/issues/332
315
- [#337]: https://github.com/chef/chef-provisioning/issues/337
316
- [#339]: https://github.com/chef/chef-provisioning/issues/339
317
- [#344]: https://github.com/chef/chef-provisioning/issues/344
318
- [#346]: https://github.com/chef/chef-provisioning/issues/346
319
- [#352]: https://github.com/chef/chef-provisioning/issues/352
320
- [#363]: https://github.com/chef/chef-provisioning/issues/363
321
- [#364]: https://github.com/chef/chef-provisioning/issues/364
322
- [#366]: https://github.com/chef/chef-provisioning/issues/366
323
- [#369]: https://github.com/chef/chef-provisioning/issues/369
324
- [#389]: https://github.com/chef/chef-provisioning/issues/389
325
- [@MrMMorris]: https://github.com/MrMMorris
326
- [@causton1]: https://github.com/causton1
327
- [@chef]: https://github.com/chef
328
- [@cstewart87]: https://github.com/cstewart87
329
- [@dafyddcrosby]: https://github.com/dafyddcrosby
330
- [@double-z]: https://github.com/double-z
331
- [@irvingpop]: https://github.com/irvingpop
332
- [@jkeiser]: https://github.com/jkeiser
333
- [@johnewart]: https://github.com/johnewart
334
- [@lynchc]: https://github.com/lynchc
335
- [@marcusn]: https://github.com/marcusn
336
- [@miguelcnf]: https://github.com/miguelcnf
337
- [@mivok]: https://github.com/mivok
338
- [@mwrock]: https://github.com/mwrock
339
- [@segv]: https://github.com/segv
340
- [@thommay]: https://github.com/thommay
341
- [@tyler-ball]: https://github.com/tyler-ball
342
- [@xeon22]: https://github.com/xeon22
343
- [@xorl]: https://github.com/xorl
256
+ - Cannot associate Elastic IP with EC2 driver to machine [\#253](https://github.com/chef/chef-provisioning/issues/253)
257
+
258
+ **Merged pull requests:**
259
+
260
+ - Fix forward\_port when using net-ssh 2.9.2. [\#267](https://github.com/chef/chef-provisioning/pull/267) ([causton81](https://github.com/causton81))
261
+ - Destroy action to the image provider. [\#251](https://github.com/chef/chef-provisioning/pull/251) ([miguelcnf](https://github.com/miguelcnf))
262
+
263
+ ## [v0.17](https://github.com/chef/chef-provisioning/tree/v0.17) (2014-12-17)
264
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.16...v0.17)
265
+
266
+ **Fixed bugs:**
267
+
268
+ - Automatically create images data bag if needed [\#228](https://github.com/chef/chef-provisioning/issues/228)
269
+ - Vagrant Example Fails with Checksum Mismatch [\#206](https://github.com/chef/chef-provisioning/issues/206)
270
+ - Stuck waiting for Windows SSH access? [\#144](https://github.com/chef/chef-provisioning/issues/144)
271
+
272
+ **Closed issues:**
273
+
274
+ - error running the example [\#231](https://github.com/chef/chef-provisioning/issues/231)
275
+ - machine\_batch doesn't destroy [\#226](https://github.com/chef/chef-provisioning/issues/226)
276
+ - README shows incorrect require for using fog\_key\_pair [\#225](https://github.com/chef/chef-provisioning/issues/225)
277
+ - Error: Could not find a valid gem 'chef-provisioning-vagrant' [\#217](https://github.com/chef/chef-provisioning/issues/217)
278
+ - signal to generate a key raises errors in converge output [\#213](https://github.com/chef/chef-provisioning/issues/213)
279
+ - Machine destroy fails with "undefined local variable or method `iam\_endpoint'" [\#198](https://github.com/chef/chef-provisioning/issues/198)
280
+ - FAQ link in readme leads to 404 [\#192](https://github.com/chef/chef-provisioning/issues/192)
281
+ - Windows converge error: command 'mkdir -p /etc/chef' exited with code 127 [\#178](https://github.com/chef/chef-provisioning/issues/178)
282
+ - Way to not need an /etc/chef for provisioning chef-client run? [\#177](https://github.com/chef/chef-provisioning/issues/177)
283
+ - Error executing action 'destroy' on resource 'machine\_batch\[default\]' [\#152](https://github.com/chef/chef-provisioning/issues/152)
284
+ - Setting up local mode when embedding chef-metal [\#85](https://github.com/chef/chef-provisioning/issues/85)
285
+
286
+ **Merged pull requests:**
287
+
288
+ - Remove pry [\#248](https://github.com/chef/chef-provisioning/pull/248) ([jaym](https://github.com/jaym))
289
+ - Update to ignore .idea directories. [\#247](https://github.com/chef/chef-provisioning/pull/247) ([miguelcnf](https://github.com/miguelcnf))
290
+ - Change Metal to Provisioning [\#240](https://github.com/chef/chef-provisioning/pull/240) ([twellspring](https://github.com/twellspring))
291
+ - In simple example, require chef/provisioning [\#239](https://github.com/chef/chef-provisioning/pull/239) ([janeireton](https://github.com/janeireton))
292
+ - MEGA chef-provisioning-test-suite project dump [\#238](https://github.com/chef/chef-provisioning/pull/238) ([patrick-wright](https://github.com/patrick-wright))
293
+ - Fix ssh driver url [\#233](https://github.com/chef/chef-provisioning/pull/233) ([gravitystorm](https://github.com/gravitystorm))
294
+ - Flip logic on ssl peer validation [\#232](https://github.com/chef/chef-provisioning/pull/232) ([andrewelizondo](https://github.com/andrewelizondo))
295
+ - add chef-provisioning-crowbar to README.md [\#230](https://github.com/chef/chef-provisioning/pull/230) ([newgoliath](https://github.com/newgoliath))
296
+ - Update vSphere driver link. [\#229](https://github.com/chef/chef-provisioning/pull/229) ([cmluciano](https://github.com/cmluciano))
297
+ - Make machine\_batch convergent [\#227](https://github.com/chef/chef-provisioning/pull/227) ([jkeiser](https://github.com/jkeiser))
298
+ - Work with Chef 12 [\#224](https://github.com/chef/chef-provisioning/pull/224) ([jkeiser](https://github.com/jkeiser))
299
+
300
+ ## [v0.16](https://github.com/chef/chef-provisioning/tree/v0.16) (2014-11-05)
301
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.15.3...v0.16)
302
+
303
+ ## [v0.15.3](https://github.com/chef/chef-provisioning/tree/v0.15.3) (2014-11-05)
304
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.15.2...v0.15.3)
305
+
306
+ ## [v0.15.2](https://github.com/chef/chef-provisioning/tree/v0.15.2) (2014-11-04)
307
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.15.1...v0.15.2)
308
+
309
+ **Closed issues:**
310
+
311
+ - config validation [\#223](https://github.com/chef/chef-provisioning/issues/223)
312
+ - create utility for generating chef-client command strings based on server, driver, platform, tests, etc [\#222](https://github.com/chef/chef-provisioning/issues/222)
313
+ - configurable os platform/version and mapping [\#221](https://github.com/chef/chef-provisioning/issues/221)
314
+ - chef-client error scanning [\#220](https://github.com/chef/chef-provisioning/issues/220)
315
+ - add azure driver test [\#219](https://github.com/chef/chef-provisioning/issues/219)
316
+ - Configure chef-provisioning-test-suite for Travis CI [\#218](https://github.com/chef/chef-provisioning/issues/218)
317
+ - Doubt in Server Provisioning through Chef metal, Vagrant and VBox [\#215](https://github.com/chef/chef-provisioning/issues/215)
318
+ - Where is chef-provisioning-fog? [\#214](https://github.com/chef/chef-provisioning/issues/214)
319
+
320
+ **Merged pull requests:**
321
+
322
+ - Rename Chef Metal to Chef Provisioning [\#216](https://github.com/chef/chef-provisioning/pull/216) ([kanerogers](https://github.com/kanerogers))
323
+
324
+ ## [v0.15.1](https://github.com/chef/chef-provisioning/tree/v0.15.1) (2014-10-30)
325
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.15...v0.15.1)
326
+
327
+ **Closed issues:**
328
+
329
+ - Rename to chef-provisioning [\#210](https://github.com/chef/chef-provisioning/issues/210)
330
+
331
+ ## [v0.15](https://github.com/chef/chef-provisioning/tree/v0.15) (2014-10-29)
332
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.14.2...v0.15)
333
+
334
+ **Fixed bugs:**
335
+
336
+ - machine.tag does not add tag to AWS \(only the node\) [\#165](https://github.com/chef/chef-provisioning/issues/165)
337
+ - with\_chef\_local\_server isn't working with metal 0.14.2 [\#159](https://github.com/chef/chef-provisioning/issues/159)
338
+ - Remove default parallelism [\#124](https://github.com/chef/chef-provisioning/issues/124)
339
+ - Server provesioning through Vagrant behind Corporate Firewall using Chef Metal. [\#121](https://github.com/chef/chef-provisioning/issues/121)
340
+ - machine\_file connects as vagrant [\#120](https://github.com/chef/chef-provisioning/issues/120)
341
+ - 'action :converge\_only' exception [\#90](https://github.com/chef/chef-provisioning/issues/90)
342
+ - Unable to use Vagrant driver behind corporate http proxy [\#74](https://github.com/chef/chef-provisioning/issues/74)
343
+
344
+ **Closed issues:**
345
+
346
+ - FFI\_Yajl::ParseError: parse error: premature EOF when using with\_chef\_server [\#204](https://github.com/chef/chef-provisioning/issues/204)
347
+ - Azure Support [\#191](https://github.com/chef/chef-provisioning/issues/191)
348
+ - QUESTION: Multiple machine tags [\#188](https://github.com/chef/chef-provisioning/issues/188)
349
+ - ChecksumMismatch error running example with Vagrant provider [\#183](https://github.com/chef/chef-provisioning/issues/183)
350
+ - Can I send user data to AWS when creating an instance from an AMI [\#182](https://github.com/chef/chef-provisioning/issues/182)
351
+ - Net::HTTPServerException: 404 "Object Not Found" [\#181](https://github.com/chef/chef-provisioning/issues/181)
352
+ - undefined method `\<\<' for \#\<Chef::EventDispatch::EventsOutputStream:0x00000005431890\> [\#179](https://github.com/chef/chef-provisioning/issues/179)
353
+ - Can't connect to Windows machine running SSH [\#175](https://github.com/chef/chef-provisioning/issues/175)
354
+ - custom bootstrap? [\#169](https://github.com/chef/chef-provisioning/issues/169)
355
+ - Is the -j option working correctly with metal? [\#168](https://github.com/chef/chef-provisioning/issues/168)
356
+ - Can I run more than one chef-client at once? [\#166](https://github.com/chef/chef-provisioning/issues/166)
357
+ - with\_chef\_local\_server can't find vendored cookbook [\#163](https://github.com/chef/chef-provisioning/issues/163)
358
+ - Not handling metadata.rb dependencies correctly? [\#161](https://github.com/chef/chef-provisioning/issues/161)
359
+ - with\_chef\_local\_server can't find cookbook in cookbook\_path [\#160](https://github.com/chef/chef-provisioning/issues/160)
360
+ - Converging after creating - undefined method 'split' for nil:NilClass [\#158](https://github.com/chef/chef-provisioning/issues/158)
361
+ - Provisioning machines at a later time after creating [\#156](https://github.com/chef/chef-provisioning/issues/156)
362
+ - Convergence error - Permission denied @ dir\_s\_mkdir [\#154](https://github.com/chef/chef-provisioning/issues/154)
363
+ - Annoying SSL warning when creating new machine [\#150](https://github.com/chef/chef-provisioning/issues/150)
364
+ - "SSH did not come up" timeout [\#146](https://github.com/chef/chef-provisioning/issues/146)
365
+ - Proxy blocking installations. [\#145](https://github.com/chef/chef-provisioning/issues/145)
366
+ - Chef-metal-fog with digital ocean doesn't seem to like large ssh keys [\#140](https://github.com/chef/chef-provisioning/issues/140)
367
+
368
+ **Merged pull requests:**
369
+
370
+ - Chef provisioning [\#211](https://github.com/chef/chef-provisioning/pull/211) ([jkeiser](https://github.com/jkeiser))
371
+ - Require data bag resources [\#208](https://github.com/chef/chef-provisioning/pull/208) ([raskchanky](https://github.com/raskchanky))
372
+ - Support for resources that are backed by data bags [\#205](https://github.com/chef/chef-provisioning/pull/205) ([johnewart](https://github.com/johnewart))
373
+ - Add a Gitter chat badge to README.md [\#199](https://github.com/chef/chef-provisioning/pull/199) ([gitter-badger](https://github.com/gitter-badger))
374
+ - Load balancer and data center support work [\#196](https://github.com/chef/chef-provisioning/pull/196) ([johnewart](https://github.com/johnewart))
375
+ - Makes it so that a user who has sudo permissions can download a file that their user wouldn't have permission to access normally. [\#195](https://github.com/chef/chef-provisioning/pull/195) ([johnewart](https://github.com/johnewart))
376
+ - Winrm bump [\#194](https://github.com/chef/chef-provisioning/pull/194) ([mwrock](https://github.com/mwrock))
377
+ - YARDoc updates [\#193](https://github.com/chef/chef-provisioning/pull/193) ([johnewart](https://github.com/johnewart))
378
+ - do not verify ssl because we only use http [\#164](https://github.com/chef/chef-provisioning/pull/164) ([hh](https://github.com/hh))
379
+ - Added proxy support for metadata download [\#162](https://github.com/chef/chef-provisioning/pull/162) ([ndobson](https://github.com/ndobson))
380
+
381
+ ## [v0.14.2](https://github.com/chef/chef-provisioning/tree/v0.14.2) (2014-09-04)
382
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.14.1...v0.14.2)
383
+
384
+ **Fixed bugs:**
385
+
386
+ - Some node names don't seem to work \(car and sun\) [\#129](https://github.com/chef/chef-provisioning/issues/129)
387
+ - NoMethodError - machine\[central-server-1\] \(centralized\_repository::default line 63\) had an error: NoMethodError: undefined method `name' for \["BootstrapHost", "myhostname"\]:Array [\#114](https://github.com/chef/chef-provisioning/issues/114)
388
+ - Error on machine\_batch if running chef as different user [\#111](https://github.com/chef/chef-provisioning/issues/111)
389
+ - Chef 11.12.8 incompatible with cheffish 0.7 [\#106](https://github.com/chef/chef-provisioning/issues/106)
390
+ - with\_machine\_options does not honor :key\_name [\#91](https://github.com/chef/chef-provisioning/issues/91)
391
+ - nil machine object raise expection in dry-run [\#54](https://github.com/chef/chef-provisioning/issues/54)
392
+ - After creating the node/client ec2 attributes are not available [\#34](https://github.com/chef/chef-provisioning/issues/34)
393
+ - 'with\_chef\_server' bootstrap permissions for client.pem and client.rb [\#32](https://github.com/chef/chef-provisioning/issues/32)
394
+
395
+ **Closed issues:**
396
+
397
+ - Possible to use different ports for parallel chef-zero runs? [\#155](https://github.com/chef/chef-provisioning/issues/155)
398
+ - SCP did not finish successfully \(1\) [\#151](https://github.com/chef/chef-provisioning/issues/151)
399
+ - cannot load such file -- chef\_metal/driver\_init/fog [\#149](https://github.com/chef/chef-provisioning/issues/149)
400
+ - Chef::Exceptions::ContentLengthMismatch: Response body length 65536 does not match HTTP Content-Length header 88744. [\#139](https://github.com/chef/chef-provisioning/issues/139)
401
+ - Dependency solver overloaded [\#112](https://github.com/chef/chef-provisioning/issues/112)
402
+ - 0.13 issue: Unable to resolve dependencies: cheffish requires chef-zero \(~\> 2.2\) [\#105](https://github.com/chef/chef-provisioning/issues/105)
403
+
404
+ **Merged pull requests:**
405
+
406
+ - pass timeout from execution\_options to winrm set\_timeout [\#153](https://github.com/chef/chef-provisioning/pull/153) ([mwrock](https://github.com/mwrock))
407
+ - Remove Chef 11.14 alpha note in readme [\#136](https://github.com/chef/chef-provisioning/pull/136) ([viglesiasce](https://github.com/viglesiasce))
408
+ - Handle Host Down and Network Unreachable [\#127](https://github.com/chef/chef-provisioning/pull/127) ([viglesiasce](https://github.com/viglesiasce))
409
+
410
+ ## [v0.14.1](https://github.com/chef/chef-provisioning/tree/v0.14.1) (2014-08-19)
411
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.14...v0.14.1)
412
+
413
+ **Closed issues:**
414
+
415
+ - perform convergence talking to chef-zero on the node \(ala test-kitchen\) [\#122](https://github.com/chef/chef-provisioning/issues/122)
416
+
417
+ ## [v0.14](https://github.com/chef/chef-provisioning/tree/v0.14) (2014-08-18)
418
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.13...v0.14)
419
+
420
+ **Closed issues:**
421
+
422
+ - Creating clusters in Vagrant with chef-metal yields a Net::SSH::Exception [\#123](https://github.com/chef/chef-provisioning/issues/123)
423
+ - Error running Vagrant example on Windows 7 [\#118](https://github.com/chef/chef-provisioning/issues/118)
424
+ - Make an image factory [\#109](https://github.com/chef/chef-provisioning/issues/109)
425
+
426
+ **Merged pull requests:**
427
+
428
+ - Get machine images working with multiple machines [\#119](https://github.com/chef/chef-provisioning/pull/119) ([johnewart](https://github.com/johnewart))
429
+ - add VPC related comments to docs for AWS provider [\#117](https://github.com/chef/chef-provisioning/pull/117) ([andrewgoktepe](https://github.com/andrewgoktepe))
430
+ - Machine image fixes [\#113](https://github.com/chef/chef-provisioning/pull/113) ([johnewart](https://github.com/johnewart))
431
+ - Machine image [\#110](https://github.com/chef/chef-provisioning/pull/110) ([jkeiser](https://github.com/jkeiser))
432
+
433
+ ## [v0.13](https://github.com/chef/chef-provisioning/tree/v0.13) (2014-07-15)
434
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.7.1...v0.13)
435
+
436
+ ## [v0.7.1](https://github.com/chef/chef-provisioning/tree/v0.7.1) (2014-07-15)
437
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.6.1...v0.7.1)
438
+
439
+ **Fixed bugs:**
440
+
441
+ - Are there plans to make the fog gem an "opt in"? [\#63](https://github.com/chef/chef-provisioning/issues/63)
442
+
443
+ **Closed issues:**
444
+
445
+ - undefined method `parallel\_do' [\#101](https://github.com/chef/chef-provisioning/issues/101)
446
+ - Bootstrapping Windows against chef-zero [\#96](https://github.com/chef/chef-provisioning/issues/96)
447
+ - Changing the runlist of a machine [\#95](https://github.com/chef/chef-provisioning/issues/95)
448
+ - Allow for indirect connectivity to nodes in driver interface [\#93](https://github.com/chef/chef-provisioning/issues/93)
449
+
450
+ **Merged pull requests:**
451
+
452
+ - add docs for providers [\#104](https://github.com/chef/chef-provisioning/pull/104) ([MrMMorris](https://github.com/MrMMorris))
453
+ - Add workaround for Hosted Chef servers to README [\#103](https://github.com/chef/chef-provisioning/pull/103) ([MrMMorris](https://github.com/MrMMorris))
454
+ - include bootstrap\_proxy key into convergence\_options [\#102](https://github.com/chef/chef-provisioning/pull/102) ([SIGUSR2](https://github.com/SIGUSR2))
455
+ - winrm fixes [\#100](https://github.com/chef/chef-provisioning/pull/100) ([mwrock](https://github.com/mwrock))
456
+ - waffle.io Badge [\#92](https://github.com/chef/chef-provisioning/pull/92) ([waffle-iron](https://github.com/waffle-iron))
457
+
458
+ ## [v0.6.1](https://github.com/chef/chef-provisioning/tree/v0.6.1) (2014-06-18)
459
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.12.1...v0.6.1)
460
+
461
+ ## [v0.12.1](https://github.com/chef/chef-provisioning/tree/v0.12.1) (2014-06-18)
462
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.12...v0.12.1)
463
+
464
+ **Closed issues:**
465
+
466
+ - Failure with action :setup and machine\_batch [\#83](https://github.com/chef/chef-provisioning/issues/83)
467
+
468
+ ## [v0.12](https://github.com/chef/chef-provisioning/tree/v0.12) (2014-06-18)
469
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.5.4...v0.12)
470
+
471
+ **Closed issues:**
472
+
473
+ - Less SSH Trash output [\#87](https://github.com/chef/chef-provisioning/issues/87)
474
+ - 403 error when registering the new node as a client [\#80](https://github.com/chef/chef-provisioning/issues/80)
475
+
476
+ **Merged pull requests:**
477
+
478
+ - Fix incorrect timeline/blog post date in README.md [\#86](https://github.com/chef/chef-provisioning/pull/86) ([mikedillion](https://github.com/mikedillion))
479
+
480
+ ## [v0.5.4](https://github.com/chef/chef-provisioning/tree/v0.5.4) (2014-06-10)
481
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.5.3...v0.5.4)
482
+
483
+ **Merged pull requests:**
484
+
485
+ - Typo fix in README [\#84](https://github.com/chef/chef-provisioning/pull/84) ([jalessio](https://github.com/jalessio))
486
+ - fixing ssl verify mode value from none to verify\_none [\#82](https://github.com/chef/chef-provisioning/pull/82) ([mwrock](https://github.com/mwrock))
487
+ - Fix machine\_file and machine\_execute which depend on connect\_to\_machine ... [\#81](https://github.com/chef/chef-provisioning/pull/81) ([irvingpop](https://github.com/irvingpop))
488
+
489
+ ## [v0.5.3](https://github.com/chef/chef-provisioning/tree/v0.5.3) (2014-06-05)
490
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.11.2...v0.5.3)
491
+
492
+ ## [v0.11.2](https://github.com/chef/chef-provisioning/tree/v0.11.2) (2014-06-04)
493
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.5.2...v0.11.2)
494
+
495
+ ## [v0.5.2](https://github.com/chef/chef-provisioning/tree/v0.5.2) (2014-06-04)
496
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.11.1...v0.5.2)
497
+
498
+ **Fixed bugs:**
499
+
500
+ - Non-Ubuntu AWS SSH Does not work [\#69](https://github.com/chef/chef-provisioning/issues/69)
501
+
502
+ **Closed issues:**
503
+
504
+ - with\_chef\_local\_server :port gets you two listening chef-zero instances [\#79](https://github.com/chef/chef-provisioning/issues/79)
505
+
506
+ ## [v0.11.1](https://github.com/chef/chef-provisioning/tree/v0.11.1) (2014-06-04)
507
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.5.1...v0.11.1)
508
+
509
+ **Closed issues:**
510
+
511
+ - ERROR: undefined method `config\_for\_url' for ChefMetal:Module [\#73](https://github.com/chef/chef-provisioning/issues/73)
512
+
513
+ ## [v0.5.1](https://github.com/chef/chef-provisioning/tree/v0.5.1) (2014-06-04)
514
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.11...v0.5.1)
515
+
516
+ ## [v0.11](https://github.com/chef/chef-provisioning/tree/v0.11) (2014-06-04)
517
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.11.beta.11...v0.11)
518
+
519
+ **Closed issues:**
520
+
521
+ - Add '--config-file-jail .' to the example given where you first spin up a box. [\#77](https://github.com/chef/chef-provisioning/issues/77)
522
+ - dependency chef-metal-vagrant [\#76](https://github.com/chef/chef-provisioning/issues/76)
523
+ - provisioner\_options not valid anymore? [\#75](https://github.com/chef/chef-provisioning/issues/75)
524
+
525
+ ## [v0.11.beta.11](https://github.com/chef/chef-provisioning/tree/v0.11.beta.11) (2014-06-03)
526
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.5.beta.6...v0.11.beta.11)
527
+
528
+ ## [v0.5.beta.6](https://github.com/chef/chef-provisioning/tree/v0.5.beta.6) (2014-06-03)
529
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.11.beta.10...v0.5.beta.6)
530
+
531
+ ## [v0.11.beta.10](https://github.com/chef/chef-provisioning/tree/v0.11.beta.10) (2014-06-03)
532
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.5.beta.5...v0.11.beta.10)
533
+
534
+ ## [v0.5.beta.5](https://github.com/chef/chef-provisioning/tree/v0.5.beta.5) (2014-06-03)
535
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.11.beta.9...v0.5.beta.5)
536
+
537
+ ## [v0.11.beta.9](https://github.com/chef/chef-provisioning/tree/v0.11.beta.9) (2014-06-03)
538
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.11.beta.8...v0.11.beta.9)
539
+
540
+ ## [v0.11.beta.8](https://github.com/chef/chef-provisioning/tree/v0.11.beta.8) (2014-06-03)
541
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.5.beta.4...v0.11.beta.8)
542
+
543
+ ## [v0.5.beta.4](https://github.com/chef/chef-provisioning/tree/v0.5.beta.4) (2014-06-03)
544
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.11.beta.7...v0.5.beta.4)
545
+
546
+ **Closed issues:**
547
+
548
+ - Documentation of Using Chef Profiles: bug or feature? [\#72](https://github.com/chef/chef-provisioning/issues/72)
549
+ - chefspec tests see machines as machine\_batch [\#66](https://github.com/chef/chef-provisioning/issues/66)
550
+ - Machines are converging twice [\#62](https://github.com/chef/chef-provisioning/issues/62)
551
+ - How can i use 'secret\_file' from workstation knife config [\#33](https://github.com/chef/chef-provisioning/issues/33)
552
+ - Question: Is there an example for 'with\_chef\_server' [\#13](https://github.com/chef/chef-provisioning/issues/13)
553
+ - Consider using the newer lxc-download template [\#12](https://github.com/chef/chef-provisioning/issues/12)
554
+ - Any reasons this is packaged as a gem and not HWRPs? [\#9](https://github.com/chef/chef-provisioning/issues/9)
555
+ - Does chef-metal currently support Openstack? [\#5](https://github.com/chef/chef-provisioning/issues/5)
556
+ - provisioner\_option directive overwrites defaults [\#3](https://github.com/chef/chef-provisioning/issues/3)
557
+
558
+ ## [v0.11.beta.7](https://github.com/chef/chef-provisioning/tree/v0.11.beta.7) (2014-05-31)
559
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.5.beta.3...v0.11.beta.7)
560
+
561
+ ## [v0.5.beta.3](https://github.com/chef/chef-provisioning/tree/v0.5.beta.3) (2014-05-31)
562
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.11.beta.6...v0.5.beta.3)
563
+
564
+ **Closed issues:**
565
+
566
+ - Problems with with\_chef\_server [\#67](https://github.com/chef/chef-provisioning/issues/67)
567
+
568
+ ## [v0.11.beta.6](https://github.com/chef/chef-provisioning/tree/v0.11.beta.6) (2014-05-29)
569
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.11.beta.5...v0.11.beta.6)
570
+
571
+ **Closed issues:**
572
+
573
+ - The run list from machine resource is not saved on node. [\#35](https://github.com/chef/chef-provisioning/issues/35)
574
+
575
+ **Merged pull requests:**
576
+
577
+ - Add options argument to SSH gateway [\#60](https://github.com/chef/chef-provisioning/pull/60) ([marcusn](https://github.com/marcusn))
578
+
579
+ ## [v0.11.beta.5](https://github.com/chef/chef-provisioning/tree/v0.11.beta.5) (2014-05-28)
580
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.11.beta.4...v0.11.beta.5)
581
+
582
+ ## [v0.11.beta.4](https://github.com/chef/chef-provisioning/tree/v0.11.beta.4) (2014-05-28)
583
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.5.beta.2...v0.11.beta.4)
584
+
585
+ ## [v0.5.beta.2](https://github.com/chef/chef-provisioning/tree/v0.5.beta.2) (2014-05-28)
586
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.11.beta.3...v0.5.beta.2)
587
+
588
+ ## [v0.11.beta.3](https://github.com/chef/chef-provisioning/tree/v0.11.beta.3) (2014-05-28)
589
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.11.beta.2...v0.11.beta.3)
590
+
591
+ **Merged pull requests:**
592
+
593
+ - typo editing [\#58](https://github.com/chef/chef-provisioning/pull/58) ([bdupras](https://github.com/bdupras))
594
+ - vmware typos [\#57](https://github.com/chef/chef-provisioning/pull/57) ([bdupras](https://github.com/bdupras))
595
+
596
+ ## [v0.11.beta.2](https://github.com/chef/chef-provisioning/tree/v0.11.beta.2) (2014-05-24)
597
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.11.beta...v0.11.beta.2)
598
+
599
+ ## [v0.11.beta](https://github.com/chef/chef-provisioning/tree/v0.11.beta) (2014-05-23)
600
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.5.beta...v0.11.beta)
601
+
602
+ ## [v0.5.beta](https://github.com/chef/chef-provisioning/tree/v0.5.beta) (2014-05-23)
603
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.10.2...v0.5.beta)
604
+
605
+ **Closed issues:**
606
+
607
+ - SoftLayer provisioning options? [\#56](https://github.com/chef/chef-provisioning/issues/56)
608
+ - Error executing action `converge` on resource 'machine\_batch\[default\]' : Name Required [\#52](https://github.com/chef/chef-provisioning/issues/52)
609
+ - New nodes don't have permissions to update themselves [\#11](https://github.com/chef/chef-provisioning/issues/11)
610
+
611
+ **Merged pull requests:**
612
+
613
+ - Grant Transport support for ssh\_gateway used with jump hosts [\#53](https://github.com/chef/chef-provisioning/pull/53) ([JonathanSerafini](https://github.com/JonathanSerafini))
614
+
615
+ ## [v0.10.2](https://github.com/chef/chef-provisioning/tree/v0.10.2) (2014-05-02)
616
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.10.1...v0.10.2)
617
+
618
+ ## [v0.10.1](https://github.com/chef/chef-provisioning/tree/v0.10.1) (2014-05-02)
619
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.10...v0.10.1)
620
+
621
+ **Closed issues:**
622
+
623
+ - Error executing action `converge` on resource 'machine\_batch\[default\]' [\#51](https://github.com/chef/chef-provisioning/issues/51)
624
+
625
+ ## [v0.10](https://github.com/chef/chef-provisioning/tree/v0.10) (2014-05-01)
626
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.9.4...v0.10)
627
+
628
+ **Merged pull requests:**
629
+
630
+ - Update gem dependencies to use refactored chef\_metal\_fog [\#50](https://github.com/chef/chef-provisioning/pull/50) ([mikesplain](https://github.com/mikesplain))
631
+ - re-raise Net::SCP error when fails to download [\#49](https://github.com/chef/chef-provisioning/pull/49) ([carltonstedman](https://github.com/carltonstedman))
632
+
633
+ ## [v0.9.4](https://github.com/chef/chef-provisioning/tree/v0.9.4) (2014-04-24)
634
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.9.3...v0.9.4)
635
+
636
+ ## [v0.9.3](https://github.com/chef/chef-provisioning/tree/v0.9.3) (2014-04-14)
637
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.9.2...v0.9.3)
638
+
639
+ ## [v0.9.2](https://github.com/chef/chef-provisioning/tree/v0.9.2) (2014-04-13)
640
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.9.1...v0.9.2)
641
+
642
+ ## [v0.9.1](https://github.com/chef/chef-provisioning/tree/v0.9.1) (2014-04-12)
643
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.9...v0.9.1)
644
+
645
+ **Closed issues:**
646
+
647
+ - machine converge action fails with chef-zero [\#47](https://github.com/chef/chef-provisioning/issues/47)
648
+
649
+ ## [v0.9](https://github.com/chef/chef-provisioning/tree/v0.9) (2014-04-11)
650
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.8.2...v0.9)
651
+
652
+ **Closed issues:**
653
+
654
+ - Support for already-provisioned machines - enhancement request [\#41](https://github.com/chef/chef-provisioning/issues/41)
655
+
656
+ **Merged pull requests:**
657
+
658
+ - Apply the same fix from machine\_file to machine\_execute [\#48](https://github.com/chef/chef-provisioning/pull/48) ([irvingpop](https://github.com/irvingpop))
659
+
660
+ ## [v0.8.2](https://github.com/chef/chef-provisioning/tree/v0.8.2) (2014-04-09)
661
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.8.1...v0.8.2)
662
+
663
+ ## [v0.8.1](https://github.com/chef/chef-provisioning/tree/v0.8.1) (2014-04-09)
664
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.8...v0.8.1)
665
+
666
+ **Closed issues:**
667
+
668
+ - show machine chef-client run output - enhancement request [\#40](https://github.com/chef/chef-provisioning/issues/40)
669
+
670
+ **Merged pull requests:**
671
+
672
+ - New ohai hints feature allowing the creation hints. [\#38](https://github.com/chef/chef-provisioning/pull/38) ([ligaturee](https://github.com/ligaturee))
673
+
674
+ ## [v0.8](https://github.com/chef/chef-provisioning/tree/v0.8) (2014-04-08)
675
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.7...v0.8)
676
+
677
+ **Closed issues:**
678
+
679
+ - machine\_file enhancement\(s\) request [\#39](https://github.com/chef/chef-provisioning/issues/39)
680
+
681
+ **Merged pull requests:**
682
+
683
+ - Add a SUPER SIMPLE machine\_execute resource [\#46](https://github.com/chef/chef-provisioning/pull/46) ([irvingpop](https://github.com/irvingpop))
684
+
685
+ ## [v0.7](https://github.com/chef/chef-provisioning/tree/v0.7) (2014-04-06)
686
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.6...v0.7)
687
+
688
+ **Merged pull requests:**
689
+
690
+ - cookbooks should have their name in metadata [\#45](https://github.com/chef/chef-provisioning/pull/45) ([jtimberman](https://github.com/jtimberman))
691
+
692
+ ## [v0.6](https://github.com/chef/chef-provisioning/tree/v0.6) (2014-04-04)
693
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.5...v0.6)
694
+
695
+ **Merged pull requests:**
696
+
697
+ - Grant the node's client read+update permissions [\#44](https://github.com/chef/chef-provisioning/pull/44) ([dafyddcrosby](https://github.com/dafyddcrosby))
698
+
699
+ ## [v0.5](https://github.com/chef/chef-provisioning/tree/v0.5) (2014-04-04)
700
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.4...v0.5)
701
+
702
+ **Closed issues:**
703
+
704
+ - machine\_file :download fails because provider is undefined [\#42](https://github.com/chef/chef-provisioning/issues/42)
705
+
706
+ **Merged pull requests:**
707
+
708
+ - Add owner, group and mode attributes to machine\_file [\#43](https://github.com/chef/chef-provisioning/pull/43) ([irvingpop](https://github.com/irvingpop))
709
+ - Dt/driver surgery [\#36](https://github.com/chef/chef-provisioning/pull/36) ([jkeiser](https://github.com/jkeiser))
710
+ - Ec2 fixes [\#27](https://github.com/chef/chef-provisioning/pull/27) ([ligaturee](https://github.com/ligaturee))
711
+
712
+ ## [v0.4](https://github.com/chef/chef-provisioning/tree/v0.4) (2014-03-29)
713
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.3.1...v0.4)
714
+
715
+ **Closed issues:**
716
+
717
+ - Minimum fog version suggestion \('ubuntu' user hardcoded in AWS SSH\) [\#28](https://github.com/chef/chef-provisioning/issues/28)
718
+ - fog\_provisioner hardcoded to public\_ip\_address [\#20](https://github.com/chef/chef-provisioning/issues/20)
719
+ - ec2 availability\_zone ignored [\#19](https://github.com/chef/chef-provisioning/issues/19)
720
+
721
+ **Merged pull requests:**
722
+
723
+ - Show how to use with\_chef\_server using chef-client -z [\#37](https://github.com/chef/chef-provisioning/pull/37) ([dafyddcrosby](https://github.com/dafyddcrosby))
724
+ - Fix typo 'pey-pair-name' -\> 'key-pair-name' [\#30](https://github.com/chef/chef-provisioning/pull/30) ([dafyddcrosby](https://github.com/dafyddcrosby))
725
+ - Remove unused variable provisioner\_options [\#26](https://github.com/chef/chef-provisioning/pull/26) ([dafyddcrosby](https://github.com/dafyddcrosby))
726
+ - Update README.md to show how to add per-machine provisioner options [\#25](https://github.com/chef/chef-provisioning/pull/25) ([dafyddcrosby](https://github.com/dafyddcrosby))
727
+ - Added new private\_ip compute\_options attribute. [\#23](https://github.com/chef/chef-provisioning/pull/23) ([ligaturee](https://github.com/ligaturee))
728
+ - double double escape escape to fix RHEL/CentOS platform\_version detection [\#22](https://github.com/chef/chef-provisioning/pull/22) ([irvingpop](https://github.com/irvingpop))
729
+ - Initial Openstack support [\#15](https://github.com/chef/chef-provisioning/pull/15) ([cstewart87](https://github.com/cstewart87))
730
+
731
+ ## [v0.3.1](https://github.com/chef/chef-provisioning/tree/v0.3.1) (2014-03-18)
732
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.3...v0.3.1)
733
+
734
+ **Closed issues:**
735
+
736
+ - undefined method `synchronize' for nil:NilClass [\#18](https://github.com/chef/chef-provisioning/issues/18)
737
+
738
+ **Merged pull requests:**
739
+
740
+ - initialize right mutex. use ssl if required [\#17](https://github.com/chef/chef-provisioning/pull/17) ([ranjib](https://github.com/ranjib))
741
+ - Fix to\_sym error parsing bootstrap\_options [\#16](https://github.com/chef/chef-provisioning/pull/16) ([RoboticCheese](https://github.com/RoboticCheese))
742
+
743
+ ## [v0.3](https://github.com/chef/chef-provisioning/tree/v0.3) (2014-03-18)
744
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.2.1...v0.3)
745
+
746
+ **Closed issues:**
747
+
748
+ - Syntax for specifying flavor/image? [\#10](https://github.com/chef/chef-provisioning/issues/10)
749
+
750
+ **Merged pull requests:**
751
+
752
+ - Fix copypaste typo from vagrant to ec2 [\#14](https://github.com/chef/chef-provisioning/pull/14) ([dafyddcrosby](https://github.com/dafyddcrosby))
753
+
754
+ ## [v0.2.1](https://github.com/chef/chef-provisioning/tree/v0.2.1) (2014-03-07)
755
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.2...v0.2.1)
756
+
757
+ ## [v0.2](https://github.com/chef/chef-provisioning/tree/v0.2) (2014-03-04)
758
+ [Full Changelog](https://github.com/chef/chef-provisioning/compare/v0.1...v0.2)
759
+
760
+ **Merged pull requests:**
761
+
762
+ - Update URLs of GH repo [\#8](https://github.com/chef/chef-provisioning/pull/8) ([StephenKing](https://github.com/StephenKing))
763
+ - Typo in README.md [\#7](https://github.com/chef/chef-provisioning/pull/7) ([StephenKing](https://github.com/StephenKing))
764
+ - support for lxc [\#6](https://github.com/chef/chef-provisioning/pull/6) ([ranjib](https://github.com/ranjib))
765
+ - Requirements [\#4](https://github.com/chef/chef-provisioning/pull/4) ([jkeiser](https://github.com/jkeiser))
766
+
767
+ ## [v0.1](https://github.com/chef/chef-provisioning/tree/v0.1) (2013-12-21)
768
+
769
+
770
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*