This GitLab instance and the rest of the school's online services will be unavailable from August 4th to August 10th. Read the Forge announcement in the news.
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
community.hashi_vault | galaxy-collection | minor |
3.1.0 -> 3.3.1
|
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
v3.3.1
======
No functional changes in this release, this provides updated filter documentation for the public docsite.
v3.3.0
======
With the release of hvac
version 1.0.0
, we needed to update vault_token_create
's support for orphan tokens.
The collection's changelog is now viewable in the Ansible documentation site.
hvac
's new v1 method for creating orphans, or falls back to the v0 method if needed (https://github.com/ansible-collections/community.hashi_vault/issues/301).v3.2.0
======
This release brings support for the azure
auth method, adds 412
to the default list of HTTP status codes to be retried, and fixes a bug that causes failures in token auth with requests>=2.28.0
.
azure
auth method, for Azure service principal, managed identity, or plain JWT access token (https://github.com/ansible-collections/community.hashi_vault/issues/293).HTTP status code 412 <https://www.vaultproject.io/api-docs#​412>
__ has been added to the default list of codes to be retried, for the new Server Side Consistent Token feature <https://www.vaultproject.io/docs/faq/ssct#q-is-there-anything-else-i-need-to-consider-to-achieve-consistency-besides-upgrading-to-vault-1-10>
__ in Vault Enterprise (https://github.com/ansible-collections/community.hashi_vault/issues/290).hvac
to prevent errors in requests
when values are AnsibleUnsafe
(https://github.com/ansible-collections/community.hashi_vault/issues/289).This MR has been generated by Renovate Bot.