diff --git a/CHANGELOG.md b/CHANGELOG.md index edae4df6..e3c735fa 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). +## [v13.3.0](https://github.com/treydock/puppet-module-keycloak/tree/v13.3.0) (2024-11-26) + +[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v13.2.1...v13.3.0) + +### Added + +- Add multivalued property to keycloak\_protocol\_mapper [\#336](https://github.com/treydock/puppet-module-keycloak/pull/336) ([treydock](https://github.com/treydock)) + ## [v13.2.1](https://github.com/treydock/puppet-module-keycloak/tree/v13.2.1) (2024-11-25) [Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v13.2.0...v13.2.1) diff --git a/REFERENCE.md b/REFERENCE.md index f2080f6f..b41cb73a 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -3118,6 +3118,12 @@ included.client.audience Required for `type` of `oidc-audience-mapper` json.type.label. Default to `String` for `type` `oidc-usermodel-property-mapper` and `oidc-group-membership-mapper`. +##### `multivalued` + +Valid values: `true`, `false` + +multivalued + ##### `protocol` Valid values: `openid-connect`, `saml` diff --git a/metadata.json b/metadata.json index 6baebd87..3fe34f02 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "treydock-keycloak", - "version": "13.2.1", + "version": "13.3.0", "author": "treydock", "summary": "Keycloak Puppet module", "license": "Apache-2.0",