Skip to content

Commit

Permalink
Release v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Dec 11, 2024
1 parent 9eb11b2 commit 25fee5f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
16 changes: 8 additions & 8 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).

## [v6.1.0](https://github.com/osc/puppet-module-openondemand/tree/v6.1.0) (2024-12-11)

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

### Added

- Add oidc\_crypto\_passphrase parameter [\#168](https://github.com/OSC/puppet-module-openondemand/pull/168) ([treydock](https://github.com/treydock))

## [v6.0.0](https://github.com/osc/puppet-module-openondemand/tree/v6.0.0) (2024-10-16)

[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v5.2.0...v6.0.0)
Expand Down Expand Up @@ -263,18 +271,10 @@ 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.5.0...v2.6.0)

### Added

- Support cluster custom\_config [\#63](https://github.com/OSC/puppet-module-openondemand/pull/63) ([treydock](https://github.com/treydock))

## [v2.5.0](https://github.com/osc/puppet-module-openondemand/tree/v2.5.0) (2021-07-29)

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

### Added

- Support K8 auto\_supplemental\_groups [\#62](https://github.com/OSC/puppet-module-openondemand/pull/62) ([treydock](https://github.com/treydock))

## [v2.4.1](https://github.com/osc/puppet-module-openondemand/tree/v2.4.1) (2021-07-21)

[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v2.4.0...v2.4.1)
Expand Down
9 changes: 9 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ The following parameters are available in the `openondemand` class:
* [`oidc_client_secret`](#-openondemand--oidc_client_secret)
* [`oidc_remote_user_claim`](#-openondemand--oidc_remote_user_claim)
* [`oidc_scope`](#-openondemand--oidc_scope)
* [`oidc_crypto_passphrase`](#-openondemand--oidc_crypto_passphrase)
* [`oidc_session_inactivity_timeout`](#-openondemand--oidc_session_inactivity_timeout)
* [`oidc_session_max_duration`](#-openondemand--oidc_session_max_duration)
* [`oidc_state_max_number_of_cookies`](#-openondemand--oidc_state_max_number_of_cookies)
Expand Down Expand Up @@ -729,6 +730,14 @@ OIDC scopes

Default value: `'openid profile email'`

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

Data type: `Optional[String]`

OIDC crypto passphrase

Default value: `undef`

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

Data type: `Integer`
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": "6.0.0",
"version": "6.1.0",
"author": "osc",
"summary": "Open OnDemand Puppet module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 25fee5f

Please sign in to comment.