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.
55
66The 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 )
Original file line number Diff line number Diff line change @@ -186,13 +186,13 @@ install puppetserver community edition
186186
187187Data type: ` Optional[String[1]] `
188188
189- The name of the node
189+ The Puppet Server version
190190
191191##### ` platform `
192192
193193Data type: ` Optional[String[1]] `
194194
195- The name of the node
195+ The operating system and version
196196
197197##### ` retry `
198198
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments