Skip to content

Commit e0f7487

Browse files
Merge pull request #230 from puppetlabs/release-prep
Release prep v2.1.1
2 parents c551ae0 + b68425d commit e0f7487

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 10 additions & 8 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+
## [v2.1.1](https://github.com/puppetlabs/provision/tree/v2.1.1) - 2023-07-27
9+
10+
[Full Changelog](https://github.com/puppetlabs/provision/compare/v2.1.0...v2.1.1)
11+
12+
### Fixed
13+
14+
- (CAT-1253) - Fixes undefined variable in vagrant provisioner [#228](https://github.com/puppetlabs/provision/pull/228) ([jordanbreen28](https://github.com/jordanbreen28))
15+
816
## [v2.1.0](https://github.com/puppetlabs/provision/tree/v2.1.0) - 2023-07-25
917

1018
[Full Changelog](https://github.com/puppetlabs/provision/compare/v2.0.0...v2.1.0)
@@ -13,21 +21,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1321

1422
- (maint) - Add connect-timeout to transport [#216](https://github.com/puppetlabs/provision/pull/216) ([jordanbreen28](https://github.com/jordanbreen28))
1523

16-
### Changed
17-
- (CONT-1241) - Version bump-up to 2.1.0 [#222](https://github.com/puppetlabs/provision/pull/222) ([Ramesh7](https://github.com/Ramesh7))
24+
### Fixed
25+
1826
- (CONT-1241) - Retrying when response body is nil or empty but response code is 200 [#221](https://github.com/puppetlabs/provision/pull/221) ([Ramesh7](https://github.com/Ramesh7))
19-
- pdksync - (CONT-1219) - fail ci for puppetlabs members if no label [#220](https://github.com/puppetlabs/provision/pull/220) ([malikparvez](https://github.com/malikparvez))
20-
- (CONT-990) - Adding Community Pull Requests template for tools [#219](https://github.com/puppetlabs/provision/pull/219) ([malikparvez](https://github.com/malikparvez))
21-
- pdksync - (CONT-990) - Adding Community Pull Requests template [#218](https://github.com/puppetlabs/provision/pull/218) ([malikparvez](https://github.com/malikparvez))
22-
- (CONT-930) - Roll out new changelog generator [#217](https://github.com/puppetlabs/provision/pull/217) ([jordanbreen28](https://github.com/jordanbreen28))
23-
- Release prep v2.0.0 [#215](https://github.com/puppetlabs/provision/pull/215) ([github-actions](https://github.com/github-actions))
2427

2528
## [v2.0.0](https://github.com/puppetlabs/provision/tree/v2.0.0) - 2023-05-04
2629

2730
[Full Changelog](https://github.com/puppetlabs/provision/compare/v1.0.0...v2.0.0)
2831

2932
### Changed
30-
- Fix release workflow [#214](https://github.com/puppetlabs/provision/pull/214) ([GSPatton](https://github.com/GSPatton))
3133
- (CONT-809) Add Puppet 8 support [#205](https://github.com/puppetlabs/provision/pull/205) ([GSPatton](https://github.com/GSPatton))
3234

3335
## [v1.0.0](https://github.com/puppetlabs/provision/tree/v1.0.0) - 2023-05-03

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": "2.1.0",
3+
"version": "2.1.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)