Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions changelogs/fragments/11087-deprecate-swupd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
deprecated_features:
- layman - ClearLinux was made EOL in July 2025.; the module will be removed from community.general 15.0.0 (https://github.com/ansible-collections/community.general/pull/11087).
4 changes: 4 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,10 @@ plugin_routing:
warning_text: This module relied on HTTPS APIs that do not exist anymore,
and any new development in the direction of providing an alternative should
happen in the context of the google.cloud collection.
swupd:
deprecation:
removal_version: 15.0.0
warning_text: ClearLinux was made EOL in July 2025. If you think the module is still useful for another distribution, please create an issue in the community.general repository.
typetalk:
deprecation:
removal_version: 13.0.0
Expand Down
6 changes: 6 additions & 0 deletions plugins/modules/swupd.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
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)
Expand Down
Loading