From 639977a31523805e8ab0a67bc816ea77cd2992c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 11:05:21 +0100 Subject: [PATCH] Release prep v0.1.2 (#53) Co-authored-by: GitHub Action --- CHANGELOG.md | 45 ++++++++++++++++++++++++++++++++++++++------- metadata.json | 2 +- 2 files changed, 39 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dee8e6e..b2b7398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,44 @@ -# Changelog +# Change log -All notable changes to this project will be documented in this file. +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). -## Release 0.1.0 +## [v0.1.2](https://github.com/puppetlabs/RSAN/tree/v0.1.2) (2021-05-07) -**Features** +[Full Changelog](https://github.com/puppetlabs/RSAN/compare/0.1.1...v0.1.2) -Initial Release +### Fixed -**Bugfixes** +- \(SUP-2412\) changed privatekey permissions for psql client [\#51](https://github.com/puppetlabs/RSAN/pull/51) ([MartyEwings](https://github.com/MartyEwings)) +- Fix for Issue 49 - New replica installation [\#50](https://github.com/puppetlabs/RSAN/pull/50) ([MartyEwings](https://github.com/MartyEwings)) +- Fix \#46 \(SUP-2384\) [\#47](https://github.com/puppetlabs/RSAN/pull/47) ([MartyEwings](https://github.com/MartyEwings)) +- \(SUP-2386\) updating documentation and dependancies \[SUP-2386\] [\#45](https://github.com/puppetlabs/RSAN/pull/45) ([MartyEwings](https://github.com/MartyEwings)) -**Known Issues** +## [0.1.1](https://github.com/puppetlabs/RSAN/tree/0.1.1) (2021-01-18) + +[Full Changelog](https://github.com/puppetlabs/RSAN/compare/0.1.0...0.1.1) + +### Fixed + +- Metadata and spelling corrections [\#42](https://github.com/puppetlabs/RSAN/pull/42) ([MartyEwings](https://github.com/MartyEwings)) + +## [0.1.0](https://github.com/puppetlabs/RSAN/tree/0.1.0) (2021-01-15) + +[Full Changelog](https://github.com/puppetlabs/RSAN/compare/9776f5017215976a4bb2da7565482e04ef4b065b...0.1.0) + +### Added + +- Documentation and release prep [\#41](https://github.com/puppetlabs/RSAN/pull/41) ([MartyEwings](https://github.com/MartyEwings)) +- remove mocha deprecation warnings [\#39](https://github.com/puppetlabs/RSAN/pull/39) ([MartyEwings](https://github.com/MartyEwings)) +- {WIP} remove exporter class state from infra nodes [\#36](https://github.com/puppetlabs/RSAN/pull/36) ([MartyEwings](https://github.com/MartyEwings)) +- Feature - PE Client tools Deployment [\#12](https://github.com/puppetlabs/RSAN/pull/12) ([MartyEwings](https://github.com/MartyEwings)) +- Morgan lillie [\#11](https://github.com/puppetlabs/RSAN/pull/11) ([morgan-lillie](https://github.com/morgan-lillie)) +- W.I.P. PR2: New functions created to query for each item - calling of functions in importer.pp [\#10](https://github.com/puppetlabs/RSAN/pull/10) ([liamjohnsexton](https://github.com/liamjohnsexton)) +- add codeownerfiles [\#9](https://github.com/puppetlabs/RSAN/pull/9) ([MartyEwings](https://github.com/MartyEwings)) + +### Fixed + +- https://github.com/MartyEwings/RSAN/issues/6 [\#7](https://github.com/puppetlabs/RSAN/pull/7) ([MartyEwings](https://github.com/MartyEwings)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/metadata.json b/metadata.json index 20c2991..0143310 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-rsan", - "version": "0.1.1", + "version": "0.1.2", "author": "Martin Ewings", "summary": "Module to Configure Remote Support Access Node for Puppet Enterprise", "license": "Apache-2.0",