You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+12-37Lines changed: 12 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ Check_Point.gaia Release Notes
5
5
.. contents:: Topics
6
6
7
7
8
-
v8.0.0
8
+
v6.0.0
9
9
======
10
10
11
11
Release Summary
12
12
---------------
13
13
14
-
this release 8.0.0 of ``check_point.gaia``, released on 2025-1-6.
14
+
this release 6.0.0 of ``check_point.gaia``, released on 2025-1-6.
15
15
16
16
New Modules
17
17
-----------
@@ -20,6 +20,16 @@ New Modules
20
20
- check_point.gaia.cp_gaia_alias_interface_facts – Get information about alias interfaces of a Check Point machine over Web Services API.
21
21
- check_point.gaia.cp_gaia_system_group – Manage system groups of a Check Point machine over Web Services API.
22
22
- check_point.gaia.cp_gaia_system_group_facts – Get information about system groups of a Check Point machine over Web Services API.
23
+
- check_point.gaia.cp_gaia_dynamic_content – install policy on a dynamic layer Check Point machine over Web Services API.
24
+
- 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.
25
+
- 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.
26
+
- check_point.gaia.cp_gaia_simulate_packet – simulate packet rulebase execution on a Check Point machine over Web Services API.
27
+
- check_point.gaia.cp_gaia_virtual_systems_facts – get virtual-system objects facts on Check Point machine over Web Services API.
28
+
- check_point.gaia.cp_gaia_virtual_switch – manages virtual switch on Check Point machine over Web Services API.
29
+
- check_point.gaia.cp_gaia_virtual_switch_facts – get virtual-switch objects facts on Check Point machine over Web Services API.
30
+
- check_point.gaia.cp_gaia_virtual_gateway – manages virtual-gateway objects on Check Point machine over Web Services API.
31
+
- check_point.gaia.cp_gaia_virtual_gateway_facts – get virtual-gateway objects facts on Check Point machine over Web Services API.
32
+
- check_point.gaia.cp_gaia_virtual_vsnext_state_facts – get the VSNext state on Check Point machine over Web Services API.
23
33
24
34
Major Changes
25
35
---------------
@@ -33,41 +43,6 @@ Bugfixes
33
43
- Fix bug: Cannot change password hash of user admin.
34
44
35
45
36
-
v7.0.0
37
-
======
38
-
39
-
Release Summary
40
-
---------------
41
-
42
-
this release 7.0.0 of ``check_point.gaia``, released on 2025-1-1.
43
-
44
-
New Modules
45
-
-----------
46
-
47
-
- check_point.gaia.cp_gaia_dynamic_content – install policy on a dynamic layer Check Point machine over Web Services API.
48
-
- 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.
49
-
- 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.
50
-
- check_point.gaia.cp_gaia_simulate_packet – simulate packet rulebase execution on a Check Point machine over Web Services API.
51
-
52
-
53
-
v6.0.0
54
-
======
55
-
56
-
Release Summary
57
-
---------------
58
-
59
-
This is release 6.0.0 of ``check_point.gaia``, released on 2024-12-31.
60
-
61
-
New Modules
62
-
-----------
63
-
- cp_gaia_virtual_systems_facts – get virtual-system objects facts on Check Point machine over Web Services API.
64
-
- cp_gaia_virtual_switch – manages virtual switch on Check Point machine over Web Services API.
65
-
- cp_gaia_virtual_switch_facts – get virtual-switch objects facts on Check Point machine over Web Services API.
66
-
- cp_gaia_virtual_gateway – manages virtual-gateway objects on Check Point machine over Web Services API.
67
-
- cp_gaia_virtual_gateway_facts – get virtual-gateway objects facts on Check Point machine over Web Services API.
68
-
- cp_gaia_virtual_vsnext_state_facts – get the VSNext state on Check Point machine over Web Services API.
0 commit comments