Skip to content

Commit

Permalink
Release v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Sep 6, 2024
1 parent 94dbd35 commit e3f7437
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,15 +203,15 @@ 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'`

##### <a name="-openondemand--repo_repogpgcheck"></a>`repo_repogpgcheck`

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'`

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": "osc-openondemand",
"version": "5.0.1",
"version": "5.1.0",
"author": "osc",
"summary": "Open OnDemand Puppet module",
"license": "Apache-2.0",
Expand Down

0 comments on commit e3f7437

Please sign in to comment.