mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
parent
cbf13ab6c9
commit
d364e35423
6 changed files with 33 additions and 0 deletions
9
changelogs/fragments/11205-module_utils.yml
Normal file
9
changelogs/fragments/11205-module_utils.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
deprecated_features:
|
||||
- "cloud module utils - this module utils is not used by community.general and will thus be removed from community.general 13.0.0.
|
||||
If you are using it from another collection, please copy it over (https://github.com/ansible-collections/community.general/pull/11205)."
|
||||
- "database module utils - this module utils is not used by community.general and will thus be removed from community.general 13.0.0.
|
||||
If you are using it from another collection, please copy it over (https://github.com/ansible-collections/community.general/pull/11205)."
|
||||
- "known_hosts module utils - this module utils is not used by community.general and will thus be removed from community.general 13.0.0.
|
||||
If you are using it from another collection, please copy it over (https://github.com/ansible-collections/community.general/pull/11205)."
|
||||
- "saslprep module utils - this module utils is not used by community.general and will thus be removed from community.general 13.0.0.
|
||||
If you are using it from another collection, please copy it over (https://github.com/ansible-collections/community.general/pull/11205)."
|
||||
|
|
@ -1146,6 +1146,14 @@ plugin_routing:
|
|||
warning_text: This doc fragment was used by rax modules, that relied on the deprecated
|
||||
package pyrax.
|
||||
module_utils:
|
||||
cloud:
|
||||
deprecation:
|
||||
removal_version: 13.0.0
|
||||
warning_text: This code is not used by community.general. If you want to use it in another collection, please copy it over.
|
||||
database:
|
||||
deprecation:
|
||||
removal_version: 13.0.0
|
||||
warning_text: This code is not used by community.general. If you want to use it in another collection, please copy it over.
|
||||
dimensiondata:
|
||||
deprecation:
|
||||
removal_version: 13.0.0
|
||||
|
|
@ -1162,6 +1170,10 @@ plugin_routing:
|
|||
redirect: community.google.gcp
|
||||
hetzner:
|
||||
redirect: community.hrobot.robot
|
||||
known_hosts:
|
||||
deprecation:
|
||||
removal_version: 13.0.0
|
||||
warning_text: This code is not used by community.general. If you want to use it in another collection, please copy it over.
|
||||
kubevirt:
|
||||
redirect: community.kubevirt.kubevirt
|
||||
net_tools.nios.api:
|
||||
|
|
@ -1193,6 +1205,10 @@ plugin_routing:
|
|||
redirect: dellemc.openmanage.dellemc_idrac
|
||||
remote_management.dellemc.ome:
|
||||
redirect: dellemc.openmanage.ome
|
||||
saslprep:
|
||||
deprecation:
|
||||
removal_version: 13.0.0
|
||||
warning_text: This code is not used by community.general. If you want to use it in another collection, please copy it over.
|
||||
inventory:
|
||||
docker_machine:
|
||||
redirect: community.docker.docker_machine
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
# This module utils is deprecated and will be removed in community.general 13.0.0
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@
|
|||
# Simplified BSD License (see LICENSES/BSD-2-Clause.txt or https://opensource.org/licenses/BSD-2-Clause)
|
||||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
|
||||
# This module utils is deprecated and will be removed in community.general 13.0.0
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import re
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@
|
|||
# Simplified BSD License (see LICENSES/BSD-2-Clause.txt or https://opensource.org/licenses/BSD-2-Clause)
|
||||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
|
||||
# This module utils is deprecated and will be removed in community.general 13.0.0
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import os
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@
|
|||
# Simplified BSD License (see LICENSES/BSD-2-Clause.txt or https://opensource.org/licenses/BSD-2-Clause)
|
||||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
|
||||
# This module utils is deprecated and will be removed in community.general 13.0.0
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from stringprep import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue