From 38b7c80217c4e72b1d8988eb1e60bb6e77334114 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 18 Apr 2024 07:52:22 +0200 Subject: Adding upstream version 9.4.0+dfsg. Signed-off-by: Daniel Baumann --- .../mgmt/meta/execution-environment.yml | 2 +- .../check_point/mgmt/meta/runtime.yml | 53 +++++++++++++++++++++- 2 files changed, 53 insertions(+), 2 deletions(-) (limited to 'ansible_collections/check_point/mgmt/meta') diff --git a/ansible_collections/check_point/mgmt/meta/execution-environment.yml b/ansible_collections/check_point/mgmt/meta/execution-environment.yml index ea607057e..49e91fa92 100644 --- a/ansible_collections/check_point/mgmt/meta/execution-environment.yml +++ b/ansible_collections/check_point/mgmt/meta/execution-environment.yml @@ -2,4 +2,4 @@ version: 1 dependencies: - galaxy: requirements.yml \ No newline at end of file + galaxy: requirements.yml diff --git a/ansible_collections/check_point/mgmt/meta/runtime.yml b/ansible_collections/check_point/mgmt/meta/runtime.yml index 30a544b77..93a159c0c 100644 --- a/ansible_collections/check_point/mgmt/meta/runtime.yml +++ b/ansible_collections/check_point/mgmt/meta/runtime.yml @@ -1 +1,52 @@ -requires_ansible: '>=2.9.10' \ No newline at end of file +--- +requires_ansible: ">=2.14.0" +plugin_routing: + modules: + cp_mgmt_add_nat_rule: + deprecation: + removal_date: "2024-11-01" + warning_text: > + cp_mgmt_add_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_set_nat_rule: + deprecation: + removal_date: "2024-11-01" + warning_text: > + cp_mgmt_set_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_delete_nat_rule: + deprecation: + removal_date: "2024-11-01" + 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" + warning_text: > + cp_mgmt_show_task will be removed in a future release of this collection. + Use newer and updated module cp_mgmt_task_facts instead. + cp_mgmt_show_tasks: + deprecation: + removal_date: "2024-11-01" + 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. -- cgit v1.2.3