Skip to content

Commit ad099d9

Browse files
authored
Merge pull request #68 from bdwyertech/16
WildFly 16.0.0
2 parents 6045c89 + f5ec7bb commit ad099d9

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
WildFly Cookbook CHANGELOG
22
==========================
33

4+
# 2.2.0 (2019-04-13)
5+
* WildFly 16.0.0
6+
* Make SystemD service timeout configurable
7+
48
# 2.1.0 (2018-10-28)
59
* WildFly 14.0.1
610
* Bump MySQL ConnectorJ to 8.0.13

attributes/default.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
# => Wildfly Configuration
1818
# => Source
19-
default['wildfly']['version'] = '14.0.1'
20-
default['wildfly']['url'] = 'http://download.jboss.org/wildfly/14.0.1.Final/wildfly-14.0.1.Final.tar.gz'
21-
default['wildfly']['checksum'] = 'e12092ec6a6e048bf696d5a23c3674928b41ddc3f810016ef3e7354ad79fc746'
19+
default['wildfly']['version'] = '16.0.0'
20+
default['wildfly']['url'] = 'https://download.jboss.org/wildfly/16.0.0.Final/wildfly-16.0.0.Final.tar.gz'
21+
default['wildfly']['checksum'] = '65ec8881c073e1fda0be293037eb7c8d19b38d6e57f83044086d39dc40a26385'
2222

2323
# => Interface Configuration
2424
default['wildfly']['int']['mgmt']['bind'] = '0.0.0.0'

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
license 'Apache-2.0'
66
description 'Installs/Configures wildfly'
77
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
8-
version '2.1.0'
8+
version '2.2.0'
99
chef_version '>= 12.19' if respond_to?(:chef_version)
1010

1111
supports 'centos'

0 commit comments

Comments
 (0)