Skip to content

Commit b064447

Browse files
author
github-actions
committed
Update changelog for release 1.1.0
1 parent 06f5e29 commit b064447

File tree

2 files changed

+138
-2
lines changed

2 files changed

+138
-2
lines changed

CHANGELOG.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,45 @@ middleware_automation.jws Release Notes
66

77
This changelog describes changes after version 0.0.3.
88

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>`_
25+
- Populate JWS version/patch metadata, update docs `#110 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/110>`_
26+
- 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>`_
41+
- JWS-2417: Remove undefined executor `#54 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/54>`_
42+
- 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>`_
46+
- fix: tomcat.user owning existing directories `#100 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/100>`_
47+
- selinux policy allows tomcat to listen to non-default ports `#119 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/119>`_
948

1049
v1.0.0
1150
======

changelogs/changelog.yaml

Lines changed: 99 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
ancestor: 0.0.3
32
releases:
43
1.0.0:
@@ -7,4 +6,102 @@ releases:
76
collection.
87
98
'
10-
release_date: '2022-03-11'
9+
release_date: '2022-03-11'
10+
1.1.0:
11+
changes:
12+
breaking_changes:
13+
- 'Rename variables to be consistent `#117 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/117>`_
14+
15+
'
16+
bugfixes:
17+
- 'Adjustments to the apply_cp.yml logic `#106 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/106>`_
18+
19+
'
20+
- 'Avoid failure when ``jws_apply_patches`` is true and no CP is available `#118
21+
<https://github.com/ansible-middleware/jws-ansible-playbook/pull/118>`_
22+
23+
'
24+
- 'Ensure JAVA_HOME is set to installed JVM rpm, or allow to override `#101
25+
<https://github.com/ansible-middleware/jws-ansible-playbook/pull/101>`_
26+
27+
'
28+
- 'Ensure tomcat native installs and starts correctly `#120 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/120>`_
29+
30+
'
31+
- 'JWS-2417: Remove undefined executor `#54 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/54>`_
32+
33+
'
34+
- 'Make selinux policy for JWS optional like the zip installation docs suggest
35+
it is `#112 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/112>`_
36+
37+
'
38+
- 'Missing required variables to enable HTTPS `#49 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/49>`_
39+
40+
'
41+
- 'The JWS installation option should allow you to exclude natives `#97 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/97>`_
42+
43+
'
44+
- '``jws_apply_patches`` also installs native CP when available `#121 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/121>`_
45+
46+
'
47+
- 'fix: tomcat.user owning existing directories `#100 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/100>`_
48+
49+
'
50+
- 'selinux policy allows tomcat to listen to non-default ports `#119 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/119>`_
51+
52+
'
53+
major_changes:
54+
- 'Provide uninstall feature `#68 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/68>`_
55+
56+
'
57+
minor_changes:
58+
- 'Add custom url download and selinux for jws `#43 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/43>`_
59+
60+
'
61+
- 'Allow overriding tomcat user uid and gid `#52 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/52>`_
62+
63+
'
64+
- 'Apply latest JWS cumulative patch when ``jws_apply_patches`` is True `#94
65+
<https://github.com/ansible-middleware/jws-ansible-playbook/pull/94>`_
66+
67+
'
68+
- 'Fix the name of the tarball generated by the collection build step `#76 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/76>`_
69+
70+
'
71+
- 'If another tomcat is found running, fail fast or allow to continue with ``tomcat_force_install``
72+
`#80 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/80>`_
73+
74+
'
75+
- 'Populate JWS version/patch metadata, update docs `#110 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/110>`_
76+
77+
'
78+
- 'Replace RHN url defaults with base URL and mapped version-productID `#77
79+
<https://github.com/ansible-middleware/jws-ansible-playbook/pull/77>`_
80+
81+
'
82+
- 'Update playbook to utilize variable defaults `#89 <https://github.com/ansible-middleware/jws-ansible-playbook/pull/89>`_
83+
84+
'
85+
fragments:
86+
- 100.yaml
87+
- 101.yaml
88+
- 106.yaml
89+
- 110.yaml
90+
- 112.yaml
91+
- 117.yaml
92+
- 118.yaml
93+
- 119.yaml
94+
- 120.yaml
95+
- 121.yaml
96+
- 43.yaml
97+
- 49.yaml
98+
- 52.yaml
99+
- 54.yaml
100+
- 68.yaml
101+
- 76.yaml
102+
- 77.yaml
103+
- 80.yaml
104+
- 89.yaml
105+
- 94.yaml
106+
- 97.yaml
107+
release_date: '2022-06-01'

0 commit comments

Comments
 (0)