Skip to content

Commit

Permalink
Merge pull request #230 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v2.1.1
  • Loading branch information
jordanbreen28 authored Jul 27, 2023
2 parents c551ae0 + b68425d commit e0f7487
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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).

## [v2.1.1](https://github.com/puppetlabs/provision/tree/v2.1.1) - 2023-07-27

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

### Fixed

- (CAT-1253) - Fixes undefined variable in vagrant provisioner [#228](https://github.com/puppetlabs/provision/pull/228) ([jordanbreen28](https://github.com/jordanbreen28))

## [v2.1.0](https://github.com/puppetlabs/provision/tree/v2.1.0) - 2023-07-25

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

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

### Changed
- (CONT-1241) - Version bump-up to 2.1.0 [#222](https://github.com/puppetlabs/provision/pull/222) ([Ramesh7](https://github.com/Ramesh7))
### Fixed

- (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))
- pdksync - (CONT-1219) - fail ci for puppetlabs members if no label [#220](https://github.com/puppetlabs/provision/pull/220) ([malikparvez](https://github.com/malikparvez))
- (CONT-990) - Adding Community Pull Requests template for tools [#219](https://github.com/puppetlabs/provision/pull/219) ([malikparvez](https://github.com/malikparvez))
- pdksync - (CONT-990) - Adding Community Pull Requests template [#218](https://github.com/puppetlabs/provision/pull/218) ([malikparvez](https://github.com/malikparvez))
- (CONT-930) - Roll out new changelog generator [#217](https://github.com/puppetlabs/provision/pull/217) ([jordanbreen28](https://github.com/jordanbreen28))
- Release prep v2.0.0 [#215](https://github.com/puppetlabs/provision/pull/215) ([github-actions](https://github.com/github-actions))

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

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

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

## [v1.0.0](https://github.com/puppetlabs/provision/tree/v1.0.0) - 2023-05-03
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-provision",
"version": "2.1.0",
"version": "2.1.1",
"author": "puppetlabs",
"summary": "Provisions and tears down containers / vms / machines through tasks.",
"license": "Apache-2.0",
Expand Down

0 comments on commit e0f7487

Please sign in to comment.