From 3856c184d2a2d7c175b6e7d467cc735128f25bf5 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 18 May 2025 20:15:43 +0200 Subject: [PATCH] [stable-10] Announce deprecation of proxmox content (#10109) * Announce deprecation of proxmox content. * community.proxmox 1.0.0 likely won't be ready for the next Ansible 11 release, so adjust wording. --- changelogs/fragments/proxmox-deprecation.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelogs/fragments/proxmox-deprecation.yml diff --git a/changelogs/fragments/proxmox-deprecation.yml b/changelogs/fragments/proxmox-deprecation.yml new file mode 100644 index 0000000000..9a789bbd0f --- /dev/null +++ b/changelogs/fragments/proxmox-deprecation.yml @@ -0,0 +1,6 @@ +deprecated_features: + - "The proxmox content (modules and plugins) is being moved to the `new collection community.proxmox `__. + In community.general 11.0.0, these modules and plugins will be replaced by deprecated redirections to community.proxmox. + You need to explicitly install community.proxmox, for example with ``ansible-galaxy collection install community.proxmox``. + We suggest to update your roles and playbooks to use the new FQCNs as soon as possible to avoid getting deprecation messages + (https://github.com/ansible-collections/community.general/pull/10109)."