From a6b49ac983a38a4b5d2ffe4566ed9e4e06f6e60b Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Wed, 5 Apr 2023 09:54:05 -0400 Subject: [PATCH] Release v10.0.0 --- CHANGELOG.md | 8 ++++++++ REFERENCE.md | 2 +- metadata.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 718ff1cd..bc63faad 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). +## [v10.0.0](https://github.com/treydock/puppet-module-keycloak/tree/v10.0.0) (2023-04-05) + +[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v9.4.0...v10.0.0) + +### Changed + +- Default to Keycloak 21.0.1 and Use OpenJDK 17 where possible [\#283](https://github.com/treydock/puppet-module-keycloak/pull/283) ([treydock](https://github.com/treydock)) + ## [v9.4.0](https://github.com/treydock/puppet-module-keycloak/tree/v9.4.0) (2023-03-22) [Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v9.3.4...v9.4.0) diff --git a/REFERENCE.md b/REFERENCE.md index 37773be9..75ff488b 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -178,7 +178,7 @@ Data type: `String` Version of Keycloak to install and manage. -Default value: `'19.0.3'` +Default value: `'21.0.1'` ##### `package_url` diff --git a/metadata.json b/metadata.json index 70af7c21..f2f6fb5f 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "treydock-keycloak", - "version": "9.4.0", + "version": "10.0.0", "author": "treydock", "summary": "Keycloak Puppet module", "license": "Apache-2.0",