Skip to content

Commit

Permalink
Release v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Jan 25, 2024
1 parent e1a3569 commit ea8c953
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.5.0](https://github.com/osc/puppet-module-openondemand/tree/v4.5.0) (2024-01-25)

[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v4.4.1...v4.5.0)

### Added

- Added support for files to configure cluster definitions [\#156](https://github.com/OSC/puppet-module-openondemand/pull/156) ([abujeda](https://github.com/abujeda))

## [v4.4.1](https://github.com/osc/puppet-module-openondemand/tree/v4.4.1) (2024-01-25)

[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v4.4.0...v4.4.1)
Expand Down
9 changes: 9 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1285,6 +1285,7 @@ The following parameters are available in the `openondemand::cluster` defined ty
* [`xdmod_resource_id`](#-openondemand--cluster--xdmod_resource_id)
* [`custom_config`](#-openondemand--cluster--custom_config)
* [`batch_connect`](#-openondemand--cluster--batch_connect)
* [`source`](#-openondemand--cluster--source)

##### <a name="-openondemand--cluster--cluster_title"></a>`cluster_title`

Expand Down Expand Up @@ -1803,6 +1804,14 @@ Data type: `Optional[Openondemand::Batch_connect]`



Default value: `undef`

##### <a name="-openondemand--cluster--source"></a>`source`

Data type: `Optional[Stdlib::Filesource]`

source file to create cluster configuration from.

Default value: `undef`

### <a name="openondemand--conf"></a>`openondemand::conf`
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.4.1",
"version": "4.5.0",
"author": "osc",
"summary": "Open OnDemand Puppet module",
"license": "Apache-2.0",
Expand Down

0 comments on commit ea8c953

Please sign in to comment.