diff --git a/CHANGELOG.md b/CHANGELOG.md index d997570c..f02f91fa 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.0.1](https://github.com/treydock/puppet-module-keycloak/tree/v11.0.1) (2023-09-22) + +[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v11.0.0...v11.0.1) + +### Fixed + +- Do not purge truststore.jks by default [\#303](https://github.com/treydock/puppet-module-keycloak/pull/303) ([treydock](https://github.com/treydock)) + ## [v11.0.0](https://github.com/treydock/puppet-module-keycloak/tree/v11.0.0) (2023-07-19) [Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v10.2.0...v11.0.0) diff --git a/REFERENCE.md b/REFERENCE.md index 0b80c884..9659d8c7 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']` +Default value: `['cache-ispn.xml', 'README.md', 'truststore.jks']` ##### `configs` diff --git a/metadata.json b/metadata.json index e8a3ae28..a1764c70 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "treydock-keycloak", - "version": "11.0.0", + "version": "11.0.1", "author": "treydock", "summary": "Keycloak Puppet module", "license": "Apache-2.0",