Skip to content

Commit 67b2370

Browse files
authored
v6.1.1 (#138)
* add new resource module * remove import and usage of deleted exception * remove deprecation warning * update version
1 parent c0a6f34 commit 67b2370

22 files changed

+199
-59
lines changed

CHANGELOG.rst

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ Check_Point.Mgmt Release Notes
44

55
.. contents:: Topics
66

7+
v6.1.1
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
This is release 6.1.1 of ``check_point.mgmt``, released on 2023-08-12.
14+
15+
Bugfixes
16+
--------
17+
18+
- module_utils/checkpoint - Remove usage of CertificateError causing failures in ansible-core 2.17.
19+
720
v6.1.0
821
======
922

@@ -37,9 +50,26 @@ New Modules
3750

3851
- check_point.mgmt.cp_mgmt_add_custom_trusted_ca_certificate - Create new custom trusted CA certificate.
3952
- check_point.mgmt.cp_mgmt_add_outbound_inspection_certificate - Add outbound-inspection-certificate
40-
- check_point.mgmt.cp_mgmt_cp_trusted_ca_certificate_facts - Retrieve existing Check Point trusted CA certificate objects facts on Checkpoint devices..
53+
- check_point.mgmt.cp_mgmt_cp_trusted_ca_certificate_facts - Retrieve existing Check Point trusted CA certificate objects facts on Checkpoint devices.
4154
- check_point.mgmt.cp_mgmt_custom_trusted_ca_certificate_facts - Retrieve existing custom trusted CA certificate objects facts on Checkpoint devices.
55+
- check_point.mgmt.cp_mgmt_data_type_compound_group - Manages data-type-compound-group objects on Checkpoint over Web Services API
56+
- check_point.mgmt.cp_mgmt_data_type_compound_group_facts - Get data-type-compound-group objects facts on Checkpoint over Web Services API
57+
- check_point.mgmt.cp_mgmt_data_type_file_attributes - Manages data-type-file-attributes objects on Checkpoint over Web Services API
58+
- check_point.mgmt.cp_mgmt_data_type_file_attributes_facts - Get data-type-file-attributes objects facts on Checkpoint over Web Services API
59+
- check_point.mgmt.cp_mgmt_data_type_file_group_facts - Get data-type-file-group objects facts on Checkpoint over Web Services API
60+
- check_point.mgmt.cp_mgmt_data_type_group - Manages data-type-group objects on Checkpoint over Web Services API
61+
- check_point.mgmt.cp_mgmt_data_type_group_facts - Get data-type-group objects facts on Checkpoint over Web Services API
62+
- check_point.mgmt.cp_mgmt_data_type_keywords - Manages data-type-keywords objects on Checkpoint over Web Services API
63+
- check_point.mgmt.cp_mgmt_data_type_keywords_facts - Get data-type-keywords objects facts on Checkpoint over Web Services API
64+
- check_point.mgmt.cp_mgmt_data_type_patterns - Manages data-type-patterns objects on Checkpoint over Web Services API
65+
- check_point.mgmt.cp_mgmt_data_type_patterns_facts - Get data-type-patterns objects facts on Checkpoint over Web Services API
66+
- check_point.mgmt.cp_mgmt_data_type_traditional_group - Manages data-type-traditional-group objects on Checkpoint over Web Services API
67+
- check_point.mgmt.cp_mgmt_data_type_traditional_group_facts - Get data-type-traditional-group objects facts on Checkpoint over Web Services API
68+
- check_point.mgmt.cp_mgmt_data_type_weighted_keywords - Manages data-type-weighted-keywords objects on Checkpoint over Web Services API
69+
- check_point.mgmt.cp_mgmt_data_type_weighted_keywords_facts - Get data-type-weighted-keywords objects facts on Checkpoint over Web Services API
4270
- check_point.mgmt.cp_mgmt_delete_custom_trusted_ca_certificate - Delete existing custom trusted CA certificate using name or uid.
71+
- check_point.mgmt.cp_mgmt_delete_infinity_idp - Delete Infinity Identity Provider from the Infinity Portal using object name or uid.
72+
- check_point.mgmt.cp_mgmt_delete_infinity_idp_object - Delete users/groups/machines from the Identity Provider using object name or uid.
4373
- check_point.mgmt.cp_mgmt_delete_outbound_inspection_certificate - Delete outbound-inspection-certificate
4474
- check_point.mgmt.cp_mgmt_external_trusted_ca - Manages external-trusted-ca objects on Checkpoint over Web Services API
4575
- check_point.mgmt.cp_mgmt_external_trusted_ca_facts - Get external-trusted-ca objects facts on Checkpoint over Web Services API
@@ -48,6 +78,8 @@ New Modules
4878
- check_point.mgmt.cp_mgmt_import_outbound_inspection_certificate - Import Outbound Inspection certificate for HTTPS inspection.
4979
- check_point.mgmt.cp_mgmt_infinity_idp_facts - Get Infinity Identity Provider objects facts from the Infinity Portal.
5080
- check_point.mgmt.cp_mgmt_infinity_idp_object_facts - Retrieve users/groups/machines objects facts from the Identity Provider.
81+
- check_point.mgmt.cp_mgmt_limit - Manages limit objects on Checkpoint over Web Services API
82+
- check_point.mgmt.cp_mgmt_limit_facts - Get limit objects facts on Checkpoint over Web Services API
5183
- check_point.mgmt.cp_mgmt_mobile_access_profile_rule - Manages mobile-access-profile-rule objects on Checkpoint over Web Services API
5284
- check_point.mgmt.cp_mgmt_mobile_access_profile_rule_facts - Get mobile-access-profile-rule objects facts on Checkpoint over Web Services API
5385
- check_point.mgmt.cp_mgmt_mobile_access_profile_section - Manages mobile-access-profile-section objects on Checkpoint over Web Services API
@@ -63,16 +95,34 @@ New Modules
6395
- check_point.mgmt.cp_mgmt_opsec_trusted_ca - Manages opsec-trusted-ca objects on Checkpoint over Web Services API
6496
- check_point.mgmt.cp_mgmt_opsec_trusted_ca_facts - Get opsec-trusted-ca objects facts on Checkpoint over Web Services API
6597
- check_point.mgmt.cp_mgmt_outbound_inspection_certificate_facts - Get outbound-inspection-certificate objects facts on Checkpoint over Web Services API
98+
- check_point.mgmt.cp_mgmt_override_categorization - Manages override-categorization objects on Checkpoint over Web Services API
99+
- check_point.mgmt.cp_mgmt_override_categorization_facts - Get override-categorization objects facts on Checkpoint over Web Services API
66100
- check_point.mgmt.cp_mgmt_passcode_profile - Manages passcode-profile objects on Checkpoint over Web Services API
67101
- check_point.mgmt.cp_mgmt_passcode_profile_facts - Get passcode-profile objects facts on Checkpoint over Web Services API
102+
- check_point.mgmt.cp_mgmt_resource_cifs - Manages resource-cifs objects on Checkpoint over Web Services API
103+
- check_point.mgmt.cp_mgmt_resource_cifs_facts - Get resource-cifs objects facts on Checkpoint over Web Services API
104+
- check_point.mgmt.cp_mgmt_resource_ftp - Manages resource-ftp objects on Checkpoint over Web Services API
105+
- check_point.mgmt.cp_mgmt_resource_ftp_facts - Get resource-ftp objects facts on Checkpoint over Web Services API
106+
- check_point.mgmt.cp_mgmt_resource_smtp - Manages resource-smtp objects on Checkpoint over Web Services API
107+
- check_point.mgmt.cp_mgmt_resource_smtp_facts - Get resource-smtp objects facts on Checkpoint over Web Services API
108+
- check_point.mgmt.cp_mgmt_resource_uri - Manages resource-uri objects on Checkpoint over Web Services API
109+
- check_point.mgmt.cp_mgmt_resource_uri_facts - Get resource-uri objects facts on Checkpoint over Web Services API
110+
- check_point.mgmt.cp_mgmt_set_app_control_advanced_settings - Edit Application Control & URL Filtering Blades' Settings.
111+
- check_point.mgmt.cp_mgmt_set_content_awareness_advanced_settings - Edit Content Awareness Blades' Settings.
68112
- check_point.mgmt.cp_mgmt_set_cp_trusted_ca_certificate - Edit existing Check Point trusted CA certificate using name or uid.
69113
- check_point.mgmt.cp_mgmt_set_gateway_global_use - Enable or disable global usage on a specific target.
70114
- check_point.mgmt.cp_mgmt_set_internal_trusted_ca - Edit existing Internal CA object.
71115
- check_point.mgmt.cp_mgmt_set_outbound_inspection_certificate - Edit outbound-inspection-certificate
116+
- check_point.mgmt.cp_mgmt_show_app_control_advanced_settings - Show Application Control & URL Filtering Blades' Settings.
117+
- check_point.mgmt.cp_mgmt_show_content_awareness_advanced_settings - Show Content Awareness Blades' Settings.
118+
- check_point.mgmt.cp_mgmt_show_gateway_capabilities - Show supported Check Point Gateway capabilities such as versions, hardwares, platforms and blades.
72119
- check_point.mgmt.cp_mgmt_show_gateway_global_use - Show global usage of a specific target.
73120
- check_point.mgmt.cp_mgmt_show_internal_trusted_ca - Retrieve existing Internal CA object.
121+
- check_point.mgmt.cp_mgmt_show_last_published_session - Shows the last published session.
74122
- check_point.mgmt.cp_mgmt_show_mobile_access_profile_section - Retrieve existing Mobile Access Profile section using section name or uid.
75123
- check_point.mgmt.cp_mgmt_show_mobile_access_section - Retrieve existing Mobile Access section using section name or uid.
124+
- check_point.mgmt.cp_mgmt_verify_management_license - Check how many Security Gateway objects the Management Server license supports.
125+
- check_point.mgmt.cp_mgmt_vsx_provisioning_tool - Run the VSX provisioning tool with the specified parameters.
76126

77127
v5.2.3
78128
======

changelogs/changelog.yaml

Lines changed: 131 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -976,16 +976,71 @@ releases:
976976
name: cp_mgmt_add_outbound_inspection_certificate
977977
namespace: ''
978978
- description: Retrieve existing Check Point trusted CA certificate objects facts
979-
on Checkpoint devices..
979+
on Checkpoint devices.
980980
name: cp_mgmt_cp_trusted_ca_certificate_facts
981981
namespace: ''
982982
- description: Retrieve existing custom trusted CA certificate objects facts on
983983
Checkpoint devices.
984984
name: cp_mgmt_custom_trusted_ca_certificate_facts
985985
namespace: ''
986+
- description: Manages data-type-compound-group objects on Checkpoint over Web Services
987+
API
988+
name: cp_mgmt_data_type_compound_group
989+
namespace: ''
990+
- description: Get data-type-compound-group objects facts on Checkpoint over Web Services
991+
API
992+
name: cp_mgmt_data_type_compound_group_facts
993+
namespace: ''
994+
- description: Manages data-type-file-attributes objects on Checkpoint over Web Services
995+
API
996+
name: cp_mgmt_data_type_file_attributes
997+
namespace: ''
998+
- description: Get data-type-file-attributes objects facts on Checkpoint over Web Services
999+
API
1000+
name: cp_mgmt_data_type_file_attributes_facts
1001+
namespace: ''
1002+
- description: Get data-type-file-group objects facts on Checkpoint over Web Services API
1003+
name: cp_mgmt_data_type_file_group_facts
1004+
namespace: ''
1005+
- description: Manages data-type-group objects on Checkpoint over Web Services API
1006+
name: cp_mgmt_data_type_group
1007+
namespace: ''
1008+
- description: Get data-type-group objects facts on Checkpoint over Web Services API
1009+
name: cp_mgmt_data_type_group_facts
1010+
namespace: ''
1011+
- description: Manages data-type-keywords objects on Checkpoint over Web Services API
1012+
name: cp_mgmt_data_type_keywords
1013+
namespace: ''
1014+
- description: Get data-type-keywords objects facts on Checkpoint over Web Services API
1015+
name: cp_mgmt_data_type_keywords_facts
1016+
namespace: ''
1017+
- description: Manages data-type-patterns objects on Checkpoint over Web Services API
1018+
name: cp_mgmt_data_type_patterns
1019+
namespace: ''
1020+
- description: Get data-type-patterns objects facts on Checkpoint over Web Services API
1021+
name: cp_mgmt_data_type_patterns_facts
1022+
namespace: ''
1023+
- description: Manages data-type-traditional-group objects on Checkpoint over Web Services API
1024+
name: cp_mgmt_data_type_traditional_group
1025+
namespace: ''
1026+
- description: Get data-type-traditional-group objects facts on Checkpoint over Web Services API
1027+
name: cp_mgmt_data_type_traditional_group_facts
1028+
namespace: ''
1029+
- description: Manages data-type-weighted-keywords objects on Checkpoint over Web Services API
1030+
name: cp_mgmt_data_type_weighted_keywords
1031+
namespace: ''
1032+
- description: Get data-type-weighted-keywords objects facts on Checkpoint over Web Services API
1033+
name: cp_mgmt_data_type_weighted_keywords_facts
1034+
namespace: ''
9861035
- description: Delete existing custom trusted CA certificate using name or uid.
9871036
name: cp_mgmt_delete_custom_trusted_ca_certificate
9881037
namespace: ''
1038+
- description: Delete Infinity Identity Provider from the Infinity Portal using object name or uid.
1039+
name: cp_mgmt_delete_infinity_idp
1040+
namespace: ''
1041+
- description: Delete users/groups/machines from the Identity Provider using object name or uid.
1042+
name: cp_mgmt_delete_infinity_idp_object
1043+
namespace: ''
9891044
- description: Delete outbound-inspection-certificate
9901045
name: cp_mgmt_delete_outbound_inspection_certificate
9911046
namespace: ''
@@ -1014,6 +1069,12 @@ releases:
10141069
Provider.
10151070
name: cp_mgmt_infinity_idp_object_facts
10161071
namespace: ''
1072+
- description: Manages limit objects on Checkpoint over Web Services API
1073+
name: cp_mgmt_limit
1074+
namespace: ''
1075+
- description: Get limit objects facts on Checkpoint over Web Services API
1076+
name: cp_mgmt_limit_facts
1077+
namespace: ''
10171078
- description: Manages mobile-access-profile-rule objects on Checkpoint over Web
10181079
Services API
10191080
name: cp_mgmt_mobile_access_profile_rule
@@ -1073,6 +1134,12 @@ releases:
10731134
over Web Services API
10741135
name: cp_mgmt_outbound_inspection_certificate_facts
10751136
namespace: ''
1137+
- description: Manages override-categorization objects on Checkpoint over Web Services API
1138+
name: cp_mgmt_override_categorization
1139+
namespace: ''
1140+
- description: Get override-categorization objects facts on Checkpoint over Web Services API
1141+
name: cp_mgmt_override_categorization_facts
1142+
namespace: ''
10761143
- description: Manages passcode-profile objects on Checkpoint over Web Services
10771144
API
10781145
name: cp_mgmt_passcode_profile
@@ -1081,6 +1148,36 @@ releases:
10811148
API
10821149
name: cp_mgmt_passcode_profile_facts
10831150
namespace: ''
1151+
- description: Manages resource-cifs objects on Checkpoint over Web Services API
1152+
name: cp_mgmt_resource_cifs
1153+
namespace: ''
1154+
- description: Get resource-cifs objects facts on Checkpoint over Web Services API
1155+
name: cp_mgmt_resource_cifs_facts
1156+
namespace: ''
1157+
- description: Manages resource-ftp objects on Checkpoint over Web Services API
1158+
name: cp_mgmt_resource_ftp
1159+
namespace: ''
1160+
- description: Get resource-ftp objects facts on Checkpoint over Web Services API
1161+
name: cp_mgmt_resource_ftp_facts
1162+
namespace: ''
1163+
- description: Manages resource-smtp objects on Checkpoint over Web Services API
1164+
name: cp_mgmt_resource_smtp
1165+
namespace: ''
1166+
- description: Get resource-smtp objects facts on Checkpoint over Web Services API
1167+
name: cp_mgmt_resource_smtp_facts
1168+
namespace: ''
1169+
- description: Manages resource-uri objects on Checkpoint over Web Services API
1170+
name: cp_mgmt_resource_uri
1171+
namespace: ''
1172+
- description: Get resource-uri objects facts on Checkpoint over Web Services API
1173+
name: cp_mgmt_resource_uri_facts
1174+
namespace: ''
1175+
- description: Edit Application Control & URL Filtering Blades' Settings.
1176+
name: cp_mgmt_set_app_control_advanced_settings
1177+
namespace: ''
1178+
- description: Edit Content Awareness Blades' Settings.
1179+
name: cp_mgmt_set_content_awareness_advanced_settings
1180+
namespace: ''
10841181
- description: Edit existing Check Point trusted CA certificate using name or
10851182
uid.
10861183
name: cp_mgmt_set_cp_trusted_ca_certificate
@@ -1094,31 +1191,57 @@ releases:
10941191
- description: Edit outbound-inspection-certificate
10951192
name: cp_mgmt_set_outbound_inspection_certificate
10961193
namespace: ''
1194+
- description: Show Application Control & URL Filtering Blades' Settings.
1195+
name: cp_mgmt_show_app_control_advanced_settings
1196+
namespace: ''
1197+
- description: Show Content Awareness Blades' Settings.
1198+
name: cp_mgmt_show_content_awareness_advanced_settings
1199+
namespace: ''
1200+
- description: Show supported Check Point Gateway capabilities such as versions, hardwares, platforms and blades.
1201+
name: cp_mgmt_show_gateway_capabilities
1202+
namespace: ''
10971203
- description: Show global usage of a specific target.
10981204
name: cp_mgmt_show_gateway_global_use
10991205
namespace: ''
11001206
- description: Retrieve existing Internal CA object.
11011207
name: cp_mgmt_show_internal_trusted_ca
11021208
namespace: ''
1209+
- description: Shows the last published session.
1210+
name: cp_mgmt_show_last_published_session
1211+
namespace: ''
11031212
- description: Retrieve existing Mobile Access Profile section using section name
11041213
or uid.
11051214
name: cp_mgmt_show_mobile_access_profile_section
11061215
namespace: ''
11071216
- description: Retrieve existing Mobile Access section using section name or uid.
11081217
name: cp_mgmt_show_mobile_access_section
11091218
namespace: ''
1219+
- description: Check how many Security Gateway objects the Management Server license supports.
1220+
name: cp_mgmt_verify_management_license
1221+
namespace: ''
1222+
- description: Run the VSX provisioning tool with the specified parameters.
1223+
name: cp_mgmt_vsx_provisioning_tool
1224+
namespace: ''
11101225
release_date: '2024-06-16'
11111226
6.1.0:
11121227
changes:
11131228
release_summary: This is release 6.1.0 of ``check_point.mgmt``, released on
11141229
2024-07-08.
11151230
fragments:
1116-
- 6.1.0.yml
1231+
- 6.1.0.yml
11171232
modules:
1118-
- description: Configure advanced settings for HTTPS Inspection.
1119-
name: cp_mgmt_set_https_advanced_settings
1120-
namespace: ''
1121-
- description: Show advanced settings for HTTPS Inspection.
1122-
name: cp_mgmt_show_https_advanced_settings
1123-
namespace: ''
1233+
- description: Configure advanced settings for HTTPS Inspection.
1234+
name: cp_mgmt_set_https_advanced_settings
1235+
namespace: ''
1236+
- description: Show advanced settings for HTTPS Inspection.
1237+
name: cp_mgmt_show_https_advanced_settings
1238+
namespace: ''
11241239
release_date: '2024-07-08'
1240+
6.1.1:
1241+
changes:
1242+
bugfixes:
1243+
- module_utils/checkpoint.py - Remove usage of CertificateError causing failures in ansible-core 2.17.
1244+
release_summary: This is release 6.1.1 of ``check_point.mgmt``, released on 2023-08-12.
1245+
fragments:
1246+
- 6.1.1.yml
1247+
release_date: "2022-08-12"

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: mgmt
1010

1111
# The version of the collection. Must be compatible with semantic versioning
12-
version: 6.1.0
12+
version: 6.1.1
1313

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

meta/runtime.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ plugin_routing:
2020
warning_text: >
2121
cp_mgmt_delete_nat_rule will be removed in a future release of this collection.
2222
Use newer and updated module cp_mgmt_nat_rule with more functionality instead.
23-
cp_mgmt_access_layer:
24-
deprecation:
25-
removal_date: "2024-11-01"
26-
warning_text: >
27-
cp_mgmt_access_layer will be removed in a future release of this collection.
28-
Use newer and updated module cp_mgmt_access_layers with more functionality instead.
2923
cp_mgmt_show_task:
3024
deprecation:
3125
removal_date: "2024-11-01"
@@ -38,15 +32,3 @@ plugin_routing:
3832
warning_text: >
3933
cp_mgmt_show_tasks will be removed in a future release of this collection.
4034
Use newer and updated module cp_mgmt_task_facts instead.
41-
cp_mgmt_host:
42-
deprecation:
43-
removal_date: "2024-11-01"
44-
warning_text: >
45-
cp_mgmt_host will be removed in a future release of this collection.
46-
Use newer and updated module cp_mgmt_hosts with more functionality instead.
47-
cp_mgmt_threat_layer:
48-
deprecation:
49-
removal_date: "2024-11-01"
50-
warning_text: >
51-
cp_mgmt_threat_layer will be removed in a future release of this collection.
52-
Use newer and updated module cp_mgmt_threat_layers with more functionality instead.

0 commit comments

Comments
 (0)