From d5786b7733fabb425d6fbf13380b80caea472144 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Thu, 26 Jun 2014 01:43:45 -0400 Subject: [PATCH] Bump version to 0.35.2 --- CHANGELOG.md | 9 +++++++++ metadata.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb958a18b6..fa7743d75d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/metadata.rb b/metadata.rb index b090d185e9..bad1ad7e8c 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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'