Skip to content

Commit 44f2f3c

Browse files
committed
unify release version
1 parent b305b17 commit 44f2f3c

File tree

2 files changed

+13
-38
lines changed

2 files changed

+13
-38
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Check_Point.gaia Release Notes
55
.. contents:: Topics
66

77

8-
v8.0.0
8+
v6.0.0
99
======
1010

1111
Release Summary
1212
---------------
1313

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.
1515

1616
New Modules
1717
-----------
@@ -20,6 +20,16 @@ New Modules
2020
- check_point.gaia.cp_gaia_alias_interface_facts – Get information about alias interfaces of a Check Point machine over Web Services API.
2121
- check_point.gaia.cp_gaia_system_group – Manage system groups of a Check Point machine over Web Services API.
2222
- 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.
2333

2434
Major Changes
2535
---------------
@@ -33,41 +43,6 @@ Bugfixes
3343
- Fix bug: Cannot change password hash of user admin.
3444

3545

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.
69-
70-
7146
v5.0.1
7247
======
7348

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: 8.0.0
12+
version: 6.0.0
1313

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

0 commit comments

Comments
 (0)