diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d228d8..90ea2ee 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). +## [v4.3.0](https://github.com/osc/puppet-module-openondemand/tree/v4.3.0) (2023-11-27) + +[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v4.2.1...v4.3.0) + +### Added + +- Support new module dependencies [\#144](https://github.com/OSC/puppet-module-openondemand/pull/144) ([treydock](https://github.com/treydock)) + +### Fixed + +- Removed Nginx stage ondemand title default value [\#142](https://github.com/OSC/puppet-module-openondemand/pull/142) ([abujeda](https://github.com/abujeda)) + ## [v4.2.1](https://github.com/osc/puppet-module-openondemand/tree/v4.2.1) (2023-10-06) [Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v4.2.0...v4.2.1) diff --git a/REFERENCE.md b/REFERENCE.md index 8eddd5a..d95adf7 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -748,7 +748,7 @@ Default value: `'ondemand'` ##### `nginx_stage_ondemand_title` -Data type: `String` +Data type: `Optional[String]` nginx_stage.yml ondemand_title diff --git a/metadata.json b/metadata.json index b46297d..3b1105d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "osc-openondemand", - "version": "4.2.1", + "version": "4.3.0", "author": "osc", "summary": "Open OnDemand Puppet module", "license": "Apache-2.0",