Skip to content

Commit

Permalink
Release v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Nov 27, 2023
1 parent 6e44eec commit 08101d3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 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).

## [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)
Expand Down
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ Default value: `'ondemand'`

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

Data type: `String`
Data type: `Optional[String]`

nginx_stage.yml ondemand_title

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

0 comments on commit 08101d3

Please sign in to comment.