Skip to content

Commit df5499a

Browse files
russozfelixfontein
authored andcommitted
layman: deprecation (#11070)
* layman: deprecation * add changelog frag * Update changelogs/fragments/11070-deprecate-layman.yml Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 37297f3)
1 parent 5be39ee commit df5499a

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
deprecated_features:
2+
- layman - Gentoo deprecated ``layman`` in mid-2023; the module will be removed from community.general 14.0.0 (https://github.com/ansible-collections/community.general/pull/11070).

meta/runtime.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,10 @@ plugin_routing:
398398
redirect: community.kubevirt.kubevirt_template
399399
kubevirt_vm:
400400
redirect: community.kubevirt.kubevirt_vm
401+
layman:
402+
deprecation:
403+
removal_version: 14.0.0
404+
warning_text: Gentoo deprecated C(layman) in mid-2023.
401405
ldap_attr:
402406
tombstone:
403407
removal_version: 3.0.0

plugins/modules/layman.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
module: layman
1313
author: "Jakub Jirutka (@jirutka)"
1414
short_description: Manage Gentoo overlays
15+
deprecated:
16+
removed_in: 14.0.0
17+
why: Gentoo deprecated C(layman) in mid-2023.
18+
alternative: None.
1519
description:
1620
- Uses Layman to manage an additional repositories for the Portage package manager on Gentoo Linux. Please note that Layman
1721
must be installed on a managed node prior using this module.

0 commit comments

Comments
 (0)