From ad7a5ad0eb458edb97bc3e0623706a1c97ce2ba7 Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Mon, 18 Nov 2024 13:55:10 -0500 Subject: [PATCH] Release v13.1.0 --- CHANGELOG.md | 9 +++++++++ REFERENCE.md | 2 +- metadata.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed1193dd..588f3e11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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). +## [v13.1.0](https://github.com/treydock/puppet-module-keycloak/tree/v13.1.0) (2024-11-18) + +[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v13.0.0...v13.1.0) + +### Added + +- Update keycloak\_flow\_execution to handle script authenticators [\#329](https://github.com/treydock/puppet-module-keycloak/pull/329) ([treydock](https://github.com/treydock)) +- Reuse session when running kcadm commands [\#328](https://github.com/treydock/puppet-module-keycloak/pull/328) ([treydock](https://github.com/treydock)) + ## [v13.0.0](https://github.com/treydock/puppet-module-keycloak/tree/v13.0.0) (2024-10-19) [Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v12.1.1...v13.0.0) diff --git a/REFERENCE.md b/REFERENCE.md index 5503a4bb..ca63c60f 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -338,7 +338,7 @@ Data type: `Array` The files to ignore when unmanaged files are purged from the configuration directory -Default value: `['cache-ispn.xml', 'README.md', 'truststore.jks']` +Default value: `['cache-ispn.xml', 'README.md', 'truststore.jks', 'kcadm.config']` ##### `configs` diff --git a/metadata.json b/metadata.json index 97d0b0b8..b4cb8bf7 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "treydock-keycloak", - "version": "13.0.0", + "version": "13.1.0", "author": "treydock", "summary": "Keycloak Puppet module", "license": "Apache-2.0",