File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ Check_Point.gaia Release Notes
4
4
5
5
.. contents :: Topics
6
6
7
+ v5.0.1
8
+ ======
9
+
10
+ Release Summary
11
+ ---------------
12
+
13
+ this release 5.0.1 of ``check_point.gaia ``, released on 2023-10-26.
14
+
15
+ Minor Changes
16
+ ---------------
17
+
18
+ update ansible min supported version to 2.14.0 as the old one is EoL.
19
+
20
+
7
21
v5.0.0
8
22
======
9
23
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ namespace: check_point
9
9
name : gaia
10
10
11
11
# The version of the collection. Must be compatible with semantic versioning
12
- version : 5.0.0
12
+ version : 5.0.1
13
13
14
14
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
15
15
readme : README.md
Original file line number Diff line number Diff line change 1
- requires_ansible : ' >=2.9.10 '
1
+ requires_ansible : ' >=2.14.0 '
You can’t perform that action at this time.
0 commit comments