Skip to content

Commit dd23e7e

Browse files
authored
interface module (#143)
1 parent 723fc14 commit dd23e7e

File tree

7 files changed

+499
-10
lines changed

7 files changed

+499
-10
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,27 @@ Check_Point.Mgmt Release Notes
44

55
.. contents:: Topics
66

7+
v6.2.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
This is release 6.2.0 of ``check_point.mgmt``, released on 2024-08-27.
14+
15+
New Modules
16+
-----------
17+
18+
- check_point.mgmt.cp_mgmt_interface - Manages interface objects on Checkpoint over Web Services API
19+
- check_point.mgmt.cp_mgmt_interface_facts - Get interface objects facts on Checkpoint over Web Services API
20+
721
v6.1.1
822
======
923

1024
Release Summary
1125
---------------
1226

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

1529
Bugfixes
1630
--------

changelogs/changelog.yaml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,21 @@ releases:
12411241
changes:
12421242
bugfixes:
12431243
- 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.
1244+
release_summary: This is release 6.1.1 of ``check_point.mgmt``, released on 2024-08-12.
12451245
fragments:
12461246
- 6.1.1.yml
1247-
release_date: "2022-08-12"
1247+
release_date: "2024-08-12"
1248+
6.2.0:
1249+
changes:
1250+
release_summary: This is release 6.2.0 of ``check_point.mgmt``, released on
1251+
2024-08-27.
1252+
fragments:
1253+
- 6.2.0.yml
1254+
modules:
1255+
- description: Manages interface objects on Checkpoint over Web Services API
1256+
name: cp_mgmt_interface
1257+
namespace: ''
1258+
- description: Get interface objects facts on Checkpoint over Web Services API
1259+
name: cp_mgmt_interface_facts
1260+
namespace: ''
1261+
release_date: '2024-08-27'

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.1
12+
version: 6.2.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)