Skip to content

Commit

Permalink
interface module (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-edenbr authored Aug 27, 2024
1 parent 723fc14 commit dd23e7e
Show file tree
Hide file tree
Showing 7 changed files with 499 additions and 10 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,27 @@ Check_Point.Mgmt Release Notes

.. contents:: Topics

v6.2.0
======

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

This is release 6.2.0 of ``check_point.mgmt``, released on 2024-08-27.

New Modules
-----------

- check_point.mgmt.cp_mgmt_interface - Manages interface objects on Checkpoint over Web Services API
- check_point.mgmt.cp_mgmt_interface_facts - Get interface objects facts on Checkpoint over Web Services API

v6.1.1
======

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

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

Bugfixes
--------
Expand Down
18 changes: 16 additions & 2 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,21 @@ releases:
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.
release_summary: This is release 6.1.1 of ``check_point.mgmt``, released on 2024-08-12.
fragments:
- 6.1.1.yml
release_date: "2022-08-12"
release_date: "2024-08-12"
6.2.0:
changes:
release_summary: This is release 6.2.0 of ``check_point.mgmt``, released on
2024-08-27.
fragments:
- 6.2.0.yml
modules:
- description: Manages interface objects on Checkpoint over Web Services API
name: cp_mgmt_interface
namespace: ''
- description: Get interface objects facts on Checkpoint over Web Services API
name: cp_mgmt_interface_facts
namespace: ''
release_date: '2024-08-27'
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.1
version: 6.2.0

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

0 comments on commit dd23e7e

Please sign in to comment.