Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Dec 22, 2017
1 parent e102c92 commit e0824cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,24 @@

This file is used to list changes made in each version of the docker cookbook.

## 3.0.0 (2017-12-22)

- Install docker-api via gem metadata. This bumps the required chef release for this cookbook to 12.10+
- Removed support for Ubuntu Precise
- Reworked the init system detection logic to work on additional platforms and without hardcoded distro version numbers
- Removed shasums from the binary installation resource for Docker 1.6-1.9.1 which are long ago EOL Docker releases
- Test on newer releases of openSUSE and Fedora and test on the latest Docker release

## 2.17.0 (2017-11-10)

- Update Amazon Linux to default to 17.06.2

## 2.16.4 (2017-10-30)

- quote log_opt

## 2.16.3 (2017-10-26)

- add init support to docker_container

## 2.16.2 (2017-10-05)
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Provides docker_service, docker_image, and docker_container resources'
version '2.17.0'
version '3.0.0'

source_url 'https://github.com/chef-cookbooks/docker'
issues_url 'https://github.com/chef-cookbooks/docker/issues'
Expand Down

0 comments on commit e0824cd

Please sign in to comment.