Skip to content

Commit

Permalink
Release v11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Sep 22, 2023
1 parent 1efdca0 commit 11f285d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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).

## [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)
Expand Down
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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']`

##### <a name="-keycloak--configs"></a>`configs`

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": "11.0.0",
"version": "11.0.1",
"author": "treydock",
"summary": "Keycloak Puppet module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 11f285d

Please sign in to comment.