Skip to content

Commit 07f7378

Browse files
authored
Merge pull request #141 from puppetlabs/release-prep
Release prep v1.1.0
2 parents 2af4975 + 7738a05 commit 07f7378

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
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-
## [v1.0.0](https://github.com/puppetlabs/puppetlabs-puppet_conf/tree/v1.0.0) (2021-02-27)
5+
## [v1.1.0](https://github.com/puppetlabs/puppetlabs-puppet_conf/tree/v1.1.0) (2021-03-13)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_conf/compare/v1.0.0...v1.1.0)
8+
9+
### Added
10+
11+
- Add delete action [\#140](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/140) ([fetzerms](https://github.com/fetzerms))
12+
13+
## [v1.0.0](https://github.com/puppetlabs/puppetlabs-puppet_conf/tree/v1.0.0) (2021-03-01)
614

715
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_conf/compare/v0.8.0...v1.0.0)
816

@@ -18,10 +26,6 @@ All notable changes to this project will be documented in this file. The format
1826

1927
- pdksync - \(feat\) Add support for Puppet 7 [\#125](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/125) ([daianamezdrea](https://github.com/daianamezdrea))
2028

21-
### Fixed
22-
23-
- pdksync - \(FM-7655\) Fix rubygems-update for ruby \< 2.3 [\#46](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/46) ([tphoney](https://github.com/tphoney))
24-
2529
## [v.0.7.0](https://github.com/puppetlabs/puppetlabs-puppet_conf/tree/v.0.7.0) (2020-11-16)
2630

2731
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_conf/compare/v0.6.0...v.0.7.0)
@@ -64,6 +68,10 @@ All notable changes to this project will be documented in this file. The format
6468

6569
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_conf/compare/0.3.0...0.3.1)
6670

71+
### Fixed
72+
73+
- pdksync - \(FM-7655\) Fix rubygems-update for ruby \< 2.3 [\#46](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/46) ([tphoney](https://github.com/tphoney))
74+
6775
## [0.3.0](https://github.com/puppetlabs/puppetlabs-puppet_conf/tree/0.3.0) (2018-09-27)
6876

6977
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_conf/compare/0.2.1...0.3.0)

REFERENCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Inspect puppet agent configuration settings
2020

2121
##### `action`
2222

23-
Data type: `Enum[get, set]`
23+
Data type: `Enum[get, set, delete]`
2424

25-
The operation (get, set) to perform on the configuration setting
25+
The operation (get, set, delete) to perform on the configuration setting
2626

2727
##### `section`
2828

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-puppet_conf",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"author": "puppetlabs",
55
"summary": "Tasks that manipulates a puppet configuration file",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)