Skip to content

Commit e43040f

Browse files
authored
Merge pull request #30 from chkp-ameera/master
update ansible min version required as the old one is EoL
2 parents 5aaa841 + 839919e commit e43040f

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ Check_Point.gaia Release Notes
44

55
.. contents:: Topics
66

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+
721
v5.0.0
822
======
923

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace: check_point
99
name: gaia
1010

1111
# The version of the collection. Must be compatible with semantic versioning
12-
version: 5.0.0
12+
version: 5.0.1
1313

1414
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1515
readme: README.md

meta/runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
requires_ansible: '>=2.9.10'
1+
requires_ansible: '>=2.14.0'

0 commit comments

Comments
 (0)