[PR #10779/4a70d409 backport][stable-11] Deprecate hiera lookup (#10781)

Deprecate hiera lookup (#10779)

Deprecate hiera lookup.

(cherry picked from commit 4a70d4091d)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2025-08-31 16:51:55 +02:00 committed by GitHub
commit 2c385cfab5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,4 @@
deprecated_features:
- "hiera lookup plugin - retrieving data with Hiera has been deprecated a long time ago; because of that this plugin will be removed from community.general 13.0.0.
If you disagree with this deprecation, please create an issue in the community.general repository
(https://github.com/ansible-collections/community.general/issues/4462, https://github.com/ansible-collections/community.general/pull/10779)."

View file

@ -119,6 +119,12 @@ plugin_routing:
redirect: community.google.gcp_storage_file redirect: community.google.gcp_storage_file
hashi_vault: hashi_vault:
redirect: community.hashi_vault.hashi_vault redirect: community.hashi_vault.hashi_vault
hiera:
deprecation:
removal_version: 13.0.0
warning_text: >-
Hiera has been deprecated a long time ago.
If you disagree with this deprecation, please create an issue in the community.general repository.
manifold: manifold:
tombstone: tombstone:
removal_version: 11.0.0 removal_version: 11.0.0

View file

@ -15,6 +15,12 @@ requirements:
- hiera (command line utility) - hiera (command line utility)
description: description:
- Retrieves data from an Puppetmaster node using Hiera as ENC. - Retrieves data from an Puppetmaster node using Hiera as ENC.
deprecated:
removed_in: 13.0.0
why: >-
Hiera has been deprecated a long time ago.
If you disagree with this deprecation, please create an issue in the community.general repository.
alternative: Unknown.
options: options:
_terms: _terms:
description: description: