diff --git a/CHANGELOG.md b/CHANGELOG.md index f67d4be2..d5c7fe17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). +## [v6.0.1](https://github.com/puppetlabs/puppetlabs-docker/tree/v6.0.1) (2022-11-25) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v6.0.0...v6.0.1) + +### Fixed + +- Revert "\(maint\) Hardening manifests and tasks" [\#875](https://github.com/puppetlabs/puppetlabs-docker/pull/875) ([pmcmaw](https://github.com/pmcmaw)) + ## [v6.0.0](https://github.com/puppetlabs/puppetlabs-docker/tree/v6.0.0) (2022-11-21) [Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v5.1.0...v6.0.0) diff --git a/REFERENCE.md b/REFERENCE.md index 5a192f3d..8081db06 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -4441,7 +4441,7 @@ Number of replicas ##### `expose` -Data type: `Variant[Array,Undef]` +Data type: `Variant[String,Array,Undef]` Publish service ports externally to the swarm @@ -4453,7 +4453,7 @@ Set environment variables ##### `command` -Data type: `Variant[Array,Undef]` +Data type: `Variant[String,Array,Undef]` Command to run on the container diff --git a/metadata.json b/metadata.json index edbe1754..d0fb2da1 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-docker", - "version": "6.0.0", + "version": "6.0.1", "author": "puppetlabs", "summary": "Module for installing and managing docker", "license": "Apache-2.0",