Skip to content

Commit

Permalink
Bump version to 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Jun 24, 2014
1 parent db65ddc commit 42570f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
## 1.0.0 (unreleased)

It appears we're getting close to Docker 1.0, which will mean a 1.0 release of the cookbook that removes any attribute deprecations.
* Changed default Docker port to IANA assigned 2375

Attribute deprecations so you can be sure you can upgrade:
Attribute deprecations:

* storage_type attribute renamed to storage_driver
* virtualization_type attribute renamed to exec_driver
* image LWRP dockerfile, image_url, and path attributes replaced with source attribute
* 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
* container LWRP networking attribute: use net attribute instead

## 0.35.0 (unreleased)
## 0.35.0

After a long personal hiatus (sorry!), this is the first intermediate release getting us closer to 1.0 for the cookbook.
After a long personal hiatus (sorry!), this is the last minor release before 1.0 of the cookbook. If you can handle the Docker port number change and don't use anything deprecated, upgrading to 1.0.X from 0.35.X of the cookbook should be very easy.

This release has a bunch of changes and hasn't been fully tested yet. Wanted to get it out there for broad testing. Please use caution!

Major kudos to @tduffield for the [#147][] PR, which includes:
* Binary Installation
Expand Down
3 changes: 2 additions & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
license 'Apache 2.0'
description 'Installs/Configures Docker'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.34.2'
version '0.35.0'

recipe 'docker', 'Installs/Configures Docker'
recipe 'docker::aufs', 'Installs/Loads AUFS Linux module'
recipe 'docker::binary', 'Installs Docker binary'
recipe 'docker::cgroups', 'Installs/configures default platform Control Groups support'
recipe 'docker::dep_check', 'Runs Docker dependency checks'
recipe 'docker::devicemapper', 'Installs/Configures Device Mapper'
recipe 'docker::group', 'Installs/Configures docker group'
recipe 'docker::lxc', 'Installs/configures default platform LXC support'
Expand Down

0 comments on commit 42570f3

Please sign in to comment.