Skip to content

Releases: bdwyertech/chef-wildfly

2.2.0: Merge pull request #68 from bdwyertech/16

20 Apr 18:08
ad099d9
Compare
Choose a tag to compare

2.0.1

04 Sep 03:19
b4f7282
Compare
Choose a tag to compare

2.0.0

04 Sep 03:18
c28208f
Compare
Choose a tag to compare

1.1.0

01 Jun 02:24
c3fd273
Compare
Choose a tag to compare
Merge pull request #61 from bdwyertech/update

1.1.0

0.2.0

21 Oct 15:22
Compare
Choose a tag to compare
  • Make Java installation optional
  • Cleanup Rubocop and update syntax

0.1.19

01 Apr 14:28
Compare
Choose a tag to compare
  • Fixed location of wildfly.conf in Debian init script.

0.1.18

01 Apr 14:27
Compare
Choose a tag to compare
  • 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

16 Mar 20:28
Compare
Choose a tag to compare
  • 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

16 Mar 20:30
Compare
Choose a tag to compare
  • 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

16 Mar 20:31
Compare
Choose a tag to compare
  • Bump for WildFly 8.2.0-FINAL