Skip to content

Commit

Permalink
Release v7.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Apr 4, 2022
1 parent 2c69790 commit 53e0734
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 40 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@

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

## [v7.15.0](https://github.com/treydock/puppet-module-keycloak/tree/v7.15.0) (2022-04-04)

[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v7.14.0...v7.15.0)

### Added

- New saml attrs [\#238](https://github.com/treydock/puppet-module-keycloak/pull/238) ([wolfaba](https://github.com/wolfaba))

## [v7.14.0](https://github.com/treydock/puppet-module-keycloak/tree/v7.14.0) (2022-03-14)

[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v7.13.0...v7.14.0)

### UNCATEGORIZED PRS; GO LABEL THEM
### Added

- add backchannel logout url attribute [\#237](https://github.com/treydock/puppet-module-keycloak/pull/237) ([wolfaba](https://github.com/wolfaba))

Expand Down
76 changes: 38 additions & 38 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1567,6 +1567,10 @@ The following properties are available in the `keycloak_client` type.

access.token.lifespan

##### `admin_url`

adminUrl

##### `authorization_services_enabled`

Valid values: ``true``, ``false``
Expand All @@ -1579,42 +1583,6 @@ Default value: `false`

backchannel.logout.url

##### `saml_name_id_format`

saml_name_id_format

##### `saml_artifact_binding_url`

saml_artifact_binding_url

##### `saml_single_logout_service_url_redirect`

saml_single_logout_service_url_redirect

##### `saml_assertion_consumer_url_post`

saml_assertion_consumer_url_post

##### `saml_encrypt`

saml.encrypt

##### `saml_assertion_signature`

saml.assertion.signature

##### `saml_signing_certificate`

saml.signing.certificate

##### `saml_encryption_certificate`

saml.encryption.certificate

##### `saml_signing_private_key`

saml.signing.private.key

##### `base_url`

baseUrl
Expand Down Expand Up @@ -1735,9 +1703,41 @@ Default value: `[]`

rootUrl

##### `admin_url`
##### `saml_artifact_binding_url`

adminUrl
saml_artifact_binding_url

##### `saml_assertion_consumer_url_post`

saml_assertion_consumer_url_post

##### `saml_assertion_signature`

saml.assertion.signature

##### `saml_encrypt`

saml.encrypt

##### `saml_encryption_certificate`

saml.encryption.certificate

##### `saml_name_id_format`

saml_name_id_format

##### `saml_signing_certificate`

saml.signing.certificate

##### `saml_signing_private_key`

saml.signing.private.key

##### `saml_single_logout_service_url_redirect`

saml_single_logout_service_url_redirect

##### `secret`

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": "7.14.0",
"version": "7.15.0",
"author": "treydock",
"summary": "Keycloak Puppet module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 53e0734

Please sign in to comment.