Skip to content

Commit

Permalink
Bump release to 0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Apr 16, 2014
1 parent 291616f commit 4add575
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Attribute deprecations so you can be sure you can upgrade:
* container LWRP Fixnum port attribute: use full String notation from Docker documentation in port attribute instead
* container LWRP public_port attribute: use port attribute instead

## 0.34.1

* [#134][]: Bugfix: Fix docker_registry login handling, fixes #114

## 0.34.0

Attributes now available for all docker daemon flags as well as system IP forwarding.
Expand Down Expand Up @@ -468,5 +472,6 @@ Lots of community contributions this release -- thanks!
[#128]: https://github.com/bflad/chef-docker/issues/128
[#132]: https://github.com/bflad/chef-docker/issues/132
[#133]: https://github.com/bflad/chef-docker/issues/133
[#134]: https://github.com/bflad/chef-docker/issues/134
[@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.34.0'
version '0.34.1'

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

0 comments on commit 4add575

Please sign in to comment.