Skip to content

Commit

Permalink
Merge pull request #219 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v2.3.0
  • Loading branch information
LukasAud authored Oct 3, 2022
2 parents 50b773e + 7141417 commit 8d585a2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
27 changes: 18 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,34 @@

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.2.0](https://github.com/puppetlabs/puppetlabs-service/tree/v2.2.0) - 2022-05-16
## [v2.3.0](https://github.com/puppetlabs/puppetlabs-service/tree/v2.3.0) (2022-10-03)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-service/compare/v2.1.0...v2.2.0)
[Full Changelog](https://github.com/puppetlabs/puppetlabs-service/compare/v2.2.0...v2.3.0)

### Added

- pdksync - (FM-8922) - Add Support for Windows 2022 [#205](https://github.com/puppetlabs/puppetlabs-service/pull/205) ([david22swan](https://github.com/david22swan))
- pdksync - \(GH-cat-11\) Certify Support for Ubuntu 22.04 [\#217](https://github.com/puppetlabs/puppetlabs-service/pull/217) ([david22swan](https://github.com/david22swan))
- pdksync - \(GH-cat-12\) Add Support for Redhat 9 [\#216](https://github.com/puppetlabs/puppetlabs-service/pull/216) ([david22swan](https://github.com/david22swan))

### Fixed

- pdksync - (IAC-1753) - Add Support for AlmaLinux 8 [#199](https://github.com/puppetlabs/puppetlabs-service/pull/199) ([david22swan](https://github.com/david22swan))
- \(MAINT\) Dropped support for windows server 2008 R2. [\#218](https://github.com/puppetlabs/puppetlabs-service/pull/218) ([jordanbreen28](https://github.com/jordanbreen28))

- pdksync - (IAC-1751) - Add Support for Rocky 8 [#198](https://github.com/puppetlabs/puppetlabs-service/pull/198) ([david22swan](https://github.com/david22swan))
## [v2.2.0](https://github.com/puppetlabs/puppetlabs-service/tree/v2.2.0) (2022-05-16)

### Fixed
[Full Changelog](https://github.com/puppetlabs/puppetlabs-service/compare/v2.1.0...v2.2.0)

### Added

- pdksync - (GH-iac-334) Remove Support for Ubuntu 14.04/16.04 [#207](https://github.com/puppetlabs/puppetlabs-service/pull/207) ([david22swan](https://github.com/david22swan))
- pdksync - \(FM-8922\) - Add Support for Windows 2022 [\#205](https://github.com/puppetlabs/puppetlabs-service/pull/205) ([david22swan](https://github.com/david22swan))
- pdksync - \(IAC-1753\) - Add Support for AlmaLinux 8 [\#199](https://github.com/puppetlabs/puppetlabs-service/pull/199) ([david22swan](https://github.com/david22swan))
- pdksync - \(IAC-1751\) - Add Support for Rocky 8 [\#198](https://github.com/puppetlabs/puppetlabs-service/pull/198) ([david22swan](https://github.com/david22swan))

- pdksync - (IAC-1787) Remove Support for CentOS 6 [#202](https://github.com/puppetlabs/puppetlabs-service/pull/202) ([david22swan](https://github.com/david22swan))
### Fixed

- pdksync - (IAC-1598) - Remove Support for Debian 8 [#197](https://github.com/puppetlabs/puppetlabs-service/pull/197) ([david22swan](https://github.com/david22swan))
- pdksync - \(GH-iac-334\) Remove Support for Ubuntu 14.04/16.04 [\#207](https://github.com/puppetlabs/puppetlabs-service/pull/207) ([david22swan](https://github.com/david22swan))
- pdksync - \(IAC-1787\) Remove Support for CentOS 6 [\#202](https://github.com/puppetlabs/puppetlabs-service/pull/202) ([david22swan](https://github.com/david22swan))
- pdksync - \(IAC-1598\) - Remove Support for Debian 8 [\#197](https://github.com/puppetlabs/puppetlabs-service/pull/197) ([david22swan](https://github.com/david22swan))

## [v2.1.0](https://github.com/puppetlabs/puppetlabs-service/tree/v2.1.0) (2021-08-25)

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-service",
"version": "2.2.0",
"version": "2.3.0",
"author": "puppetlabs",
"summary": "Tasks that manipulate a service",
"license": "Apache-2.0",
Expand Down
2 changes: 2 additions & 0 deletions pdk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
ignore: []

0 comments on commit 8d585a2

Please sign in to comment.