Skip to content

Commit

Permalink
Release v7.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Sep 22, 2021
1 parent 17c8c40 commit 8d70221
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.10.0](https://github.com/treydock/puppet-module-keycloak/tree/v7.10.0) (2021-09-22)

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

### Added

- Add feature `user_managed_access_allowed` property [\#211](https://github.com/treydock/puppet-module-keycloak/pull/211) ([rdcuzins](https://github.com/rdcuzins))

### Fixed

- Fix and tune mangement interface definitions for both master and slave [\#217](https://github.com/treydock/puppet-module-keycloak/pull/217) ([kibahop](https://github.com/kibahop))

## [v7.9.1](https://github.com/treydock/puppet-module-keycloak/tree/v7.9.1) (2021-09-16)

[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v7.9.0...v7.9.1)
Expand Down
13 changes: 8 additions & 5 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3449,6 +3449,14 @@ ssoSessionMaxLifespanRememberMe

Supported Locales

##### `user_managed_access_allowed`

Valid values: ``true``, ``false``

userManagedAccessAllowed

Default value: `false`

##### `verify_email`

Valid values: ``true``, ``false``
Expand All @@ -3465,7 +3473,6 @@ The following parameters are available in the `keycloak_realm` type.
* [`manage_roles`](#manage_roles)
* [`name`](#name)
* [`provider`](#provider)
* [`user_managed_access_allowed`](#user_managed_access_allowed)

##### <a name="id"></a>`id`

Expand All @@ -3490,10 +3497,6 @@ The realm name
The specific backend to use for this `keycloak_realm` resource. You will seldom need to specify this --- Puppet will
usually discover the appropriate provider for your platform.

##### <a name="user_managed_access_allowed"></a>`user_managed_access`

Specifies if a user is able to manage their resources and permissions using the Account Management Console. Defaults to false.

### <a name="keycloak_required_action"></a>`keycloak_required_action`

Manage Keycloak required actions
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.9.1",
"version": "7.10.0",
"author": "treydock",
"summary": "Keycloak Puppet module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 8d70221

Please sign in to comment.