mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-25 08:54:51 +00:00
feat: add plugin --keyring option (#1150)
* feat: add plugin --keyring option * docs: add changelog fragment * Update changelogs/fragments/20260620-add-plugin-keyring-option.yaml Co-authored-by: Yuriy Novostavskiy <yuriy@novostavskiy.kyiv.ua> * feat: restrict helm_plugin keyring to install subcommand (#1) Restrict the keyring option to state=present (helm plugin install), the only implemented subcommand that supports --keyring, and fail explicitly when it is used with other states. Co-authored-by: Kenji Gaillac <48765390+Nhqml@users.noreply.github.com> * refactor(helm_plugin): warn instead of fail * Resolve linter error * Update plugins/modules/helm_plugin.py --------- Co-authored-by: Yuriy Novostavskiy <yuriy@novostavskiy.kyiv.ua> Co-authored-by: Bianca Henderson <bianca@redhat.com> Co-authored-by: Bianca Henderson <beeankha@gmail.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- helm_plugin - add ``--keyring`` argument to allow changing the keyring default location. The option is only accepted with ``state=present`` (the ``helm plugin install`` subcommand), as that is the only implemented subcommand that supports ``--keyring`` (https://github.com/ansible-collections/kubernetes.core/pull/1150).
|
||||
Reference in New Issue
Block a user