Skip to content

Commit 7aa5da8

Browse files
authored
Merge pull request #264 from puppetlabs/release-prep
Release prep v2.1.0
2 parents 65ad472 + ed86787 commit 7aa5da8

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

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

717
[Full Changelog](https://github.com/puppetlabs/puppetlabs-package/compare/v1.4.0...v2.0.0)
@@ -101,8 +111,8 @@ All notable changes to this project will be documented in this file. The format
101111

102112
### Added
103113

104-
- \(SEN-795\) Move extension metadata to init.json [\#119](https://github.com/puppetlabs/puppetlabs-package/pull/119) ([conormurraypuppet](https://github.com/conormurraypuppet))
105-
- \(SEN-795\) Add discovery extension metadata [\#118](https://github.com/puppetlabs/puppetlabs-package/pull/118) ([conormurraypuppet](https://github.com/conormurraypuppet))
114+
- \(SEN-795\) Move extension metadata to init.json [\#119](https://github.com/puppetlabs/puppetlabs-package/pull/119) ([conormurray95](https://github.com/conormurray95))
115+
- \(SEN-795\) Add discovery extension metadata [\#118](https://github.com/puppetlabs/puppetlabs-package/pull/118) ([conormurray95](https://github.com/conormurray95))
106116
- \(BOLT-1104\) Unify task implementation output [\#117](https://github.com/puppetlabs/puppetlabs-package/pull/117) ([donoghuc](https://github.com/donoghuc))
107117

108118
### Fixed

metadata.json

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

0 commit comments

Comments
 (0)