Skip to content

Commit 8d33b79

Browse files
authored
Merge pull request #215 from puppetlabs/release-prep
Release prep v2.0.0
2 parents 01b3d73 + 32c0e0e commit 8d33b79

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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).
44

5+
## [v2.0.0](https://github.com/puppetlabs/provision/tree/v2.0.0) (2023-05-04)
6+
7+
[Full Changelog](https://github.com/puppetlabs/provision/compare/v1.0.0...v2.0.0)
8+
9+
### Changed
10+
11+
- \(CONT-809\) Add Puppet 8 support [\#205](https://github.com/puppetlabs/provision/pull/205) ([GSPatton](https://github.com/GSPatton))
12+
513
## [v1.0.0](https://github.com/puppetlabs/provision/tree/v1.0.0) (2023-05-03)
614

715
[Full Changelog](https://github.com/puppetlabs/provision/compare/254ad83d7bea85d163c3a6399dc86025af733cd3...v1.0.0)
@@ -35,7 +43,6 @@ All notable changes to this project will be documented in this file. The format
3543
- Add vars support to the docker provisioner [\#96](https://github.com/puppetlabs/provision/pull/96) ([rtib](https://github.com/rtib))
3644
- \(MODULES-10415\) add params for vagrant: provider, cpus & memory [\#91](https://github.com/puppetlabs/provision/pull/91) ([zoojar](https://github.com/zoojar))
3745
- Clean up SSH setup on docker provisioning [\#77](https://github.com/puppetlabs/provision/pull/77) ([ekohl](https://github.com/ekohl))
38-
- Support EL8 for Docker provisioning [\#72](https://github.com/puppetlabs/provision/pull/72) ([treydock](https://github.com/treydock))
3946

4047
### Fixed
4148

@@ -92,7 +99,6 @@ All notable changes to this project will be documented in this file. The format
9299
- \(MAINT\) Downcase platform for windows regex check [\#90](https://github.com/puppetlabs/provision/pull/90) ([michaeltlombardi](https://github.com/michaeltlombardi))
93100
- Add vars support to the docker\_exp provisioner [\#80](https://github.com/puppetlabs/provision/pull/80) ([Sharpie](https://github.com/Sharpie))
94101
- Dont exit when a command returns a non-0 exit code [\#78](https://github.com/puppetlabs/provision/pull/78) ([da-ar](https://github.com/da-ar))
95-
- \(FM-8344\) Error on exlusive params [\#73](https://github.com/puppetlabs/provision/pull/73) ([michaeltlombardi](https://github.com/michaeltlombardi))
96102

97103

98104

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": "1.0.0",
3+
"version": "2.0.0",
44
"author": "puppetlabs",
55
"summary": "Provisions and tears down containers / vms / machines through tasks.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)