Skip to content

Commit 4c1dda4

Browse files
authored
Merge pull request #876 from puppetlabs/release-prep
Release prep v6.0.1
2 parents 750754c + e1f7c7d commit 4c1dda4

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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).
44

5+
## [v6.0.1](https://github.com/puppetlabs/puppetlabs-docker/tree/v6.0.1) (2022-11-25)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v6.0.0...v6.0.1)
8+
9+
### Fixed
10+
11+
- Revert "\(maint\) Hardening manifests and tasks" [\#875](https://github.com/puppetlabs/puppetlabs-docker/pull/875) ([pmcmaw](https://github.com/pmcmaw))
12+
513
## [v6.0.0](https://github.com/puppetlabs/puppetlabs-docker/tree/v6.0.0) (2022-11-21)
614

715
[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v5.1.0...v6.0.0)

REFERENCE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4441,7 +4441,7 @@ Number of replicas
44414441

44424442
##### `expose`
44434443

4444-
Data type: `Variant[Array,Undef]`
4444+
Data type: `Variant[String,Array,Undef]`
44454445

44464446
Publish service ports externally to the swarm
44474447

@@ -4453,7 +4453,7 @@ Set environment variables
44534453

44544454
##### `command`
44554455

4456-
Data type: `Variant[Array,Undef]`
4456+
Data type: `Variant[String,Array,Undef]`
44574457

44584458
Command to run on the container
44594459

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-docker",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"author": "puppetlabs",
55
"summary": "Module for installing and managing docker",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)