mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-25 17:04:40 +00:00
* 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>