Skip to content

Commit 190358e

Browse files
committed
README: Bump JWS version to latest, 5.7, in README.
1 parent aaa6949 commit 190358e

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,24 @@ You can run the collection directly from this folder for demostration purpose, h
5151

5252
Download the required zipfiles from your Red Hat account, and place them into the directory you execute the ansible-playbook command on the controller:
5353

54-
- Red Hat JBoss Web Server 5.6.0 Application Server (the application server itself)
55-
- Red Hat JBoss Web Server 5.6.0 Application Server for RHEL 8 x86_64 (the native components)
54+
- Red Hat JBoss Web Server 5.7.0 Application Server (the application server itself)
55+
- Red Hat JBoss Web Server 5.7.0 Application Server for RHEL 8 x86_64 (the native components)
5656

5757
Provide the path to those zipfiles:
5858

5959
vars:
6060
...
6161
jws_install_method: zipfiles
62-
jws_version: 5.6.0
63-
zipfile_name: jws-5.6.0-application-server.zip
64-
native_zipfile: jws-5.6.0-application-server-RHEL8-x86_64.zip$
62+
jws_version: 5.7.0
63+
zipfile_name: jws-5.7.0-application-server.zip
64+
native_zipfile: jws-5.7.0-application-server-RHEL8-x86_64.zip$
6565
jws_native: True
6666

6767
Note that if you respect the naming convention above for the file name, which is the default filename as set by the RHN download, you can just provide the JWS version instead of those two paths:
6868

6969
vars:
7070
...
71-
jws_version: 5.6.0
71+
jws_version: 5.7.0
7272

7373

7474
Note: if you provide the `jws_version` and set `jws_native` to `True`, then the collection will compute the value of `jws_native_zipfile` for you.
@@ -144,7 +144,7 @@ Allows users to mask passwords and other sensitive strings, and store them in an
144144
145145
### How to enable tomcat-vault
146146
147-
Before you can enable the tomcat-vault feature, you must follow our documentation on how to create the required files for the feature to function. Please visit the [JWS Installation Guide, Chapter 6](https://access.redhat.com/documentation/en-us/red_hat_jboss_web_server/5.6/html-single/installation_guide/index#vault_for_jws) for next steps, and return here once you've generated your vault files.
147+
Before you can enable the tomcat-vault feature, you must follow our documentation on how to create the required files for the feature to function. Please visit the [JWS Installation Guide, Chapter 6](https://access.redhat.com/documentation/en-us/red_hat_jboss_web_server/5.7/html-single/installation_guide/index#vault_for_jws) for next steps, and return here once you've generated your vault files.
148148
149149
Once you have your vault files (`vault.keystore`, `VAULT.dat`, and `vault.properties`), you'll need to set the following variables to point to each file:
150150

roles/jws/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Versions
1616

1717
| JWS VERSION | Release Date | Tomcat Version | Native Version | Notes |
1818
|:------------|:------------------|:---------------|:---------------|:----------------|
19+
|`5.7.0` |November 2, 2022 |`9.0.62` | `1.2.31` |[Release Notes](https://access.redhat.com/documentation/en-us/red_hat_jboss_web_server/5.7/html/red_hat_jboss_web_server_5.7_release_notes/index)|
1920
|`5.6.0` |November 30, 2021 |`9.0.50` | `1.2.30` |[Release Notes](https://access.redhat.com/documentation/en-us/red_hat_jboss_web_server/5.6/html/red_hat_jboss_web_server_5.6_release_notes/index)|
2021
|`5.5.0` |June 29, 2021 |`9.0.43` | `1.2.26` |[Release Notes](https://access.redhat.com/documentation/en-us/red_hat_jboss_web_server/5.5/html/red_hat_jboss_web_server_5.5_release_notes/index)|
2122
|`5.4.0` |November 23, 2020 |`9.0.36` | `1.2.25` |[Release Notes](https://access.redhat.com/documentation/en-us/red_hat_jboss_web_server/5.4/html/red_hat_jboss_web_server_5.4_release_notes/index)|

0 commit comments

Comments
 (0)