Update dependency community.hashi_vault to v3
-
Review changes -
-
Download -
Patches
-
Plain diff
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
community.hashi_vault | galaxy-collection | major |
2.4.0 -> 3.1.0
|
Release Notes
ansible-collections/community.hashi_vault
v3.1.0
======
Release Summary
A default value that was set incorrectly will be corrected in 4.0.0
.
A deprecation warning will be shown until then if the value is not specified explicitly.
This version also includes some fixes and improvements to the licensing in the collection, which does not affect any functionality.
Deprecated Features
- vault_kv2_get lookup - the
engine_mount_point option
in thevault_kv2_get
lookup only will change its default fromkv
tosecret
in community.hashi_vault version 4.0.0 (https://github.com/ansible-collections/community.hashi_vault/issues/279).
Bugfixes
- Add SPDX license headers to individual files (https://github.com/ansible-collections/community.hashi_vault/pull/282).
- Add missing
BSD-2-Clause.txt
file for BSD licensed content (https://github.com/ansible-collections/community.hashi_vault/issues/275). - Use the correct GPL license for plugin_utils (https://github.com/ansible-collections/community.hashi_vault/issues/276).
v3.0.0
======
Release Summary
Version 3.0.0 of community.hashi_vault
drops support for Ansible 2.9 and ansible-base 2.10.
Several deprecated features have been removed. See the changelog for the full list.
Deprecated Features
- token_validate options - the shared auth option
token_validate
will change its default fromtrue
tofalse
in community.hashi_vault version 4.0.0. Thevault_login
lookup and module will keep the default value oftrue
(https://github.com/ansible-collections/community.hashi_vault/issues/248).
Removed Features (previously deprecated)
- aws_iam auth - the deprecated alias
aws_iam_login
for theaws_iam
value of theauth_method
option has been removed (https://github.com/ansible-collections/community.hashi_vault/issues/194). - community.hashi_vault collection - support for Ansible 2.9 and ansible-base 2.10 has been removed (https://github.com/ansible-collections/community.hashi_vault/issues/189).
- hashi_vault lookup - the deprecated
[lookup_hashi_vault]
INI config section has been removed in favor of the collection-wide[hashi_vault_collection]
section (https://github.com/ansible-collections/community.hashi_vault/issues/179).
v2.5.0
======
Release Summary
This release finally contains dedicated KV plugins and modules, and an exciting new lookup to help use plugin values in module calls.
With that, we also have a guide in the collection docsite for migrating away from the hashi_vault
lookup toward dedicated content.
We are also announcing that the token_validate
option will change its default value in version 4.0.0.
This is the last planned release before 3.0.0. See the porting guide for breaking changes and removed features in the next version.
Minor Changes
- vault_login module & lookup - no friendly error message was given when
hvac
was missing (https://github.com/ansible-collections/community.hashi_vault/issues/257). - vault_pki_certificate - add
vault_pki_certificate
to thecommunity.hashi_vault.vault
action group (https://github.com/ansible-collections/community.hashi_vault/issues/251). - vault_read module & lookup - no friendly error message was given when
hvac
was missing (https://github.com/ansible-collections/community.hashi_vault/issues/257). - vault_token_create - add
vault_token_create
to thecommunity.hashi_vault.vault
action group (https://github.com/ansible-collections/community.hashi_vault/issues/251). - vault_token_create module & lookup - no friendly error message was given when
hvac
was missing (https://github.com/ansible-collections/community.hashi_vault/issues/257). - vault_write - add
vault_write
to thecommunity.hashi_vault.vault
action group (https://github.com/ansible-collections/community.hashi_vault/issues/251).
Deprecated Features
- token_validate options - the shared auth option
token_validate
will change its default fromTrue
toFalse
in community.hashi_vault version 4.0.0. Thevault_login
lookup and module will keep the default value ofTrue
(https://github.com/ansible-collections/community.hashi_vault/issues/248).
New Plugins
Lookup
- vault_ansible_settings - Returns plugin settings (options)
- vault_kv1_get - Get a secret from HashiCorp Vault's KV version 1 secret store
- vault_kv2_get - Get a secret from HashiCorp Vault's KV version 2 secret store
New Modules
-----------
- vault_kv1_get - Get a secret from HashiCorp Vault's KV version 1 secret store
- vault_kv2_get - Get a secret from HashiCorp Vault's KV version 2 secret store
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Merge request reports
Activity
- Approvals
- Assignees & reviewers
- Comments (from bots)
- Comments (from users)
- Commits & branches
- Edits
- Labels
- Lock status
- Mentions
- Merge request status
- Tracking
- Aug 05, 2022
-
-
Update dependency community.hashi_vault to v3 · 23214fcdRenovate Bot authored
Signed-off-by:
Renovate Bot <renovate@cri.epita.fr>
-