From e2ca174edf10054d3e7e8da71b0a06171cf4c76d Mon Sep 17 00:00:00 2001 From: Martin Alfke Date: Mon, 28 Oct 2024 10:56:56 +0100 Subject: [PATCH] Release 3.2.1 Signed-off-by: Martin Alfke --- CHANGELOG.md | 15 +++++++++++++++ metadata.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 365e9c5..c6794e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ 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. +## [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) + +**Breaking changes:** + +- Drop support for non-systemd [\#330](https://github.com/voxpupuli/puppet-wildfly/pull/330) ([bastelfreak](https://github.com/bastelfreak)) +- Drop EoL Ubuntu 18.04 support [\#329](https://github.com/voxpupuli/puppet-wildfly/pull/329) ([bastelfreak](https://github.com/bastelfreak)) +- Drop EoL Debian 10 support [\#328](https://github.com/voxpupuli/puppet-wildfly/pull/328) ([bastelfreak](https://github.com/bastelfreak)) +- Drop EoL EL7/Scientific Linux support [\#327](https://github.com/voxpupuli/puppet-wildfly/pull/327) ([bastelfreak](https://github.com/bastelfreak)) + +**Fixed bugs:** + +- Fix systemd templates [\#334](https://github.com/voxpupuli/puppet-wildfly/pull/334) ([tuxmea](https://github.com/tuxmea)) + ## [v3.2.0](https://github.com/voxpupuli/puppet-wildfly/tree/v3.2.0) (2024-08-26) [Full Changelog](https://github.com/voxpupuli/puppet-wildfly/compare/v3.1.0...v3.2.0) diff --git a/metadata.json b/metadata.json index 2255fc7..87a4033 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.1-rc0", + "version": "3.2.1", "tags": [ "jboss", "wildfly",