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 Apr 10, 2021
1 parent adebaa9 commit fb3556f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
13 changes: 13 additions & 0 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-04-10)

[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 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 fb3556f

Please sign in to comment.