From b7b77d6b1a6e20a0bb57cc81da10647241ffc2fd Mon Sep 17 00:00:00 2001 From: Martin Alfke Date: Tue, 29 Oct 2024 09:16:15 +0100 Subject: [PATCH 1/2] Release v4.0.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ metadata.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6794e3..f7f22be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v4.0.0](https://github.com/voxpupuli/puppet-wildfly/tree/v4.0.0) (2024-10-29) + +[Full Changelog](https://github.com/voxpupuli/puppet-wildfly/compare/v3.2.1...v4.0.0) + +The v3.2.1 release was done by accident. It contained breaking changes. v4.0.0 is a relrelease . We deleted the v3.2.1 release from the forge. + +**Breaking changes:** + +- Drop EoL CentOS 8 support [\#335](https://github.com/voxpupuli/puppet-wildfly/pull/335) ([bastelfreak](https://github.com/bastelfreak)) + +**Implemented enhancements:** + +- Allow setting java\_opts only [\#343](https://github.com/voxpupuli/puppet-wildfly/pull/343) ([tuxmea](https://github.com/tuxmea)) + +**Closed issues:** + +- Allow using java\_opts only [\#342](https://github.com/voxpupuli/puppet-wildfly/issues/342) +- Missing template when using jboss-eap as distribution [\#337](https://github.com/voxpupuli/puppet-wildfly/issues/337) + +**Merged pull requests:** + +- Remove artefact from sysvinit [\#341](https://github.com/voxpupuli/puppet-wildfly/pull/341) ([tuxmea](https://github.com/tuxmea)) + ## [v3.2.1](https://github.com/voxpupuli/puppet-wildfly/tree/v3.2.1) (2024-10-28) [Full Changelog](https://github.com/voxpupuli/puppet-wildfly/compare/v3.2.0...v3.2.1) diff --git a/metadata.json b/metadata.json index 1949893..2500e02 100644 --- a/metadata.json +++ b/metadata.json @@ -11,7 +11,7 @@ "project_page": "https://github.com/voxpupuli/puppet-wildfly", "source": "https://github.com/voxpupuli/puppet-wildfly", "summary": "Install, configure and manage Wildfly (8/9/10/11+), JBoss EAP (6.1+/7.0+) and some Wildfly based products like apiman, Keycloak and Infinispan.", - "version": "3.2.2-rc0", + "version": "4.0.0", "tags": [ "jboss", "wildfly", From 4352ffee7de9cbbcfc2b697a41356402243e516e Mon Sep 17 00:00:00 2001 From: Martin Alfke Date: Tue, 29 Oct 2024 09:22:11 +0100 Subject: [PATCH 2/2] Release v4.0.0 --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7f22be..0da9ca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,9 +18,8 @@ The v3.2.1 release was done by accident. It contained breaking changes. v4.0.0 i - Allow setting java\_opts only [\#343](https://github.com/voxpupuli/puppet-wildfly/pull/343) ([tuxmea](https://github.com/tuxmea)) -**Closed issues:** +**Fixed bugs:** -- Allow using java\_opts only [\#342](https://github.com/voxpupuli/puppet-wildfly/issues/342) - Missing template when using jboss-eap as distribution [\#337](https://github.com/voxpupuli/puppet-wildfly/issues/337) **Merged pull requests:**