From 739f8ae094ee4d888ff724610daa19988fa529d2 Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Fri, 3 May 2024 18:00:26 -0400 Subject: [PATCH] Release v11.1.1 --- CHANGELOG.md | 8 ++++++++ REFERENCE.md | 2 ++ metadata.json | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9336104b..9791e8be 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). +## [v11.1.1](https://github.com/treydock/puppet-module-keycloak/tree/v11.1.1) (2024-05-03) + +[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v11.1.0...v11.1.1) + +### Fixed + +- Allow mapped\_group\_attributes to be removed by defaulting to absent [\#311](https://github.com/treydock/puppet-module-keycloak/pull/311) ([treydock](https://github.com/treydock)) + ## [v11.1.0](https://github.com/treydock/puppet-module-keycloak/tree/v11.1.0) (2024-04-19) [Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v11.0.2...v11.1.0) diff --git a/REFERENCE.md b/REFERENCE.md index ba98d6b9..6950651f 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -2686,6 +2686,8 @@ ldap.attribute mapped.group.attributes, only for `type` of `group-ldap-mapper` +Default value: `absent` + ##### `memberof_ldap_attribute` memberof.ldap.attribute, only for `type` of `group-ldap-mapper` and `role-ldap-mapper` diff --git a/metadata.json b/metadata.json index 7d3f75aa..e6a2cbc7 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "treydock-keycloak", - "version": "11.1.0", + "version": "11.1.1", "author": "treydock", "summary": "Keycloak Puppet module", "license": "Apache-2.0",