Skip to content

Commit

Permalink
Bump version to 0.35.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Jun 26, 2014
1 parent 19f9d46 commit d5786b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Attribute deprecations:
* container LWRP public_port attribute: use port attribute instead
* container LWRP networking attribute: use net attribute instead

## 0.35.2

* Bugfix: [#171][]: Default Ubuntu 14.04 to Docker PPA
* Bugfix: [#175][]: Do not set --selinux-enabled in opts unless explicitly defined for older versions
* Bugfix: [#176][]: Use docker host attribute in docker_container Upstart inotifywait

## 0.35.1

* Bugfix: [#172][]: Generate no cidfile by default, even when deploying as service
Expand Down Expand Up @@ -540,7 +546,10 @@ Lots of community contributions this release -- thanks!
[#166]: https://github.com/bflad/chef-docker/issues/166
[#168]: https://github.com/bflad/chef-docker/issues/168
[#169]: https://github.com/bflad/chef-docker/issues/169
[#171]: https://github.com/bflad/chef-docker/issues/171
[#172]: https://github.com/bflad/chef-docker/issues/172
[#173]: https://github.com/bflad/chef-docker/issues/173
[#175]: https://github.com/bflad/chef-docker/issues/175
[#176]: https://github.com/bflad/chef-docker/issues/176
[@jcrobak]: https://github.com/jcrobak
[@wingrunr21]: https://github.com/wingrunr21
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures Docker'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.35.1'
version '0.35.2'

recipe 'docker', 'Installs/Configures Docker'
recipe 'docker::aufs', 'Installs/Loads AUFS Linux module'
Expand Down

0 comments on commit d5786b7

Please sign in to comment.