Skip to content

Commit 149c85b

Browse files
committed
Release v13.3.0
1 parent bec59f2 commit 149c85b

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 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+
## [v13.3.0](https://github.com/treydock/puppet-module-keycloak/tree/v13.3.0) (2024-11-26)
6+
7+
[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v13.2.1...v13.3.0)
8+
9+
### Added
10+
11+
- Add multivalued property to keycloak\_protocol\_mapper [\#336](https://github.com/treydock/puppet-module-keycloak/pull/336) ([treydock](https://github.com/treydock))
12+
513
## [v13.2.1](https://github.com/treydock/puppet-module-keycloak/tree/v13.2.1) (2024-11-25)
614

715
[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v13.2.0...v13.2.1)

REFERENCE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3118,6 +3118,12 @@ included.client.audience Required for `type` of `oidc-audience-mapper`
31183118

31193119
json.type.label. Default to `String` for `type` `oidc-usermodel-property-mapper` and `oidc-group-membership-mapper`.
31203120

3121+
##### `multivalued`
3122+
3123+
Valid values: `true`, `false`
3124+
3125+
multivalued
3126+
31213127
##### `protocol`
31223128

31233129
Valid values: `openid-connect`, `saml`

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "treydock-keycloak",
3-
"version": "13.2.1",
3+
"version": "13.3.0",
44
"author": "treydock",
55
"summary": "Keycloak Puppet module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)