You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This changelog describes changes after version 0.0.3.
8
8
9
+
v1.1.0
10
+
======
11
+
12
+
Major Changes
13
+
-------------
14
+
15
+
- Provide uninstall feature `#68 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/68>`_
16
+
17
+
Minor Changes
18
+
-------------
19
+
20
+
- Add custom url download and selinux for jws `#43 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/43>`_
21
+
- Allow overriding tomcat user uid and gid `#52 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/52>`_
22
+
- Apply latest JWS cumulative patch when ``jws_apply_patches`` is True `#94 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/94>`_
23
+
- Fix the name of the tarball generated by the collection build step `#76 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/76>`_
24
+
- If another tomcat is found running, fail fast or allow to continue with ``tomcat_force_install`` `#80 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/80>`_
- Replace RHN url defaults with base URL and mapped version-productID `#77 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/77>`_
27
+
- Update playbook to utilize variable defaults `#89 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/89>`_
28
+
29
+
Breaking Changes / Porting Guide
30
+
--------------------------------
31
+
32
+
- Rename variables to be consistent `#117 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/117>`_
33
+
34
+
Bugfixes
35
+
--------
36
+
37
+
- Adjustments to the apply_cp.yml logic `#106 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/106>`_
38
+
- Avoid failure when ``jws_apply_patches`` is true and no CP is available `#118 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/118>`_
39
+
- Ensure JAVA_HOME is set to installed JVM rpm, or allow to override `#101 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/101>`_
40
+
- Ensure tomcat native installs and starts correctly `#120 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/120>`_
- Make selinux policy for JWS optional like the zip installation docs suggest it is `#112 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/112>`_
43
+
- Missing required variables to enable HTTPS `#49 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/49>`_
44
+
- The JWS installation option should allow you to exclude natives `#97 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/97>`_
45
+
- ``jws_apply_patches`` also installs native CP when available `#121 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/121>`_
0 commit comments