Skip to content

Commit

Permalink
Merge pull request #333 from bastelfreak/rel320
Browse files Browse the repository at this point in the history
Release 3.2.0
  • Loading branch information
bastelfreak committed Aug 26, 2024
2 parents 9410373 + 5caa18e commit 8694898
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ 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.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)

**Implemented enhancements:**

- feat: allow jboss to run with systemd [\#331](https://github.com/voxpupuli/puppet-wildfly/pull/331) ([tuxmea](https://github.com/tuxmea))
- puppetlabs/stdlib: Allow 9.x [\#321](https://github.com/voxpupuli/puppet-wildfly/pull/321) ([zilchms](https://github.com/zilchms))

**Fixed bugs:**

- `wildfly::host::server_config` with `ensure => absent` in already absent server tries to stop it and fails with timeout [\#292](https://github.com/voxpupuli/puppet-wildfly/issues/292)
- Use correct download URLs for Wildfly version \>= 25 [\#316](https://github.com/voxpupuli/puppet-wildfly/pull/316) ([EmersonPrado](https://github.com/EmersonPrado))
- Don't try to stop absent servers in `wildfly::host::server_config` [\#313](https://github.com/voxpupuli/puppet-wildfly/pull/313) ([EmersonPrado](https://github.com/EmersonPrado))
- Create missing `$wildfly::install_cache_dir` directory [\#310](https://github.com/voxpupuli/puppet-wildfly/pull/310) ([EmersonPrado](https://github.com/EmersonPrado))

**Merged pull requests:**

- README.md: fix badges [\#317](https://github.com/voxpupuli/puppet-wildfly/pull/317) ([zilchms](https://github.com/zilchms))
- Remove legacy top-scope syntax [\#312](https://github.com/voxpupuli/puppet-wildfly/pull/312) ([smortex](https://github.com/smortex))

## [v3.1.0](https://github.com/voxpupuli/puppet-wildfly/tree/v3.1.0) (2023-11-03)

[Full Changelog](https://github.com/voxpupuli/puppet-wildfly/compare/v3.0.0...v3.1.0)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.1.1-rc0",
"version": "3.2.0",
"tags": [
"jboss",
"wildfly",
Expand Down

0 comments on commit 8694898

Please sign in to comment.