Page MenuHomeSoftware Heritage

No OneTemporary

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d81d29..e1c53f3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,102 +1,9 @@
-##2016-07-13 - Version 5.3
-
-Several minor improvements to the Docker Compose support including:
-
-* Support for v2 of the Compose file syntax
-* Support refreshing the docker_compose resource
-* The ability to pass an install_path for custom installations
-* Passing arguments to docker-compose up
-* Ensuring curl is available when using it to install Compose
-
-New parameters for docker::run including stop_wait_time to allow
-containers time to stop when killed
-
-New parameters for the docker class, including icc, storage_setup_file
-
-Support for the overlay2 storage driver and the splunk log driver.
-
-Improvements to management when not using the upstream repository,
-including doing less to manage potentially unneeded dependencies.
-
-Support multiple registry authentications on the same host.
-
-Fix an issue with using docker::run on Swarm.
-
-Fix a number of issues if running the module with strict variables
-enabled, and add this to the tested conbinations.
-
-
-##2016-03-30 - Version 5.2
-
-This release includes some minor features and several bug fixes,
-including:
-
-* Support for specifying TLS settings for Docker connectivity
-* Added support for BIP and MTU options
-* Ensure containers are restarted if Docker is restarted
-* Support creating Docker Networks using Hiera
-* Fix issues with left over containers when using
- remove_container_on_stop
-* Use the plain HTTP package repository rather than HTTPS
-* Added Gentoo support
-* Support managing labels on Docker Engine
-
-
-##2016-02-12 - Version 5.1
-
-Note that changes in Docker 1.10 changed the flag used to start the
-docker daemon. If you are using a version of docker prior to 1.8 you
-will need to pass the docker_subcommand parameter with the '-d' option.
-
-
-This release includes a few minor bug-fixes along with several new features:
-
-* The module now allows for installing, and running, Docker Compose from
- Puppet, using both the docker::compose class the the docker_compose
- type.
-* The module also now allows for the creation and management of Docker
- Network using the new docker_network type
-* And the docker::run type now supports ensure => absent
-* Lots of options to configure the docker deaemon network
-* Support for installing Docker CS, the commercially supported Docker
- engine
-* Disable managing the docker service in Puppet
-
-Fixes include:
-
-* Ensuring idempotence of docker::run using deprecated params
-* Properly escaping variables in unless for docker::exec
-* Explicitly specify systemd as the service provider for recent versions
- of Ubuntu and Debian
-* Fix issue with Amazon Linux support
-
-##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
+# Version 1.0.1
+Updated metadata and CHANGELOG
+
+# Version 1.0.0
+Forked for garethr/docker v5.3.0
+Added support for:
+- Docker services within a swarm cluster
+- Swarm mode
+- Docker secrets
diff --git a/metadata.json b/metadata.json
index 7bab8a6..8f11708 100755
--- a/metadata.json
+++ b/metadata.json
@@ -1,62 +1,62 @@
{
"name": "puppetlabs-docker",
- "version": "1.0.0",
+ "version": "1.0.1",
"author": "Puppet Labs",
"summary": "Module for installing and managing docker",
"license": "Apache-2.0",
"source": "https://github.com/puppetlabs/puppetlabs-docker.git",
"project_page": "https://github.com/puppetlabs/puppetlabs-docker",
"issues_url": "https://github.com/puppetlabs/puppetlabs-docker/issues",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 4.1.0"},
{"name":"puppetlabs/apt","version_requirement":">= 2.1.0"},
{"name":"stahnma/epel","version_requirement":">= 0.0.6"}
],
"data_provider": null,
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"16.04"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8.0",
"9.0"
]
},
{
"operatingsystem": "Archlinux"
},
{
"operatingsystem": "Gentoo"
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"21"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.0.0"
}
]
}

File Metadata

Mime Type
text/x-diff
Expires
Thu, Sep 18, 4:37 AM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3320169

Event Timeline