Skip to content

Commit 105a4ca

Browse files
committed
CR fixes
1 parent 0a99581 commit 105a4ca

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ cp_gaia_virtual_gateway – manages virtual-gateway objects on Check Point machi
2121
cp_gaia_virtual_gateway_facts – get virtual-gateway objects facts on Check Point machine over Web Services API.
2222
cp_gaia_virtual_vsnext_state_facts – get the VSNext state on Check Point machine over Web Services API.
2323

24-
v5.1.0
24+
v6.0.0
2525
======
2626

2727
Release Summary
2828
---------------
2929

30-
this release 5.1.0 of ``check_point.gaia``, released on 2023-11-1.
30+
this release 6.0.0 of ``check_point.gaia``, released on 2023-11-1.
3131

3232
New Modules
3333
-----------

plugins/modules/cp_gaia_dynamic_content.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
wait_for_task:
5252
description: Wait for task or return immediately.
5353
required: False
54-
default: false
54+
default: False
5555
type: bool
5656
short_description: installing policy
57-
version_added: '5.1.0'
57+
version_added: '6.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: '5.1.0'
44+
version_added: '6.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: '5.1.0'
40+
version_added: '6.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: '5.1.0'
118+
version_added: '6.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)