Skip to content

Commit 4b20a6c

Browse files
authored
Merge pull request #278 from puppetlabs/release-prep
Release prep v3.0.1
2 parents 08e9187 + 610bb8a commit 4b20a6c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55

66
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).
77

8+
## [v3.0.1](https://github.com/puppetlabs/provision/tree/v3.0.1) - 2024-10-28
9+
10+
[Full Changelog](https://github.com/puppetlabs/provision/compare/v3.0.0...v3.0.1)
11+
12+
### Fixed
13+
14+
- (MAINT) Install Puppet Server Task [#277](https://github.com/puppetlabs/provision/pull/277) ([coreymbe](https://github.com/coreymbe))
15+
816
## [v3.0.0](https://github.com/puppetlabs/provision/tree/v3.0.0) - 2024-10-28
917

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

REFERENCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,13 @@ install puppetserver community edition
186186

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

189-
The name of the node
189+
The Puppet Server version
190190

191191
##### `platform`
192192

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

195-
The name of the node
195+
The operating system and version
196196

197197
##### `retry`
198198

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-provision",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"author": "puppetlabs",
55
"summary": "Provisions and tears down containers / vms / machines through tasks.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)