From 572c6fdfc80e05a9f5fa3126212d8f99657d34a1 Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Fri, 13 Aug 2021 13:31:33 -0400 Subject: [PATCH] Release v7.6.0 --- CHANGELOG.md | 8 ++++++++ REFERENCE.md | 26 ++++++++------------------ metadata.json | 2 +- 3 files changed, 17 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b377c1e5..123cdab0 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). +## [v7.6.0](https://github.com/treydock/puppet-module-keycloak/tree/v7.6.0) (2021-08-13) + +[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v7.5.1...v7.6.0) + +### UNCATEGORIZED PRS; GO LABEL THEM + +- Add extra configurations to keycloak realm [\#203](https://github.com/treydock/puppet-module-keycloak/pull/203) ([qboileau](https://github.com/qboileau)) + ## [v7.5.1](https://github.com/treydock/puppet-module-keycloak/tree/v7.5.1) (2021-08-03) [Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v7.5.0...v7.5.1) diff --git a/REFERENCE.md b/REFERENCE.md index 1e198bca..f5cde447 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -3145,8 +3145,6 @@ accessCodeLifespan ##### `access_code_lifespan_login` -Unit : minutes - accessCodeLifespanLogin ##### `access_code_lifespan_user_action` @@ -3167,6 +3165,14 @@ accountTheme Default value: `keycloak` +##### `action_token_generated_by_admin_lifespan` + +actionTokenGeneratedByAdminLifespan + +##### `action_token_generated_by_user_lifespan` + +actionTokenGeneratedByUserLifespan + ##### `admin_events_details_enabled` Valid values: ``true``, ``false`` @@ -3189,18 +3195,6 @@ adminTheme Default value: `keycloak` -##### `action_token_generated_by_admin_lifespan` - -Unit : minutes - -actionTokenGeneratedByAdminLifespan - -##### `action_token_generated_by_user_lifespan` - -Unit : minutes - -actionTokenGeneratedByUserLifespan - ##### `browser_flow` browserFlow @@ -3313,14 +3307,10 @@ Default value: `true` ##### `offline_session_idle_timeout` -Unit : seconds - offlineSessionIdleTimeout ##### `offline_session_max_lifespan` -Unit : seconds - offlineSessionMaxLifespan ##### `offline_session_max_lifespan_enabled` diff --git a/metadata.json b/metadata.json index 4e4a2141..c6ba0ef7 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "treydock-keycloak", - "version": "7.5.1", + "version": "7.6.0", "author": "treydock", "summary": "Keycloak Puppet module", "license": "Apache-2.0",