Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
Release prep v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Feb 27, 2021
1 parent d080251 commit f346cd0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.0.0](https://github.com/puppetlabs/puppetlabs-resource/tree/v2.0.0) (2021-02-27)

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

### Changed

- pdksync - Remove Puppet 5 from testing and bump minimal version to 6.0.0 [\#111](https://github.com/puppetlabs/puppetlabs-resource/pull/111) ([carabasdaniel](https://github.com/carabasdaniel))

### Added

- pdksync - \(feat\) - Add support for Puppet 7 [\#108](https://github.com/puppetlabs/puppetlabs-resource/pull/108) ([daianamezdrea](https://github.com/daianamezdrea))
- pdksync - \(IAC-973\) - Update travis/appveyor to run on new default branch `main` [\#100](https://github.com/puppetlabs/puppetlabs-resource/pull/100) ([david22swan](https://github.com/david22swan))

## [v1.1.0](https://github.com/puppetlabs/puppetlabs-resource/tree/v1.1.0) (2019-12-09)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-resource/compare/v1.0.0...v1.1.0)
Expand All @@ -17,6 +30,7 @@ All notable changes to this project will be documented in this file. The format
### Changed

- pdksync - FM-8499 remove ubuntu 14 support [\#73](https://github.com/puppetlabs/puppetlabs-resource/pull/73) ([lionce](https://github.com/lionce))
- pdksync - \(MODULES-8444\) - Raise lower Puppet bound [\#51](https://github.com/puppetlabs/puppetlabs-resource/pull/51) ([david22swan](https://github.com/david22swan))

### Added

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

[Full Changelog](https://github.com/puppetlabs/puppetlabs-resource/compare/0.3.1...v0.4.0)

### Changed

- pdksync - \(MODULES-8444\) - Raise lower Puppet bound [\#51](https://github.com/puppetlabs/puppetlabs-resource/pull/51) ([david22swan](https://github.com/david22swan))

### Added

- \(FM-8158\) Add Windows Server 2019 support [\#56](https://github.com/puppetlabs/puppetlabs-resource/pull/56) ([eimlav](https://github.com/eimlav))
Expand Down
5 changes: 3 additions & 2 deletions REFERENCE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Reference

<!-- DO NOT EDIT: This document was generated by Puppet Strings -->

## Table of Contents

**Tasks**
### Tasks

* [`init`](#init): Inspect the value of resources

## Tasks

### init
### <a name="init"></a>`init`

Inspect the value of resources

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-resource",
"version": "1.1.0",
"version": "2.0.0",
"author": "puppetlabs",
"summary": "Tasks that lets you inspect resources on a system",
"license": "Apache-2.0",
Expand Down

0 comments on commit f346cd0

Please sign in to comment.