Skip to content

Commit 49de1c0

Browse files
committed
Bump version to 0.32.2
1 parent 00fbd9e commit 49de1c0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ Attribute deprecations so you can be sure you can upgrade:
1717
* container LWRP Fixnum port attribute: use full String notation from Docker documentation in port attribute instead
1818
* container LWRP public_port attribute: use port attribute instead
1919

20+
## 0.32.2
21+
22+
* Bugfix: [#101][]: Explicitly install lxc on Ubuntu (when lxc is exec_driver; continue to fully support LXC as a default installation path since its been since Docker 0.1)
23+
* Bugfix: [#103][]: Fix host argument (in docker run)
24+
2025
## 0.32.1
2126

2227
* Bugfix: [#98][]: Ensure Ruby 1.8 syntax is supported
@@ -391,5 +396,7 @@ Lots of community contributions this release -- thanks!
391396
[#90]: https://github.com/bflad/chef-docker/issues/90
392397
[#91]: https://github.com/bflad/chef-docker/issues/91
393398
[#98]: https://github.com/bflad/chef-docker/issues/98
399+
[#101]: https://github.com/bflad/chef-docker/issues/101
400+
[#103]: https://github.com/bflad/chef-docker/issues/103
394401
[@jcrobak]: https://github.com/jcrobak
395402
[@wingrunr21]: https://github.com/wingrunr21

metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs/Configures Docker'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '0.32.1'
7+
version '0.32.2'
88
recipe 'docker', 'Installs/Configures Docker'
99
recipe 'docker::aufs', 'Installs/Loads AUFS Linux module'
1010
recipe 'docker::binary', 'Installs Docker binary'

0 commit comments

Comments
 (0)