Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,6 @@ 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.

## [v5.0.0](https://github.com/voxpupuli/puppet-wildfly/tree/v5.0.0) (2025-10-10)

[Full Changelog](https://github.com/voxpupuli/puppet-wildfly/compare/v4.0.0...v5.0.0)

**Breaking changes:**

- Drop puppet, update openvox minimum version to 8.19 [\#353](https://github.com/voxpupuli/puppet-wildfly/pull/353) ([TheMeier](https://github.com/TheMeier))

**Implemented enhancements:**

- metadata.json: Add OpenVox [\#348](https://github.com/voxpupuli/puppet-wildfly/pull/348) ([jstraw](https://github.com/jstraw))
- Add MODULE\_OPTS parameter to support java agent options on EAP7.4 [\#284](https://github.com/voxpupuli/puppet-wildfly/pull/284) ([bdeferme](https://github.com/bdeferme))

**Fixed bugs:**

- Fix SystemD invocation of WildFlies launch.sh [\#359](https://github.com/voxpupuli/puppet-wildfly/pull/359) ([marcusdots](https://github.com/marcusdots))

**Closed issues:**

- Wildfly 32.0.1 Support [\#355](https://github.com/voxpupuli/puppet-wildfly/issues/355)

## [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)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"author": "Vox Pupuli",
"dependencies": [
Expand All @@ -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": "5.0.0",
"version": "4.0.1-rc0",
"tags": [
"jboss",
"wildfly",
Expand Down
Loading