From 747495e7cf0ef9880eb373fb667feb923fd9a492 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 26 Jun 2021 03:03:35 +0000 Subject: [PATCH] Release prep v0.2.0 --- CHANGELOG.md | 12 ++++++++++++ REFERENCE.md | 9 +++++++++ metadata.json | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 188919d..309cfa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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). +## [v0.2.0](https://github.com/puppetlabs/RSAN/tree/v0.2.0) (2021-06-26) + +[Full Changelog](https://github.com/puppetlabs/RSAN/compare/v0.1.3...v0.2.0) + +### Added + +- Make NFS mounts optional [\#66](https://github.com/puppetlabs/RSAN/pull/66) ([MartyEwings](https://github.com/MartyEwings)) + +### Fixed + +- \(sup-2385\) Resolve unresponsive RSAN node as a result of missing NFS Server [\#64](https://github.com/puppetlabs/RSAN/pull/64) ([MartyEwings](https://github.com/MartyEwings)) + ## [v0.1.3](https://github.com/puppetlabs/RSAN/tree/v0.1.3) (2021-06-10) [Full Changelog](https://github.com/puppetlabs/RSAN/compare/0.1.2...v0.1.3) diff --git a/REFERENCE.md b/REFERENCE.md index c73e26f..8556797 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -47,6 +47,7 @@ The following parameters are available in the `rsan::exporter` class: * [`pg_user`](#pg_user) * [`pg_group`](#pg_group) * [`pg_psql_path`](#pg_psql_path) +* [`nfsmount`](#nfsmount) ##### `rsan_importer_ips` @@ -89,6 +90,14 @@ The path to the postgres binary in pe Default value: `'/opt/puppetlabs/server/bin/psql'` +##### `nfsmount` + +Data type: `Boolean` + +Trigger to turn NFS Mounts On Or Off + +Default value: ``true`` + ### `rsan::importer` Class to consume the resources provided by the exporter class. diff --git a/metadata.json b/metadata.json index 0c58a76..eee94cd 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-rsan", - "version": "0.1.3", + "version": "0.2.0", "author": "Martin Ewings", "summary": "Module to Configure Remote Support Access Node for Puppet Enterprise", "license": "Apache-2.0",