Skip to content

Commit

Permalink
Release v7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Aug 13, 2021
1 parent 89d9073 commit 572c6fd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 19 deletions.
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).

## [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)
Expand Down
26 changes: 8 additions & 18 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3145,8 +3145,6 @@ accessCodeLifespan

##### `access_code_lifespan_login`

Unit : minutes

accessCodeLifespanLogin

##### `access_code_lifespan_user_action`
Expand All @@ -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``
Expand All @@ -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
Expand Down Expand Up @@ -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`
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.5.1",
"version": "7.6.0",
"author": "treydock",
"summary": "Keycloak Puppet module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 572c6fd

Please sign in to comment.