Skip to content

Commit

Permalink
Release v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Sep 19, 2023
1 parent bfd5aa8 commit b80b74e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 13 deletions.
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.2.0](https://github.com/osc/puppet-module-openondemand/tree/v4.2.0) (2023-09-19)

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

### Added

- Refactor how cluster YAML is generated to stop using ERB template [\#137](https://github.com/OSC/puppet-module-openondemand/pull/137) ([treydock](https://github.com/treydock))

## [v4.1.0](https://github.com/osc/puppet-module-openondemand/tree/v4.1.0) (2023-06-16)

[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v4.0.0...v4.1.0)
Expand Down
24 changes: 12 additions & 12 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1318,11 +1318,11 @@ Default value: `false`

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

Data type: `Array[Openondemand::Acl]`
Data type: `Optional[Array[Openondemand::Acl]]`



Default value: `[]`
Default value: `undef`

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

Expand Down Expand Up @@ -1446,11 +1446,11 @@ Default value: `undef`

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

Data type: `Hash[String, Stdlib::Absolutepath]`
Data type: `Optional[Hash[String, Stdlib::Absolutepath]]`



Default value: `{}`
Default value: `undef`

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

Expand All @@ -1462,11 +1462,11 @@ Default value: `undef`

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

Data type: `Array[Stdlib::Host]`
Data type: `Optional[Array[Stdlib::Host]]`



Default value: `[]`
Default value: `undef`

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

Expand Down Expand Up @@ -1574,11 +1574,11 @@ Default value: `undef`

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

Data type: `Array[Openondemand::K8_mount]`
Data type: `Optional[Array[Openondemand::K8_mount]]`



Default value: `[]`
Default value: `undef`

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

Expand Down Expand Up @@ -1630,11 +1630,11 @@ Default value: `{}`

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

Data type: `Array[Openondemand::Acl]`
Data type: `Optional[Array[Openondemand::Acl]]`



Default value: `[]`
Default value: `undef`

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

Expand Down Expand Up @@ -1781,11 +1781,11 @@ Default value: `{}`

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

Data type: `Openondemand::Batch_connect`
Data type: `Optional[Openondemand::Batch_connect]`



Default value: `{}`
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.1.0",
"version": "4.2.0",
"author": "osc",
"summary": "Open OnDemand Puppet module",
"license": "Apache-2.0",
Expand Down

0 comments on commit b80b74e

Please sign in to comment.