Skip to content

Commit

Permalink
Release v13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Nov 18, 2024
1 parent f1e3606 commit ad7a5ad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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', 'truststore.jks']`
Default value: `['cache-ispn.xml', 'README.md', 'truststore.jks', 'kcadm.config']`

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

0 comments on commit ad7a5ad

Please sign in to comment.