Skip to content

Commit 92a508e

Browse files
authored
Merge pull request #196 from puppetlabs/release-prep
Release prep v2.1.0
2 parents 5f431d7 + a68b314 commit 92a508e

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
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/puppetlabs-service/tree/v2.0.0) (2021-03-03)
5+
## [v2.1.0](https://github.com/puppetlabs/puppetlabs-service/tree/v2.1.0) (2021-08-25)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-service/compare/v2.0.0...v2.1.0)
8+
9+
### Added
10+
11+
- pdksync - \(IAC-1720\) - Add Support for Ubuntu 20.04 [\#195](https://github.com/puppetlabs/puppetlabs-service/pull/195) ([david22swan](https://github.com/david22swan))
12+
- pdksync - \(IAC-1709\) - Add Support for Debian 11 [\#193](https://github.com/puppetlabs/puppetlabs-service/pull/193) ([david22swan](https://github.com/david22swan))
13+
- pdksync - \(IAC-1719\) - Add Support for Debian 10 [\#192](https://github.com/puppetlabs/puppetlabs-service/pull/192) ([david22swan](https://github.com/david22swan))
14+
15+
## [v2.0.0](https://github.com/puppetlabs/puppetlabs-service/tree/v2.0.0) (2021-03-04)
616

717
[Full Changelog](https://github.com/puppetlabs/puppetlabs-service/compare/v1.4.0...v2.0.0)
818

@@ -51,10 +61,6 @@ All notable changes to this project will be documented in this file. The format
5161
- \(FM-8159\) Add Windows Server 2019 support [\#98](https://github.com/puppetlabs/puppetlabs-service/pull/98) ([eimlav](https://github.com/eimlav))
5262
- \(FM-8047\) Add RedHat8 as supported OS [\#97](https://github.com/puppetlabs/puppetlabs-service/pull/97) ([michaeltlombardi](https://github.com/michaeltlombardi))
5363

54-
### Fixed
55-
56-
- pdksync - \(FM-7655\) Fix rubygems-update for ruby \< 2.3 [\#62](https://github.com/puppetlabs/puppetlabs-service/pull/62) ([tphoney](https://github.com/tphoney))
57-
5864
## [1.0.0](https://github.com/puppetlabs/puppetlabs-service/tree/1.0.0) (2019-04-24)
5965

6066
[Full Changelog](https://github.com/puppetlabs/puppetlabs-service/compare/v0.6.0...1.0.0)
@@ -69,8 +75,8 @@ All notable changes to this project will be documented in this file. The format
6975

7076
### Added
7177

72-
- \(SEN-796\) Move extension metadata [\#86](https://github.com/puppetlabs/puppetlabs-service/pull/86) ([conormurraypuppet](https://github.com/conormurraypuppet))
73-
- \(SEN-796\) Add discovery extension metadata [\#85](https://github.com/puppetlabs/puppetlabs-service/pull/85) ([conormurraypuppet](https://github.com/conormurraypuppet))
78+
- \(SEN-796\) Move extension metadata [\#86](https://github.com/puppetlabs/puppetlabs-service/pull/86) ([conormurray95](https://github.com/conormurray95))
79+
- \(SEN-796\) Add discovery extension metadata [\#85](https://github.com/puppetlabs/puppetlabs-service/pull/85) ([conormurray95](https://github.com/conormurray95))
7480
- \(BOLT-1103\) Unify output of task implementations [\#83](https://github.com/puppetlabs/puppetlabs-service/pull/83) ([donoghuc](https://github.com/donoghuc))
7581

7682
### Fixed
@@ -88,6 +94,7 @@ All notable changes to this project will be documented in this file. The format
8894
### Fixed
8995

9096
- \(MODULES-8420\) Move to GEM\_BOLT pattern [\#65](https://github.com/puppetlabs/puppetlabs-service/pull/65) ([donoghuc](https://github.com/donoghuc))
97+
- pdksync - \(FM-7655\) Fix rubygems-update for ruby \< 2.3 [\#62](https://github.com/puppetlabs/puppetlabs-service/pull/62) ([tphoney](https://github.com/tphoney))
9198

9299
## [0.4.0](https://github.com/puppetlabs/puppetlabs-service/tree/0.4.0) (2018-09-28)
93100

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-service",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"author": "puppetlabs",
55
"summary": "Tasks that manipulate a service",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)