Skip to content

Commit

Permalink
Release v13.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Nov 20, 2024
1 parent b4f3c6e commit 31dc00c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.2.0](https://github.com/treydock/puppet-module-keycloak/tree/v13.2.0) (2024-11-20)

[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v13.1.0...v13.2.0)

### Added

- Add http\(s\)-management options [\#332](https://github.com/treydock/puppet-module-keycloak/pull/332) ([nblock](https://github.com/nblock))

### Fixed

- Fix kcadm-wrapper to check proper value for credential expiration [\#334](https://github.com/treydock/puppet-module-keycloak/pull/334) ([treydock](https://github.com/treydock))

## [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)
Expand Down
7 changes: 7 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4221,6 +4221,13 @@ Struct[{
Optional['https-trust-store-file'] => Stdlib::Absolutepath,
Optional['https-trust-store-password'] => Variant[String[1], Sensitive],
Optional['https-trust-store-type'] => String[1],
Optional['http-management-port'] => Stdlib::Port,
Optional['http-management-relative-path'] => String[1],
Optional['https-management-certificate-file'] => Stdlib::Absolutepath,
Optional['https-management-certificate-key-file'] => Stdlib::Absolutepath,
Optional['https-management-client-auth'] => Enum['none','request','required'],
Optional['https-management-key-store-file'] => Stdlib::Absolutepath,
Optional['https-management-key-store-password'] => Variant[String[1], Sensitive],
Optional['health-enabled'] => Boolean,
Optional['config-keystore'] => String[1],
Optional['config-keystore-password'] => Variant[String[1], Sensitive],
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.1.0",
"version": "13.2.0",
"author": "treydock",
"summary": "Keycloak Puppet module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 31dc00c

Please sign in to comment.