fix(deps): update module github.com/hashicorp/vault/api to v1.10.0 #4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.9.2
->v1.10.0
Release Notes
hashicorp/vault (github.com/hashicorp/vault/api)
v1.10.0
Compare Source
1.10.0
March 23, 2022
CHANGES:
default_lease_ttl
andmax_lease_ttl
values returned bythe
/sys/config/state/sanitized
endpoint from nanoseconds to seconds. [GH-14206]POST /database/config/:name
has been updated to "204 No Content" [GH-14033]use_microsoft_graph_api
to use the MicrosoftGraph API by default. [GH-14130]
FEATURES:
/agent/v1/metrics
endpoint.IMPROVEMENTS:
agent/v1/quit
endpoint can now be used to stop the Vault Agent remotely [GH-14223]api.Client
tokens viaapi.Config.CloneToken
orapi.Client.SetCloneToken()
. [GH-13515]auto
[GH-14051]if
userfilter
doesn't consideruserattr
[GH-14095]auth/token/revoke-accessor
endpoint is now idempotent and willnot error out if the token has already been revoked. [GH-13661]
sys/auth/:path
now returns the configuration for the auth engine mounted at the given path [GH-12793]custom_metadata
to be empty. [GH-13395]sys/policies/password
[GH-12787]sys/version-history
and via CLI withvault version-history
[GH-13766]sys/mounts/:path
now returns the configuration for the secret engine at the given path [GH-12792]has also been added to the PROXY protocol v1. [GH-13540]
allow_all
assignment that permits all entities to authenticate via an OIDC client [GH-14119]influxdb1-client
module [GH-12262]allow_wildcard_certificates
) [GH-14238]ca_chain
field) on calls topki/cert/ca_chain
[GH-13935]aerospike-client-go
to v5.6.0. [GH-12165]Ed25519
certificate views [GH-13894]-f
and--force
as aliasesfor
-force
for thewrite
command. [GH-13683]BUG FIXES:
replicateStateStore
was being set tonil
upon consecutive calls toclient.SetReadYourWrites(true)
. [GH-13486]login
endpoint [GH-14107]alias_name_source
[GH-13925]form_post
response mode. [GH-13492]-output-curl-string
now properly sets cURL options for client and CAcertificates. [GH-13660]
nonce
parameter optional for the Authorization Endpoint of OIDC providers. [GH-13231]prem
build.vault.autosnapshots.save.errors to not be incremented when there is an
autosnapshot save error.
vault_key
column when initializing database tables. [GH-14231]private key after a successful connection to the primary cluster
operation for upgraded configurations with a
root_password_ttl
of zero. [GH-14130]contained_db
, rather than just a string. [GH-13469]ed25519
when requesting a response in PKCS8 format [GH-13257]ed25519
curve key type [GH-13254]Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.