Skip to content

Commit

Permalink
Version bump and changelog for 5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed Dec 18, 2015
1 parent 67cfdee commit 84ff1f9
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 16 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
##2015-12-18 - Version 5.0

Note that this is a major release and in particular changes the default
repository behaviour so all supported operating systems use the new
Docker upstream repos.

This release includes:

* Full docker label support
* Support for CentOS 7 repository options
* Support for Docker's built-in restart policy
* Docker storage setup options support for systemd
* The ability to configure log drivers
* Support unless for docker exec
* Full datamapper property support, and deprecation of old property
names
* Allow arbitrary parameters to be passed to systemd
* Add ZFS storage driver support
* Allow docker image resources to be refreshed, pulling the latest
* Deprecates use_name, all containers are now named for the resource
* Support for Puppet 4.3 with the stricter parser


As well as fixes for:

* Fix running=false to not start the docker image on docker restart
under systemd
* Prevent timeouts for docker run
* Ensure docker is running before attempting to use docker run
* Obsfucate registry password from Puppet logs
30 changes: 14 additions & 16 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "garethr-docker",
"version": "4.1.1",
"version": "5.0.0",
"author": "Gareth Rushgrove",
"summary": "Module for installing and managing docker",
"license": "Apache-2.0",
Expand All @@ -13,27 +13,32 @@
"operatingsystemrelease": [
"7"
]
},{
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"6.6"
]
},{
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04",
"14.04"
]
},{
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7.8",
"8.0"
]
},{
},
{
"operatingsystem": "Archlinux"
},{
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"21"
Expand All @@ -51,15 +56,8 @@
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.1.0"
},{
"name": "puppetlabs/apt",
"version_requirement": ">= 1.8.0 <= 3.0.0"
},{
"name": "stahnma/epel",
"version_requirement": ">= 0.0.6"
}
{"name":"puppetlabs/stdlib","version_requirement":">= 4.1.0"},
{"name":"puppetlabs/apt","version_requirement":">= 1.8.0 <= 3.0.0"},
{"name":"stahnma/epel","version_requirement":">= 0.0.6"}
]
}

0 comments on commit 84ff1f9

Please sign in to comment.