Skip to content

Commit

Permalink
Merge pull request #278 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v3.0.1
  • Loading branch information
david22swan authored Oct 28, 2024
2 parents 08e9187 + 610bb8a commit 4b20a6c
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 @@ -5,6 +5,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).

## [v3.0.1](https://github.com/puppetlabs/provision/tree/v3.0.1) - 2024-10-28

[Full Changelog](https://github.com/puppetlabs/provision/compare/v3.0.0...v3.0.1)

### Fixed

- (MAINT) Install Puppet Server Task [#277](https://github.com/puppetlabs/provision/pull/277) ([coreymbe](https://github.com/coreymbe))

## [v3.0.0](https://github.com/puppetlabs/provision/tree/v3.0.0) - 2024-10-28

[Full Changelog](https://github.com/puppetlabs/provision/compare/v2.1.1...v3.0.0)
Expand Down
4 changes: 2 additions & 2 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,13 @@ install puppetserver community edition

Data type: `Optional[String[1]]`

The name of the node
The Puppet Server version

##### `platform`

Data type: `Optional[String[1]]`

The name of the node
The operating system and version

##### `retry`

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-provision",
"version": "3.0.0",
"version": "3.0.1",
"author": "puppetlabs",
"summary": "Provisions and tears down containers / vms / machines through tasks.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 4b20a6c

Please sign in to comment.