Skip to content

Commit

Permalink
v6.1.1 (#138)
Browse files Browse the repository at this point in the history
* add new resource module

* remove import and usage of deleted exception

* remove deprecation warning

* update version
  • Loading branch information
chkp-edenbr authored Aug 12, 2024
1 parent c0a6f34 commit 67b2370
Show file tree
Hide file tree
Showing 22 changed files with 199 additions and 59 deletions.
52 changes: 51 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Check_Point.Mgmt Release Notes

.. contents:: Topics

v6.1.1
======

Release Summary
---------------

This is release 6.1.1 of ``check_point.mgmt``, released on 2023-08-12.

Bugfixes
--------

- module_utils/checkpoint - Remove usage of CertificateError causing failures in ansible-core 2.17.

v6.1.0
======

Expand Down Expand Up @@ -37,9 +50,26 @@ New Modules

- check_point.mgmt.cp_mgmt_add_custom_trusted_ca_certificate - Create new custom trusted CA certificate.
- check_point.mgmt.cp_mgmt_add_outbound_inspection_certificate - Add outbound-inspection-certificate
- check_point.mgmt.cp_mgmt_cp_trusted_ca_certificate_facts - Retrieve existing Check Point trusted CA certificate objects facts on Checkpoint devices..
- check_point.mgmt.cp_mgmt_cp_trusted_ca_certificate_facts - Retrieve existing Check Point trusted CA certificate objects facts on Checkpoint devices.
- check_point.mgmt.cp_mgmt_custom_trusted_ca_certificate_facts - Retrieve existing custom trusted CA certificate objects facts on Checkpoint devices.
- check_point.mgmt.cp_mgmt_data_type_compound_group - Manages data-type-compound-group objects on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_data_type_compound_group_facts - Get data-type-compound-group objects facts on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_data_type_file_attributes - Manages data-type-file-attributes objects on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_data_type_file_attributes_facts - Get data-type-file-attributes objects facts on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_data_type_file_group_facts - Get data-type-file-group objects facts on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_data_type_group - Manages data-type-group objects on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_data_type_group_facts - Get data-type-group objects facts on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_data_type_keywords - Manages data-type-keywords objects on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_data_type_keywords_facts - Get data-type-keywords objects facts on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_data_type_patterns - Manages data-type-patterns objects on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_data_type_patterns_facts - Get data-type-patterns objects facts on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_data_type_traditional_group - Manages data-type-traditional-group objects on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_data_type_traditional_group_facts - Get data-type-traditional-group objects facts on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_data_type_weighted_keywords - Manages data-type-weighted-keywords objects on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_data_type_weighted_keywords_facts - Get data-type-weighted-keywords objects facts on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_delete_custom_trusted_ca_certificate - Delete existing custom trusted CA certificate using name or uid.
- check_point.mgmt.cp_mgmt_delete_infinity_idp - Delete Infinity Identity Provider from the Infinity Portal using object name or uid.
- check_point.mgmt.cp_mgmt_delete_infinity_idp_object - Delete users/groups/machines from the Identity Provider using object name or uid.
- check_point.mgmt.cp_mgmt_delete_outbound_inspection_certificate - Delete outbound-inspection-certificate
- check_point.mgmt.cp_mgmt_external_trusted_ca - Manages external-trusted-ca objects on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_external_trusted_ca_facts - Get external-trusted-ca objects facts on Checkpoint over Web Services API
Expand All @@ -48,6 +78,8 @@ New Modules
- check_point.mgmt.cp_mgmt_import_outbound_inspection_certificate - Import Outbound Inspection certificate for HTTPS inspection.
- check_point.mgmt.cp_mgmt_infinity_idp_facts - Get Infinity Identity Provider objects facts from the Infinity Portal.
- check_point.mgmt.cp_mgmt_infinity_idp_object_facts - Retrieve users/groups/machines objects facts from the Identity Provider.
- check_point.mgmt.cp_mgmt_limit - Manages limit objects on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_limit_facts - Get limit objects facts on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_mobile_access_profile_rule - Manages mobile-access-profile-rule objects on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_mobile_access_profile_rule_facts - Get mobile-access-profile-rule objects facts on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_mobile_access_profile_section - Manages mobile-access-profile-section objects on Checkpoint over Web Services API
Expand All @@ -63,16 +95,34 @@ New Modules
- check_point.mgmt.cp_mgmt_opsec_trusted_ca - Manages opsec-trusted-ca objects on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_opsec_trusted_ca_facts - Get opsec-trusted-ca objects facts on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_outbound_inspection_certificate_facts - Get outbound-inspection-certificate objects facts on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_override_categorization - Manages override-categorization objects on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_override_categorization_facts - Get override-categorization objects facts on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_passcode_profile - Manages passcode-profile objects on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_passcode_profile_facts - Get passcode-profile objects facts on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_resource_cifs - Manages resource-cifs objects on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_resource_cifs_facts - Get resource-cifs objects facts on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_resource_ftp - Manages resource-ftp objects on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_resource_ftp_facts - Get resource-ftp objects facts on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_resource_smtp - Manages resource-smtp objects on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_resource_smtp_facts - Get resource-smtp objects facts on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_resource_uri - Manages resource-uri objects on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_resource_uri_facts - Get resource-uri objects facts on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_set_app_control_advanced_settings - Edit Application Control & URL Filtering Blades' Settings.
- check_point.mgmt.cp_mgmt_set_content_awareness_advanced_settings - Edit Content Awareness Blades' Settings.
- check_point.mgmt.cp_mgmt_set_cp_trusted_ca_certificate - Edit existing Check Point trusted CA certificate using name or uid.
- check_point.mgmt.cp_mgmt_set_gateway_global_use - Enable or disable global usage on a specific target.
- check_point.mgmt.cp_mgmt_set_internal_trusted_ca - Edit existing Internal CA object.
- check_point.mgmt.cp_mgmt_set_outbound_inspection_certificate - Edit outbound-inspection-certificate
- check_point.mgmt.cp_mgmt_show_app_control_advanced_settings - Show Application Control & URL Filtering Blades' Settings.
- check_point.mgmt.cp_mgmt_show_content_awareness_advanced_settings - Show Content Awareness Blades' Settings.
- check_point.mgmt.cp_mgmt_show_gateway_capabilities - Show supported Check Point Gateway capabilities such as versions, hardwares, platforms and blades.
- check_point.mgmt.cp_mgmt_show_gateway_global_use - Show global usage of a specific target.
- check_point.mgmt.cp_mgmt_show_internal_trusted_ca - Retrieve existing Internal CA object.
- check_point.mgmt.cp_mgmt_show_last_published_session - Shows the last published session.
- check_point.mgmt.cp_mgmt_show_mobile_access_profile_section - Retrieve existing Mobile Access Profile section using section name or uid.
- check_point.mgmt.cp_mgmt_show_mobile_access_section - Retrieve existing Mobile Access section using section name or uid.
- check_point.mgmt.cp_mgmt_verify_management_license - Check how many Security Gateway objects the Management Server license supports.
- check_point.mgmt.cp_mgmt_vsx_provisioning_tool - Run the VSX provisioning tool with the specified parameters.

v5.2.3
======
Expand Down
139 changes: 131 additions & 8 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -976,16 +976,71 @@ releases:
name: cp_mgmt_add_outbound_inspection_certificate
namespace: ''
- description: Retrieve existing Check Point trusted CA certificate objects facts
on Checkpoint devices..
on Checkpoint devices.
name: cp_mgmt_cp_trusted_ca_certificate_facts
namespace: ''
- description: Retrieve existing custom trusted CA certificate objects facts on
Checkpoint devices.
name: cp_mgmt_custom_trusted_ca_certificate_facts
namespace: ''
- description: Manages data-type-compound-group objects on Checkpoint over Web Services
API
name: cp_mgmt_data_type_compound_group
namespace: ''
- description: Get data-type-compound-group objects facts on Checkpoint over Web Services
API
name: cp_mgmt_data_type_compound_group_facts
namespace: ''
- description: Manages data-type-file-attributes objects on Checkpoint over Web Services
API
name: cp_mgmt_data_type_file_attributes
namespace: ''
- description: Get data-type-file-attributes objects facts on Checkpoint over Web Services
API
name: cp_mgmt_data_type_file_attributes_facts
namespace: ''
- description: Get data-type-file-group objects facts on Checkpoint over Web Services API
name: cp_mgmt_data_type_file_group_facts
namespace: ''
- description: Manages data-type-group objects on Checkpoint over Web Services API
name: cp_mgmt_data_type_group
namespace: ''
- description: Get data-type-group objects facts on Checkpoint over Web Services API
name: cp_mgmt_data_type_group_facts
namespace: ''
- description: Manages data-type-keywords objects on Checkpoint over Web Services API
name: cp_mgmt_data_type_keywords
namespace: ''
- description: Get data-type-keywords objects facts on Checkpoint over Web Services API
name: cp_mgmt_data_type_keywords_facts
namespace: ''
- description: Manages data-type-patterns objects on Checkpoint over Web Services API
name: cp_mgmt_data_type_patterns
namespace: ''
- description: Get data-type-patterns objects facts on Checkpoint over Web Services API
name: cp_mgmt_data_type_patterns_facts
namespace: ''
- description: Manages data-type-traditional-group objects on Checkpoint over Web Services API
name: cp_mgmt_data_type_traditional_group
namespace: ''
- description: Get data-type-traditional-group objects facts on Checkpoint over Web Services API
name: cp_mgmt_data_type_traditional_group_facts
namespace: ''
- description: Manages data-type-weighted-keywords objects on Checkpoint over Web Services API
name: cp_mgmt_data_type_weighted_keywords
namespace: ''
- description: Get data-type-weighted-keywords objects facts on Checkpoint over Web Services API
name: cp_mgmt_data_type_weighted_keywords_facts
namespace: ''
- description: Delete existing custom trusted CA certificate using name or uid.
name: cp_mgmt_delete_custom_trusted_ca_certificate
namespace: ''
- description: Delete Infinity Identity Provider from the Infinity Portal using object name or uid.
name: cp_mgmt_delete_infinity_idp
namespace: ''
- description: Delete users/groups/machines from the Identity Provider using object name or uid.
name: cp_mgmt_delete_infinity_idp_object
namespace: ''
- description: Delete outbound-inspection-certificate
name: cp_mgmt_delete_outbound_inspection_certificate
namespace: ''
Expand Down Expand Up @@ -1014,6 +1069,12 @@ releases:
Provider.
name: cp_mgmt_infinity_idp_object_facts
namespace: ''
- description: Manages limit objects on Checkpoint over Web Services API
name: cp_mgmt_limit
namespace: ''
- description: Get limit objects facts on Checkpoint over Web Services API
name: cp_mgmt_limit_facts
namespace: ''
- description: Manages mobile-access-profile-rule objects on Checkpoint over Web
Services API
name: cp_mgmt_mobile_access_profile_rule
Expand Down Expand Up @@ -1073,6 +1134,12 @@ releases:
over Web Services API
name: cp_mgmt_outbound_inspection_certificate_facts
namespace: ''
- description: Manages override-categorization objects on Checkpoint over Web Services API
name: cp_mgmt_override_categorization
namespace: ''
- description: Get override-categorization objects facts on Checkpoint over Web Services API
name: cp_mgmt_override_categorization_facts
namespace: ''
- description: Manages passcode-profile objects on Checkpoint over Web Services
API
name: cp_mgmt_passcode_profile
Expand All @@ -1081,6 +1148,36 @@ releases:
API
name: cp_mgmt_passcode_profile_facts
namespace: ''
- description: Manages resource-cifs objects on Checkpoint over Web Services API
name: cp_mgmt_resource_cifs
namespace: ''
- description: Get resource-cifs objects facts on Checkpoint over Web Services API
name: cp_mgmt_resource_cifs_facts
namespace: ''
- description: Manages resource-ftp objects on Checkpoint over Web Services API
name: cp_mgmt_resource_ftp
namespace: ''
- description: Get resource-ftp objects facts on Checkpoint over Web Services API
name: cp_mgmt_resource_ftp_facts
namespace: ''
- description: Manages resource-smtp objects on Checkpoint over Web Services API
name: cp_mgmt_resource_smtp
namespace: ''
- description: Get resource-smtp objects facts on Checkpoint over Web Services API
name: cp_mgmt_resource_smtp_facts
namespace: ''
- description: Manages resource-uri objects on Checkpoint over Web Services API
name: cp_mgmt_resource_uri
namespace: ''
- description: Get resource-uri objects facts on Checkpoint over Web Services API
name: cp_mgmt_resource_uri_facts
namespace: ''
- description: Edit Application Control & URL Filtering Blades' Settings.
name: cp_mgmt_set_app_control_advanced_settings
namespace: ''
- description: Edit Content Awareness Blades' Settings.
name: cp_mgmt_set_content_awareness_advanced_settings
namespace: ''
- description: Edit existing Check Point trusted CA certificate using name or
uid.
name: cp_mgmt_set_cp_trusted_ca_certificate
Expand All @@ -1094,31 +1191,57 @@ releases:
- description: Edit outbound-inspection-certificate
name: cp_mgmt_set_outbound_inspection_certificate
namespace: ''
- description: Show Application Control & URL Filtering Blades' Settings.
name: cp_mgmt_show_app_control_advanced_settings
namespace: ''
- description: Show Content Awareness Blades' Settings.
name: cp_mgmt_show_content_awareness_advanced_settings
namespace: ''
- description: Show supported Check Point Gateway capabilities such as versions, hardwares, platforms and blades.
name: cp_mgmt_show_gateway_capabilities
namespace: ''
- description: Show global usage of a specific target.
name: cp_mgmt_show_gateway_global_use
namespace: ''
- description: Retrieve existing Internal CA object.
name: cp_mgmt_show_internal_trusted_ca
namespace: ''
- description: Shows the last published session.
name: cp_mgmt_show_last_published_session
namespace: ''
- description: Retrieve existing Mobile Access Profile section using section name
or uid.
name: cp_mgmt_show_mobile_access_profile_section
namespace: ''
- description: Retrieve existing Mobile Access section using section name or uid.
name: cp_mgmt_show_mobile_access_section
namespace: ''
- description: Check how many Security Gateway objects the Management Server license supports.
name: cp_mgmt_verify_management_license
namespace: ''
- description: Run the VSX provisioning tool with the specified parameters.
name: cp_mgmt_vsx_provisioning_tool
namespace: ''
release_date: '2024-06-16'
6.1.0:
changes:
release_summary: This is release 6.1.0 of ``check_point.mgmt``, released on
2024-07-08.
fragments:
- 6.1.0.yml
- 6.1.0.yml
modules:
- description: Configure advanced settings for HTTPS Inspection.
name: cp_mgmt_set_https_advanced_settings
namespace: ''
- description: Show advanced settings for HTTPS Inspection.
name: cp_mgmt_show_https_advanced_settings
namespace: ''
- description: Configure advanced settings for HTTPS Inspection.
name: cp_mgmt_set_https_advanced_settings
namespace: ''
- description: Show advanced settings for HTTPS Inspection.
name: cp_mgmt_show_https_advanced_settings
namespace: ''
release_date: '2024-07-08'
6.1.1:
changes:
bugfixes:
- module_utils/checkpoint.py - Remove usage of CertificateError causing failures in ansible-core 2.17.
release_summary: This is release 6.1.1 of ``check_point.mgmt``, released on 2023-08-12.
fragments:
- 6.1.1.yml
release_date: "2022-08-12"
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: check_point
name: mgmt

# The version of the collection. Must be compatible with semantic versioning
version: 6.1.0
version: 6.1.1

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
18 changes: 0 additions & 18 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ plugin_routing:
warning_text: >
cp_mgmt_delete_nat_rule will be removed in a future release of this collection.
Use newer and updated module cp_mgmt_nat_rule with more functionality instead.
cp_mgmt_access_layer:
deprecation:
removal_date: "2024-11-01"
warning_text: >
cp_mgmt_access_layer will be removed in a future release of this collection.
Use newer and updated module cp_mgmt_access_layers with more functionality instead.
cp_mgmt_show_task:
deprecation:
removal_date: "2024-11-01"
Expand All @@ -38,15 +32,3 @@ plugin_routing:
warning_text: >
cp_mgmt_show_tasks will be removed in a future release of this collection.
Use newer and updated module cp_mgmt_task_facts instead.
cp_mgmt_host:
deprecation:
removal_date: "2024-11-01"
warning_text: >
cp_mgmt_host will be removed in a future release of this collection.
Use newer and updated module cp_mgmt_hosts with more functionality instead.
cp_mgmt_threat_layer:
deprecation:
removal_date: "2024-11-01"
warning_text: >
cp_mgmt_threat_layer will be removed in a future release of this collection.
Use newer and updated module cp_mgmt_threat_layers with more functionality instead.
Loading

0 comments on commit 67b2370

Please sign in to comment.