File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
6
6
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 ) .
7
7
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
+
8
16
## [ v3.0.0] ( https://github.com/puppetlabs/provision/tree/v3.0.0 ) - 2024-10-28
9
17
10
18
[ Full Changelog] ( https://github.com/puppetlabs/provision/compare/v2.1.1...v3.0.0 )
Original file line number Diff line number Diff line change @@ -186,13 +186,13 @@ install puppetserver community edition
186
186
187
187
Data type: ` Optional[String[1]] `
188
188
189
- The name of the node
189
+ The Puppet Server version
190
190
191
191
##### ` platform `
192
192
193
193
Data type: ` Optional[String[1]] `
194
194
195
- The name of the node
195
+ The operating system and version
196
196
197
197
##### ` retry `
198
198
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-provision" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"author" : " puppetlabs" ,
5
5
"summary" : " Provisions and tears down containers / vms / machines through tasks." ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments