fix(deps): update module github.com/hashicorp/vault/api to v1.12.0 #7550
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.11.0
->v1.12.0
Release Notes
hashicorp/vault (github.com/hashicorp/vault/api)
v1.12.0
Compare Source
1.12.0
October 13, 2022
CHANGES:
GET /sys/plugins/catalog
endpoint for listing plugins, and adddetails
field to list responses. [GH-17347]GET /sys/auth/:name
endpoint now returns an additionaldeprecation_status
field in the response data for builtins. [GH-16849]GET /sys/auth
endpoint now returns an additionaldeprecation_status
field in the response data for builtins. [GH-16849]POST /sys/auth/:type
endpoint response contains a warning forDeprecated
auth methods. [GH-17058]auth enable
returns an error andPOST /sys/auth/:type
endpoint reports an error forPending Removal
auth methods. [GH-17005]/identity/group
that includesmember_group_ids
that contains a cycle will now be responded to with a 400 rather than 500 [GH-15912]GET /sys/plugins/catalog/:type/:name
endpoint contains deprecation status for builtin plugins. [GH-17077]GET /sys/plugins/catalog/:type/:name
endpoint now returns an additionalversion
field in the response data. [GH-16688]GET /sys/plugins/catalog/
endpoint contains deprecation status indetailed
list. [GH-17077]GET /sys/plugins/catalog
endpoint now returns an additionaldetailed
field in the response data with a list of additional plugin metadata. [GH-16688]plugin info
displays deprecation status for builtin plugins. [GH-17077]plugin list
now accepts a-detailed
flag, which display deprecation status and version info. [GH-17077]Pending Removal
. [GH-17038]GET /sys/mounts/:name
endpoint now returns an additionaldeprecation_status
field in the response data for builtins. [GH-16849]GET /sys/mounts
endpoint now returns an additionaldeprecation_status
field in the response data for builtins. [GH-16849]POST /sys/mounts/:type
endpoint response contains a warning forDeprecated
secrets engines. [GH-17058]secrets enable
returns an error andPOST /sys/mount/:type
endpoint reports an error forPending Removal
secrets engines. [GH-17005]FEATURES:
ldap
secrets engine with service account check-out functionality for all supported schemas. [GH-17152]IMPROVEMENTS:
exit_on_err
which when set to true, will cause Agent to exit if any errors are encountered during authentication. [GH-17091]disable_idle_connections
configuration to disable leaving idle connections open in auto-auth, caching and templating. [GH-15986]disable_keep_alives
configuration to disable keep alives in auto-auth, caching and templating. [GH-16479]remove_jwt_after_reading
config option which defaults to true. [GH-11969]When either the ttl and num_uses fields are not specified, the role's configuration is used. [GH-14474]
google.golang.org/api@v0.83.0
,github.com/hashicorp/go-gcp-common@v0.8.0
. [GH-17160]add_group_aliases
config to include LDAP groups in Vault group aliases [GH-16890]remove_instance_name
parameter to the login CLI and the Kerberos config in Vault. This removes any instance names found in the keytab service principal name. [GH-16594]auth
andsecrets
list-detailed
commands now show Deprecation Status for builtin plugins. [GH-16849]vault plugin list
now has adetails
field in JSON format, and version and type information in table format. [GH-17347]-dev-tls
and-dev-tls-cert-dir
subcommands to create a Vault dev server with generated certificates and private key. [GH-16421]namespace patch
CLI commandvault server
command to ensure configured storage backend is supported.sys/loggers
andsys/loggers/:name
endpoints to provide ability to modify logging verbosity [GH-16111]VAULT_ALLOW_PENDING_REMOVAL_MOUNTS
to override shutdown and error when attempting to mountPending Removal
builtin plugins. [GH-17005]client_secret_post
token endpoint authentication method. [GH-16598]cn_validations
). [GH-15996]Ed25519
keys from PKCS#8 with inner RFC 5915 ECPrivateKey blobs (NSS-wrapped keys). [GH-15742]google.golang.org/api@v0.83.0
,github.com/hashicorp/go-gcp-common@v0.8.0
. [GH-17174]default_user
field [GH-16351]ssh/issue/:role
to allow the creation of signed key pairs [GH-15561]connection_timeout
,initial_connection_timeout
,simple_retry_policy_retries
. [GH-10467]BUG FIXES:
max_retries
retry configuration even when caching is set. [GH-16970]cache_disable
trueclaims_supported
to discovery document. [GH-16992]state
parameter of the Authorization Endpoint to optional. [GH-16599]redirect_uri
values sooner in validation of the Authorization Endpoint. [GH-16601]request
andrequest_uri
parameters. [GH-16600]kv get
issue preventing the ability to read a secret when providing a leading slash [GH-16443]Configuration
📅 Schedule: Branch creation - "after 1am on monday" (UTC), 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.