Releases: bdwyertech/chef-wildfly
Releases · bdwyertech/chef-wildfly
2.2.0: Merge pull request #68 from bdwyertech/16
WildFly 16.0.0
2.0.1
2.0.0
1.1.0
Merge pull request #61 from bdwyertech/update 1.1.0
0.2.0
- Make Java installation optional
- Cleanup Rubocop and update syntax
0.1.19
- Fixed location of wildfly.conf in Debian init script.
0.1.18
- Adjusted behavior of the service user update procedure.
- Fixed hardcoded username.
- Adjusted logic to not fail if user is changed or does not exist... DO NOT CHANGE THE USER AFTER DEPLOYMENT!
- Touch markerfile if conditions warrant user change.
- Added CHANGELOG.md
0.1.17
- Adjusted WildFly service user behavior. We now create a system account (UID reserved range), set home directory to WildFly's base directory, and assign the /sbin/nologin shell
- Existing installations will only have the home directory and login shell changed, WildFly service will be stopped in order to facilitate this!
- Brought standalone.conf and domain.conf outside of configuration enforcement
- Bumped Java JDK to 8u40
0.1.16
- Added support for provisioning domain.conf
- Added ability to set port binding offset
- Switched to JDK8 by default due to JDK7 deprecation
- Bumped MySQL Connector/J to 5.1.34
0.1.15
- Bump for WildFly 8.2.0-FINAL