Skip to content

Commit e6f3970

Browse files
committed
Update changelog for release 1.2.0
Signed-off-by: github-actions <ggraziol@redhat.com>
1 parent 981f2f9 commit e6f3970

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ middleware_automation.infinispan Release Notes
66

77
This changelog describes changes after version 0.1.9.
88

9+
v1.2.0
10+
======
11+
12+
Major Changes
13+
-------------
14+
15+
- Provide jgroups configuration `#31 <https://github.com/ansible-middleware/infinispan/pull/31>`_
16+
17+
Minor Changes
18+
-------------
19+
20+
- Update to infinispan 14.0.13 `#32 <https://github.com/ansible-middleware/infinispan/pull/32>`_
21+
- infinispan_cache: remove dependency on json_query `#34 <https://github.com/ansible-middleware/infinispan/pull/34>`_
22+
23+
Bugfixes
24+
--------
25+
26+
- Force log directory symlink during update `#33 <https://github.com/ansible-middleware/infinispan/pull/33>`_
27+
928
v1.1.4
1029
======
1130

changelogs/changelog.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,26 @@ releases:
9595
- 25.yaml
9696
- 26.yaml
9797
release_date: '2023-06-20'
98+
1.2.0:
99+
changes:
100+
bugfixes:
101+
- 'Force log directory symlink during update `#33 <https://github.com/ansible-middleware/infinispan/pull/33>`_
102+
103+
'
104+
major_changes:
105+
- 'Provide jgroups configuration `#31 <https://github.com/ansible-middleware/infinispan/pull/31>`_
106+
107+
'
108+
minor_changes:
109+
- 'Update to infinispan 14.0.13 `#32 <https://github.com/ansible-middleware/infinispan/pull/32>`_
110+
111+
'
112+
- 'infinispan_cache: remove dependency on json_query `#34 <https://github.com/ansible-middleware/infinispan/pull/34>`_
113+
114+
'
115+
fragments:
116+
- 31.yaml
117+
- 32.yaml
118+
- 33.yaml
119+
- 34.yaml
120+
release_date: '2023-08-28'

0 commit comments

Comments
 (0)