Skip to content

Commit 25fee5f

Browse files
committed
Release v6.1.0
1 parent 9eb11b2 commit 25fee5f

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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).
44

5+
## [v6.1.0](https://github.com/osc/puppet-module-openondemand/tree/v6.1.0) (2024-12-11)
6+
7+
[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v6.0.0...v6.1.0)
8+
9+
### Added
10+
11+
- Add oidc\_crypto\_passphrase parameter [\#168](https://github.com/OSC/puppet-module-openondemand/pull/168) ([treydock](https://github.com/treydock))
12+
513
## [v6.0.0](https://github.com/osc/puppet-module-openondemand/tree/v6.0.0) (2024-10-16)
614

715
[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v5.2.0...v6.0.0)
@@ -263,18 +271,10 @@ All notable changes to this project will be documented in this file. The format
263271

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

266-
### Added
267-
268-
- Support cluster custom\_config [\#63](https://github.com/OSC/puppet-module-openondemand/pull/63) ([treydock](https://github.com/treydock))
269-
270274
## [v2.5.0](https://github.com/osc/puppet-module-openondemand/tree/v2.5.0) (2021-07-29)
271275

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

274-
### Added
275-
276-
- Support K8 auto\_supplemental\_groups [\#62](https://github.com/OSC/puppet-module-openondemand/pull/62) ([treydock](https://github.com/treydock))
277-
278278
## [v2.4.1](https://github.com/osc/puppet-module-openondemand/tree/v2.4.1) (2021-07-21)
279279

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

REFERENCE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ The following parameters are available in the `openondemand` class:
124124
* [`oidc_client_secret`](#-openondemand--oidc_client_secret)
125125
* [`oidc_remote_user_claim`](#-openondemand--oidc_remote_user_claim)
126126
* [`oidc_scope`](#-openondemand--oidc_scope)
127+
* [`oidc_crypto_passphrase`](#-openondemand--oidc_crypto_passphrase)
127128
* [`oidc_session_inactivity_timeout`](#-openondemand--oidc_session_inactivity_timeout)
128129
* [`oidc_session_max_duration`](#-openondemand--oidc_session_max_duration)
129130
* [`oidc_state_max_number_of_cookies`](#-openondemand--oidc_state_max_number_of_cookies)
@@ -729,6 +730,14 @@ OIDC scopes
729730

730731
Default value: `'openid profile email'`
731732

733+
##### <a name="-openondemand--oidc_crypto_passphrase"></a>`oidc_crypto_passphrase`
734+
735+
Data type: `Optional[String]`
736+
737+
OIDC crypto passphrase
738+
739+
Default value: `undef`
740+
732741
##### <a name="-openondemand--oidc_session_inactivity_timeout"></a>`oidc_session_inactivity_timeout`
733742

734743
Data type: `Integer`

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osc-openondemand",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"author": "osc",
55
"summary": "Open OnDemand Puppet module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)