1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-08 04:57:16 +00:00

[PR #11087/6e1cc3ea backport][stable-12] swupd: deprecation (#11099)

swupd: deprecation (#11087)

* swupd: deprecation

* add changelog frag

* Update changelogs/fragments/11087-deprecate-swupd.yml



* Update meta/runtime.yml



* Update plugins/modules/swupd.py



---------


(cherry picked from commit 6e1cc3eafd)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2025-11-17 06:45:55 +01:00 committed by GitHub
parent 7c46b7edbc
commit 44960de208
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 0 deletions

View file

@ -11,6 +11,12 @@ from __future__ import annotations
DOCUMENTATION = r"""
module: swupd
short_description: Manages updates and bundles in ClearLinux systems
deprecated:
removed_in: 15.0.0
why: >-
ClearLinux was made EOL in July 2025. If you think the module is still useful for another distribution,
please L(create an issue in the community.general repository, https://github.com/ansible-collections/community.general/issues/).
alternative: There is none.
description:
- Manages updates and bundles with the swupd bundle manager, which is used by the Clear Linux Project for Intel Architecture.
author: Alberto Murillo (@albertomurillo)