Skip to content

Commit

Permalink
Release v13.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Nov 26, 2024
1 parent bec59f2 commit 149c85b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 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).

## [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)
Expand Down
6 changes: 6 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
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": "treydock-keycloak",
"version": "13.2.1",
"version": "13.3.0",
"author": "treydock",
"summary": "Keycloak Puppet module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 149c85b

Please sign in to comment.