Skip to content

Commit 81daf82

Browse files
committed
Fix merge conflict
1 parent 105a4ca commit 81daf82

File tree

5 files changed

+20
-18
lines changed

5 files changed

+20
-18
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,40 @@ Check_Point.gaia Release Notes
44

55
.. contents:: Topics
66

7-
v6.0.0
7+
8+
v7.0.0
89
======
910

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

13-
This is release 6.0.0 of ``check_point.gaia``, released on 2024-12-31.
14+
this release 7.0.0 of ``check_point.gaia``, released on 2025-1-1.
1415

1516
New Modules
1617
-----------
17-
cp_gaia_virtual_systems_facts – get virtual-system objects facts on Check Point machine over Web Services API.
18-
cp_gaia_virtual_switch – manages virtual switch on Check Point machine over Web Services API.
19-
cp_gaia_virtual_switch_facts – get virtual-switch objects facts on Check Point machine over Web Services API.
20-
cp_gaia_virtual_gateway – manages virtual-gateway objects on Check Point machine over Web Services API.
21-
cp_gaia_virtual_gateway_facts – get virtual-gateway objects facts on Check Point machine over Web Services API.
22-
cp_gaia_virtual_vsnext_state_facts – get the VSNext state on Check Point machine over Web Services API.
18+
19+
- check_point.gaia.cp_gaia_dynamic_content – install policy on a dynamic layer Check Point machine over Web Services API.
20+
- check_point.gaia.cp_gaia_dynamic_content_layer_facts – get the details of the installed policy on a given dynamic layer on a Check Point machine over Web Services API.
21+
- check_point.gaia.cp_gaia_dynamic_content_layers_facts – get the details of all dynamic layers on a Check Point machine over Web Services API.
22+
- check_point.gaia.cp_gaia_simulate_packet – simulate packet rulebase execution on a Check Point machine over Web Services API.
23+
2324

2425
v6.0.0
2526
======
2627

2728
Release Summary
2829
---------------
2930

30-
this release 6.0.0 of ``check_point.gaia``, released on 2023-11-1.
31+
This is release 6.0.0 of ``check_point.gaia``, released on 2024-12-31.
3132

3233
New Modules
3334
-----------
34-
35-
- check_point.gaia.cp_gaia_dynamic_content – install policy on a dynamic layer Check Point machine over Web Services API.
36-
- check_point.gaia.cp_gaia_dynamic_content_layer_facts – get the details of the installed policy on a given dynamic layer on a Check Point machine over Web Services API.
37-
- check_point.gaia.cp_gaia_dynamic_content_layers_facts – get the details of all dynamic layers on a Check Point machine over Web Services API.
38-
- check_point.gaia.cp_gaia_simulate_packet – simulate packet rulebase execution on a Check Point machine over Web Services API.
35+
cp_gaia_virtual_systems_facts – get virtual-system objects facts on Check Point machine over Web Services API.
36+
cp_gaia_virtual_switch – manages virtual switch on Check Point machine over Web Services API.
37+
cp_gaia_virtual_switch_facts – get virtual-switch objects facts on Check Point machine over Web Services API.
38+
cp_gaia_virtual_gateway – manages virtual-gateway objects on Check Point machine over Web Services API.
39+
cp_gaia_virtual_gateway_facts – get virtual-gateway objects facts on Check Point machine over Web Services API.
40+
cp_gaia_virtual_vsnext_state_facts – get the VSNext state on Check Point machine over Web Services API.
3941

4042

4143
v5.0.1

plugins/modules/cp_gaia_dynamic_content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
default: False
5555
type: bool
5656
short_description: installing policy
57-
version_added: '6.0.0'
57+
version_added: '7.0.0'
5858
notes:
5959
- its advisable to perform with wait_for_task set to false and refer to show_task command
6060
"""

plugins/modules/cp_gaia_dynamic_content_layer_facts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
default: True
4242
type: bool
4343
short_description: getting information of the chosen dynamic layer.
44-
version_added: '6.0.0'
44+
version_added: '7.0.0'
4545
4646
"""
4747

plugins/modules/cp_gaia_dynamic_content_layers_facts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
default: True
3838
type: bool
3939
short_description: get the names and meta-data of all dynamic layers.
40-
version_added: '6.0.0'
40+
version_added: '7.0.0'
4141
4242
"""
4343

plugins/modules/cp_gaia_simulate_packet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
default: True
116116
required: False
117117
short_description: installing policy
118-
version_added: '6.0.0'
118+
version_added: '7.0.0'
119119
notes:
120120
- its advisable to perform with wait_for_task set to false and refer to show_task command
121121
"""

0 commit comments

Comments
 (0)