From e3f74379827c25a41001176aaede3a8e8a04ebba Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Fri, 6 Sep 2024 10:52:26 -0400 Subject: [PATCH] Release v5.1.0 --- CHANGELOG.md | 16 ++++++++++++---- REFERENCE.md | 4 ++-- metadata.json | 2 +- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0181328..3f48295 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). +## [v5.1.0](https://github.com/osc/puppet-module-openondemand/tree/v5.1.0) (2024-09-06) + +[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v5.0.1...v5.1.0) + +### Added + +- Added support to configure the GPG check for the OnDemand repo [\#159](https://github.com/OSC/puppet-module-openondemand/pull/159) ([abujeda](https://github.com/abujeda)) + +### Fixed + +- Don't wrap yaml lines for confs [\#160](https://github.com/OSC/puppet-module-openondemand/pull/160) ([mattmix](https://github.com/mattmix)) + ## [v5.0.1](https://github.com/osc/puppet-module-openondemand/tree/v5.0.1) (2024-04-17) [Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v5.0.0...v5.0.1) @@ -274,10 +286,6 @@ All notable changes to this project will be documented in this file. The format [Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v2.1.0...v2.2.0) -### Added - -- Support pinned apps, dashboard layout and ondemand.d configuration files [\#55](https://github.com/OSC/puppet-module-openondemand/pull/55) ([treydock](https://github.com/treydock)) - ## [v2.1.0](https://github.com/osc/puppet-module-openondemand/tree/v2.1.0) (2021-05-26) [Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v2.0.0...v2.1.0) diff --git a/REFERENCE.md b/REFERENCE.md index bab79b6..df1415f 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -203,7 +203,7 @@ Default value: `'https://yum.osc.edu/ondemand/RPM-GPG-KEY-ondemand-SHA512'` Data type: `Variant[Boolean, Enum['1','0', 'yes', 'no']]` -Boolean to enable or disable the GPG check for the OnDemand repo +Boolean to enable or disable the GPG check for the OnDemand repo. Defaults to enabled Default value: `'1'` @@ -211,7 +211,7 @@ Default value: `'1'` Data type: `Variant[Boolean, Enum['1','0', 'yes', 'no']]` -Boolean to enable or disable the repo GPG check for the OnDemand repo +Boolean to enable or disable the repo GPG check for the OnDemand repo. Defaults to enabled Default value: `'1'` diff --git a/metadata.json b/metadata.json index 51b4524..a37a39e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "osc-openondemand", - "version": "5.0.1", + "version": "5.1.0", "author": "osc", "summary": "Open OnDemand Puppet module", "license": "Apache-2.0",