From 02bf402de5437d65d8fe27f2a98cdcf8ce41a747 Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Wed, 15 Feb 2023 08:15:52 -0500 Subject: [PATCH] Release v9.3.2 --- CHANGELOG.md | 8 ++++++++ REFERENCE.md | 3 ++- metadata.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a837f2e1..c978b7b8 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). +## [v9.3.2](https://github.com/treydock/puppet-module-keycloak/tree/v9.3.2) (2023-02-15) + +[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v9.3.1...v9.3.2) + +### Fixed + +- Allow hostname setting to not use default value [\#275](https://github.com/treydock/puppet-module-keycloak/pull/275) ([treydock](https://github.com/treydock)) + ## [v9.3.1](https://github.com/treydock/puppet-module-keycloak/tree/v9.3.1) (2023-01-04) [Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v9.3.0...v9.3.1) diff --git a/REFERENCE.md b/REFERENCE.md index 677d1648..2a8338be 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -318,9 +318,10 @@ Default value: `{}` ##### `hostname` -Data type: `Stdlib::Host` +Data type: `Variant[Stdlib::Host, Enum['unset','UNSET']]` hostname to set in keycloak.conf +Set to `unset` or `UNSET` to not define this in keycloak.conf Default value: `$facts['networking']['fqdn']` diff --git a/metadata.json b/metadata.json index 5747eb3b..381933ff 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "treydock-keycloak", - "version": "9.3.1", + "version": "9.3.2", "author": "treydock", "summary": "Keycloak Puppet module", "license": "Apache-2.0",