Skip to content

Commit

Permalink
Merge pull request #876 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v6.0.1
  • Loading branch information
LukasAud committed Nov 25, 2022
2 parents 750754c + e1f7c7d commit 4c1dda4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4c1dda4

Please sign in to comment.