diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea6d963..4b9dca5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)
@@ -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)
diff --git a/REFERENCE.md b/REFERENCE.md
index df1415f..5e08f76 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -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)
@@ -729,6 +730,14 @@ OIDC scopes
Default value: `'openid profile email'`
+##### `oidc_crypto_passphrase`
+
+Data type: `Optional[String]`
+
+OIDC crypto passphrase
+
+Default value: `undef`
+
##### `oidc_session_inactivity_timeout`
Data type: `Integer`
diff --git a/metadata.json b/metadata.json
index 1d1a70b..745bbaa 100644
--- a/metadata.json
+++ b/metadata.json
@@ -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",