Skip to content

Commit ce73344

Browse files
authored
Merge pull request #58 from chkp-ameera/master
new release 7.0.0
2 parents c57ffc1 + 1630bac commit ce73344

File tree

193 files changed

+1644
-448
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+1644
-448
lines changed

.github/workflows/ansible-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- cron: '0 6 * * *'
1414
env:
1515
NAMESPACE: check_point
16-
COLLECTION_NAME: gaia
16+
COLLECTION_NAME: gaia
1717

1818
jobs:
1919

CHANGELOG.rst

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ Check_Point.gaia Release Notes
33
==============================
44

55
.. contents:: Topics
6-
6+
7+
78
v7.0.0
89
======
910

1011
Release Summary
1112
---------------
1213

13-
This is release 6.0.0 of ``check_point.gaia``, released on 2025-01-28.
14+
This is release 7.0.0 of ``check_point.gaia``, released on 2025-02-07.
1415

1516
New Modules
1617
-----------
@@ -31,6 +32,34 @@ Minor Changes
3132
modify infrastructure to support special Maestro APIs.
3233

3334

35+
v6.0.3
36+
======
37+
38+
Release Summary
39+
---------------
40+
41+
this release 6.0.3 of ``check_point.gaia``, released on 2025-02-06.
42+
43+
Bugfixes
44+
---------------
45+
46+
Fix shebang files, modules should not be executable.
47+
48+
49+
v6.0.2
50+
======
51+
52+
Release Summary
53+
---------------
54+
55+
this release 6.0.2 of ``check_point.gaia``, released on 2025-02-06.
56+
57+
Bugfixes
58+
---------------
59+
60+
Fix test lint and issues in uploading the package.
61+
62+
3463
v6.0.1
3564
======
3665

check_point-gaia-7.0.0.tar.gz

132 KB
Binary file not shown.

docs/cp_gaia_alias_interface.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Parameters
2727

2828

2929
state (False, str, present)
30-
Ansible state which can be \ :literal:`present`\ or \ :literal:`absent`\ .
30+
Ansible state which can be :literal:`present` or :literal:`absent`.
3131

3232

3333
name (True, str, None)
@@ -53,7 +53,7 @@ Notes
5353
-----
5454

5555
.. note::
56-
- Supports \ :literal:`check\_mode`\ .
56+
- Supports :literal:`check\_mode`.
5757

5858

5959

docs/cp_gaia_alias_interface_facts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Notes
4141
-----
4242

4343
.. note::
44-
- Supports \ :literal:`check\_mode`\ .
44+
- Supports :literal:`check\_mode`.
4545

4646

4747

docs/cp_gaia_allowed_clients.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Notes
6363
-----
6464

6565
.. note::
66-
- Supports \ :literal:`check\_mode`\ .
66+
- Supports :literal:`check\_mode`.
6767

6868

6969

docs/cp_gaia_allowed_clients_facts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Notes
4242
-----
4343

4444
.. note::
45-
- Supports \ :literal:`check\_mode`\ .
45+
- Supports :literal:`check\_mode`.
4646

4747

4848

docs/cp_gaia_api_versions_facts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Notes
4242
-----
4343

4444
.. note::
45-
- Supports \ :literal:`check\_mode`\ .
45+
- Supports :literal:`check\_mode`.
4646

4747

4848

docs/cp_gaia_asset_facts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Notes
4242
-----
4343

4444
.. note::
45-
- Supports \ :literal:`check\_mode`\ .
45+
- Supports :literal:`check\_mode`.
4646

4747

4848

docs/cp_gaia_banner.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Notes
4545
-----
4646

4747
.. note::
48-
- Supports \ :literal:`check\_mode`\ .
48+
- Supports :literal:`check\_mode`.
4949

5050

5151

@@ -62,7 +62,6 @@ Examples
6262

6363

6464

65-
6665
Return Values
6766
-------------
6867

0 commit comments

Comments
 (0)