Skip to content

chore(deps): update module github.com/hashicorp/vault/api to v1.20.0 #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

soerenschneider
Copy link
Owner

This PR contains the following updates:

Package Type Update Change
github.com/hashicorp/vault/api require minor v1.15.0 -> v1.20.0

Release Notes

hashicorp/vault (github.com/hashicorp/vault/api)

v1.20.0

Compare Source

1.20.0

June 25, 2025

SECURITY:

  • core: require a nonce when cancelling a rekey operation that was initiated within the last 10 minutes. [GH-30794]

CHANGES:

  • UI: remove outdated and unneeded js string extensions [GH-29834]
  • activity (enterprise): The sys/internal/counters/activity endpoint will return actual values for new clients in the current month.
  • activity (enterprise): provided values for start_time and end_time in sys/internal/counters/activity are aligned to the corresponding billing period.
  • activity: provided value for end_time in sys/internal/counters/activity is now capped at the end of the last completed month. [GH-30164]
  • api: Update the default API client to check for the Retry-After header and, if it exists, wait for the specified duration before retrying the request. [GH-30887]
  • auth/alicloud: Update plugin to v0.21.0 [GH-30810]
  • auth/azure: Update plugin to v0.20.2. Login requires resource_group_name, vm_name, and vmss_name to match token claims [GH-30052]
  • auth/azure: Update plugin to v0.20.3 [GH-30082]
  • auth/azure: Update plugin to v0.20.4 [GH-30543]
  • auth/azure: Update plugin to v0.21.0 [GH-30872]
  • auth/azure: Update plugin to v0.21.1 [GH-31010]
  • auth/cf: Update plugin to v0.20.1 [GH-30583]
  • auth/cf: Update plugin to v0.21.0 [GH-30842]
  • auth/gcp: Update plugin to v0.20.2 [GH-30081]
  • auth/jwt: Update plugin to v0.23.2 [GH-30431]
  • auth/jwt: Update plugin to v0.24.1 [GH-30876]
  • auth/kerberos: Update plugin to v0.15.0 [GH-30845]
  • auth/kubernetes: Update plugin to v0.22.1 [GH-30910]
  • auth/oci: Update plugin to v0.19.0 [GH-30841]
  • auth/saml: Update plugin to v0.6.0
  • core: Bump Go version to 1.24.4.
  • core: Verify that the client IP address extracted from an X-Forwarded-For header is a valid IPv4 or IPv6 address [GH-29774]
  • database/couchbase: Update plugin to v0.14.0 [GH-30836]
  • database/elasticsearch: Update plugin to v0.18.0 [GH-30796]
  • database/mongodbatlas: Update plugin to v0.15.0 [GH-30856]
  • database/redis-elasticache: Update plugin to v0.7.0 [GH-30785]
  • database/redis: Update plugin to v0.6.0 [GH-30797]
  • database/snowflake: Update plugin to v0.14.0 [GH-30748]
  • database/snowflake: Update plugin to v0.14.1 [GH-30868]
  • logical/system: add ent stub for plugin catalog handling [GH-30890]
  • quotas/rate-limit: Round up the Retry-After value to the nearest second when calculating the retry delay. [GH-30887]
  • secrets/ad: Update plugin to v0.21.0 [GH-30819]
  • secrets/alicloud: Update plugin to v0.20.0 [GH-30809]
  • secrets/azure: Update plugin to v0.21.2 [GH-30037]
  • secrets/azure: Update plugin to v0.21.3 [GH-30083]
  • secrets/azure: Update plugin to v0.22.0 [GH-30832]
  • secrets/gcp: Update plugin to v0.21.2 [GH-29970]
  • secrets/gcp: Update plugin to v0.21.3 [GH-30080]
  • secrets/gcp: Update plugin to v0.22.0 [GH-30846]
  • secrets/gcpkms: Update plugin to v0.21.0 [GH-30835]
  • secrets/kubernetes: Update plugin to v0.11.0 [GH-30855]
  • secrets/kv: Update plugin to v0.24.0 [GH-30826]
  • secrets/mongodbatlas: Update plugin to v0.15.0 [GH-30860]
  • secrets/openldap: Update plugin to v0.15.2 [GH-30079]
  • secrets/openldap: Update plugin to v0.15.4 [GH-30279]
  • secrets/openldap: Update plugin to v0.16.0 [GH-30844]
  • secrets/terraform: Update plugin to v0.12.0 [GH-30905]
  • server: disable_mlock configuration option is now required for integrated storage and no longer has a default. If you are using the default value with integrated storage, you must now explicitly set disable_mlock to true or false or Vault server will fail to start. [GH-29974]
  • ui/activity: Replaces mount and namespace attribution charts with a table to allow sorting
    client count data by namespace, mount_path, mount_type or number of clients for
    a selected month. [GH-30678]
  • ui: Client count side nav link 'Vault Usage Metrics' renamed to 'Client Usage' [GH-30765]
  • ui: Client counting "running total" charts now reflect new clients only [GH-30506]
  • ui: Removed FormError component (not used) [GH-34699]
  • ui: Selecting a different method in the login form no longer updates the /vault/auth?with= query parameter [GH-30500]
  • ui: /vault/auth?with= query parameter now exclusively refers to the auth mount path and renders a simplified form [GH-30500]

FEATURES:

  • Auto Irrevocable Lease Removal (Enterprise): Add the Vault Enterprise configuration param, remove_irrevocable_lease_after. When set to a non-zero value, this will automatically delete irrevocable leases after the configured duration exceeds the lease's expire time. The minimum duration allowed for this field is two days. [GH-30703]
  • Development Cluster Configuration (Enterprise): Added development_cluster as a field to Vault's utilization reports.
    The field is configurable via HCL and indicates whether the cluster is being used in a development environment, defaults to false if not set. [GH-30659]
  • Entity-based and collective rate limit quotas (Enterprise): Add new group_by field to the rate limit quota API to support different grouping modes.
  • Login form customization (Enterprise): Adds support to choose a default and/or backup auth methods for the web UI login form to streamline the web UI login experience. [GH-30700]
  • Plugin Downloads: Support automatically downloading official HashiCorp secret and auth plugins from releases.hashicorp.com (beta)
  • SSH Key Signing Improvements (Enterprise): Add support for using managed keys to sign SSH keys in the SSH secrets engine.
  • Secret Recovery from Snapshot (Enterprise): Adds a framework to load an integrated storage
    snapshot into Vault and read, list, and recover KV v1 and cubbyhole secrets from the snapshot. [GH-30739]
  • UI Secrets Engines: TOTP secrets engine is now supported. [GH-29751]
  • UI Telemetry: Add Posthog for UI telemetry tracking on Vault Dedicated managed clusters [GH-30425]
  • Vault Namespace Picker: Updating the Vault Namespace Picker to enable search functionality, allow direct navigation to nested namespaces and improve accessibility. [GH-30490]
  • Vault PKI SCEP Server (Enterprise): Support for the Simple Certificate Enrollment Protocol (SCEP) has been added to the Vault PKI Plugin. This allows standard SCEP clients to request certificates from a Vault server with no knowledge of Vault APIs.

IMPROVEMENTS:

  • activity (enterprise): Added vault.client.billing_period.activity telemetry metric to emit information about the total number of distinct clients used in the current billing period.
  • activity: mount_type was added to the API response of sys/internal/counters/activity [GH-30071]
  • activity: mount_type was added to the API response of sys/internal/counters/activity
  • api (enterprise): Added a new API, /sys/utilization-report, giving a snapshot overview of Vault's utilization at a high level.
  • api/client: Add Cert auth method support. This allows the client to authenticate using a client certificate. [GH-29546]
  • core (enterprise): Updated code and documentation to support FIPS 140-3 compliant algorithms.
  • core (enterprise): allow a root token to relock a namespace locked by the Namespace API Lock feature.
  • core (enterprise): report errors from the underlying seal when getting entropy.
  • core (enterprise): update to FIPS 140-3 cryptographic module in the FIPS builds.
  • core/metrics: added a new telemetry metric, vault.core.response_status_code, with two labels, code, and type, detailing the status codes of all responses to requests that Vault handles. [GH-30354]
  • core: Improve memory use of path management for namespaces, auth methods, and secrets engines. Now Vault should handle larger numbers of namespaces and multiple instances of the same secrets engine or auth method more efficiently. [GH-31022]
  • core: Updated code and documentation to support FIPS 140-3 compliant algorithms. [GH-30576]
  • core: support for X25519MLKEM768 (post quantum key agreement) in the Go TLS stack. [GH-30603]
  • events: Add vault_index to an event's metadata if the metadata contains modified=true, to support client consistency controls when reading from Vault in response to an event where storage was modified. [GH-30725]
  • physical/postgres: Adds support to authenticate with the PostgreSQL Backend server with cloud based identities (AWS IAM, Azure MSI and GCP IAM) [GH-30681]
  • plugins: Support registration of CE plugins with extracted artifact directory. [GH-30673]
  • secrets/aws: Add LIST endpoint to the AWS secrets engine static roles. [GH-29842]
  • secrets/pki: Add Delta (Freshest) CRL support to AIA information (both mount-level and issuer configured) [GH-30319]
  • secrets/transit (enterprise): enable the use of 192-bit keys for AES CMAC
  • storage/mysql: Added support for getting mysql backend username and password from the environment variables VAULT_MYSQL_USERNAME and VAULT_MYSQL_PASSWORD. [GH-30136]
  • storage/raft: Upgrade hashicorp/raft library to v1.7.3 which includes additional logging on the leader when opening and sending a snapshot to a follower. [GH-29976]
  • transit: Exclude the partial wrapping key path from the transit/keys LIST operation. [GH-30728]
  • ui (enterprise): Replace date selector in client count usage page with fixed start and end dates that align with billing periods in order to return more relevant client counting data. [GH-30349]
  • ui/database: Adding input field for setting skip static role password rotation for database connection config, updating static role skip field to use toggle button [GH-29820]
  • ui/database: Adding password input field for creating a static role [GH-30275]
  • ui/database: Adding warning modal pop up when creating a static role that will be rotated immediately [GH-30119]
  • ui/database: Glimmerizing and adding validations to role create [GH-29754]
  • ui/database: Updating toggle buttons for skip_rotation_import to reverse polarity of values that get displayed versus whats sent to api [GH-30055]
  • ui: Add 'Refresh list' button to the namespace list page. [GH-30692]
  • ui: Enable search for a namespace on the namespace list page. [GH-30680]
  • ui: Hide "Other" tab when mounts are configured with listing_visibility="unauth"; all methods can be accessed via the "Sign in with other methods" link [GH-30500]
  • ui: Improve accessibility of login form to meet a11y standards [GH-30500]
  • ui: Replaces all instances of the deprecated event.keyCode with event.key [GH-30493]
  • ui: Update date selector in client count usage page to disable current month selection for Vault clusters without a license. [GH-30488]
  • ui: Use Hds::CodeBlock component to replace readonly JsonEditor instances [GH-29720]
  • ui: adds key value pair string inputs as optional form for wrap tool [GH-29677]
  • ui: remove ember-svg-jar dependency [GH-30181]

DEPRECATIONS:

  • api: Deprecated the /sys/internal/counters/tokens endpoint. Attempting to call this endpoint will return a 403 "unsupported path" exception. [GH-30561]
  • core: deprecate duplicate attributes in HCL configuration files and policy definitions [GH-30386]

BUG FIXES:

  • api/tokenhelper: Exec token_helper without a shell [GH-29653]
  • auth/aws: fix a panic when a performance standby node attempts to write/update config. [GH-30039]
  • auth/ldap: Fix a bug that does not properly delete users and groups by first converting their names to lowercase when case senstivity option is off. [GH-29922]
  • auth/ldap: fix a panic when a performance standby node attempts to write/update config. [GH-30039]
  • aws/secrets: Prevent vault from rejecting secret role configurations where no regions or endpoints are set [GH-29996]
  • core (enterprise): add nil check before attempting to use Rotation Manager operations.
  • core (enterprise): fix a bug where plugin automated root rotations would stop after seal/unseal operations
  • core (enterprise): fix issue with errors being swallowed on failed HSM logins.
    core/managed-keys (enterprise): fix RSA encryption/decryption with OAEP on managed keys.
  • core: Fix a bug that prevents certain loggers from writing to a log file. [GH-29917]
  • core: Fix string contains check in Identity APIs to be case-insensitive. [GH-31045]
  • core: Omit automatic version control information of the main module from compiled Vault binaries [GH-30926]
  • database: Prevent static roles created in versions prior to 1.15.0 from rotating on backend restart. [GH-30320]
  • database: no longer incorrectly add an "unrecognized parameters" warning for certain SQL database secrets config operations when another warning is returned [GH-30327]
  • identity: Fix non-deterministic merge behavior when two entities have
    conflicting local aliases. [GH-30390]
  • identity: reintroduce RPC functionality for group creates, allowing performance standbys to handle external group changes during login and token renewal [GH-30069]
  • plugins (enterprise): Fix an issue where Enterprise plugins can't run on a standby node
    when it becomes active because standby nodes don't extract the artifact when the plugin
    is registered. Remove extracting from Vault and require the operator to place
    the extracted artifact in the plugin directory before registration.
  • plugins (enterprise): Fix plugin registration with artifact when a binary for the same plugin is already present in the plugin directory.
  • plugins: plugin registration should honor the plugin_tmpdir config [GH-29978]
  • plugins: plugin registration should honor the plugin_tmpdir config
  • raft/retry_join: Fix decoding auto_join configurations that include escape characters [GH-29874]
  • secrets/aws: fix a bug where environment and shared credential providers were overriding the WIF configuration [GH-29982]
  • secrets/aws: fix a case where GovCloud wasn't taken into account; fix a case where the region setting wasn't respected [GH-30312]
  • secrets/aws: fix a panic when a performance standby node attempts to write/update config. [GH-30039]
  • secrets/database: Fix a bug where a global database plugin reload exits if any of the database connections are not available [GH-29519]
  • secrets/database: Treat all rotation_schedule values as UTC to ensure consistent behavior. [GH-30606]
  • secrets/db: fix a panic when a performance standby node attempts to write/update config. [GH-30039]
  • secrets/openldap: Prevent static role rotation on upgrade when NextVaultRotation is nil.
    Fixes an issue where static roles were unexpectedly rotated after upgrade due to a missing NextVaultRotation value.
    Now sets it to either LastVaultRotation + RotationPeriod or now + RotationPeriod. [GH-30265]
  • secrets/pki (enterprise): Address a parsing bug that rejected CMPv2 requests containing a validity field.
  • secrets/pki: Fix a bug that prevents enabling automatic tidying of the CMPv2 nonce store. [GH-29852]
  • secrets/pki: fix a bug where key_usage was ignored when generating root certificates, and signing certain
    intermediate certificates. [GH-30034]
  • secrets/transit (enterprise): ensure verify endpoint always returns valid field in batch_results with CMAC
  • secrets/transit (enterprise): fixed encryption/decryption with RSA against PKCS#11 managed keys
  • secrets/transit: ensure verify endpoint always returns valid field in batch_results with HMAC [GH-30852]
  • secrets/transit: fix a panic when rotating on a managed key returns an error [GH-30214]
  • ui/database: Added input field for setting 'skip_import_rotation' when creating a static role [GH-29633]
  • ui/kmip: Fixes KMIP credentials view and displays private_key after generating [GH-30778]
  • ui: Automatically refresh namespace list inside the namespace picker after creating or deleting a namespace in the UI. [GH-30737]
  • ui: Fix broken link to Hashicorp Vault developer site in the Web REPL help. [GH-30670]
  • ui: Fix initial setting of form toggle inputs for parameters nested within the config block [GH-30960]
  • ui: Fix refresh namespace list after deleting a namespace. [GH-30680]
  • ui: MFA methods now display the namespace path instead of the namespace id. [GH-29588]
  • ui: Redirect users authenticating with Vault as an OIDC provider to log in again when token expires. [GH-30838]

v1.16.0

Compare Source

1.16.0

March 26, 2024

SECURITY:

  • auth/cert: compare public keys of trusted non-CA certificates with incoming
    client certificates to prevent trusting certs with the same serial number
    but not the same public/private key. [GH-25649]
  • auth/cert: validate OCSP response was signed by the expected issuer and serial number matched request [GH-26091]
  • secrets/transit: fix a regression that was honoring nonces provided in non-convergent modes during encryption. [GH-22852]

CHANGES:

  • Upgrade grpc to v1.58.3 [GH-23703]
  • Upgrade x/net to v0.17.0 [GH-23703]
  • api: add the enterprise parameter to the /sys/health endpoint [GH-24270]
  • auth/alicloud: Update plugin to v0.16.1 [GH-25014]
  • auth/alicloud: Update plugin to v0.17.0 [GH-25217]
  • auth/approle: Normalized error response messages when invalid credentials are provided [GH-23786]
  • auth/azure: Update plugin to v0.16.1 [GH-22795]
  • auth/azure: Update plugin to v0.17.0 [GH-25258]
  • auth/cf: Update plugin to v0.16.0 [GH-25196]
  • auth/gcp: Update plugin to v0.16.2 [GH-25233]
  • auth/jwt: Update plugin to v0.19.0 [GH-24972]
  • auth/jwt: Update plugin to v0.20.0 [GH-25326]
  • auth/jwt: Update plugin to v0.20.1 [GH-25937]
  • auth/kerberos: Update plugin to v0.10.1 [GH-22797]
  • auth/kerberos: Update plugin to v0.11.0 [GH-25232]
  • auth/kubernetes: Update plugin to v0.18.0 [GH-25207]
  • auth/oci: Update plugin to v0.14.1 [GH-22774]
  • auth/oci: Update plugin to v0.15.1 [GH-25245]
  • cli: Using vault plugin reload with -plugin in the root namespace will now reload the plugin across all namespaces instead of just the root namespace. [GH-24878]
  • cli: vault plugin info and vault plugin deregister now require 2 positional arguments instead of accepting either 1 or 2. [GH-24250]
  • core (enterprise): Seal High Availability (HA) must be enabled by enable_multiseal in configuration.
  • core: Bump Go version to 1.21.8.
  • database/couchbase: Update plugin to v0.10.1 [GH-25275]
  • database/elasticsearch: Update plugin to v0.14.0 [GH-25263]
  • database/mongodbatlas: Update plugin to v0.11.0 [GH-25264]
  • database/redis-elasticache: Update plugin to v0.3.0 [GH-25296]
  • database/redis: Update plugin to v0.2.3 [GH-25289]
  • database/snowflake: Update plugin to v0.10.0 [GH-25143]
  • database/snowflake: Update plugin to v0.9.1 [GH-25020]
  • events: Remove event noficiations websocket endpoint in non-Enterprise [GH-25640]
  • events: Source URL is now vault://{vault node} [GH-24201]
  • identity (enterprise): POST requests to the /identity/entity/merge endpoint
    are now always forwarded from standbys to the active node. [GH-24325]
  • plugins/database: Reading connection config at database/config/:name will now return a computed running_plugin_version field if a non-builtin version is running. [GH-25105]
  • plugins: Add a warning to the response from sys/plugins/reload/backend if no plugins were reloaded. [GH-24512]
  • plugins: By default, environment variables provided during plugin registration will now take precedence over system environment variables.
    Use the environment variable VAULT_PLUGIN_USE_LEGACY_ENV_LAYERING=true to opt out and keep higher preference for system environment
    variables. When this flag is set, Vault will check during unseal for conflicts and print warnings for any plugins with environment
    variables that conflict with system environment variables. [GH-25128]
  • plugins: /sys/plugins/runtimes/catalog response will always include a list of "runtimes" in the response, even if empty. [GH-24864]
  • sdk: Upgrade dependent packages by sdk.
    This includes github.com/docker/docker to v24.0.7+incompatible,
    google.golang.org/grpc to v1.57.2 and golang.org/x/net to v0.17.0. [GH-23913]
  • secrets/ad: Update plugin to v0.16.2 [GH-25058]
  • secrets/ad: Update plugin to v0.17.0 [GH-25187]
  • secrets/alicloud: Update plugin to v0.16.0 [GH-25257]
  • secrets/azure: Update plugin to v0.17.0 [GH-25189]
  • secrets/gcp: Update plugin to v0.18.0 [GH-25173]
  • secrets/gcpkms: Update plugin to v0.16.0 [GH-25231]
  • secrets/keymgmt: Update plugin to v0.10.0
  • secrets/kubernetes: Update plugin to v0.7.0 [GH-25204]
  • secrets/kv: Update plugin to v0.16.2 [GH-22790]
  • secrets/kv: Update plugin to v0.17.0 [GH-25277]
  • secrets/mongodbatlas: Update plugin to v0.10.2 [GH-23849]
  • secrets/mongodbatlas: Update plugin to v0.11.0 [GH-25253]
  • secrets/openldap: Update plugin to v0.11.3 [GH-25040]
  • secrets/openldap: Update plugin to v0.12.0 [GH-25251]
  • secrets/openldap: Update plugin to v0.12.1 [GH-25524]
  • secrets/terraform: Update plugin to v0.7.5 [GH-25288]
  • telemetry: Seal wrap encrypt/decrypt metrics now differentiate between seals using a metrics label of seal name rather than separate metric names. [GH-23837]
  • ui: Update icons to use Flight icons where available. [GH-24823]
  • ui: add subnav for replication items [GH-24283]

FEATURES:

  • Add Snapshot Inspector Tool: Add CLI tool to inspect Vault snapshots [GH-23457]
  • Audit Filtering: Audit devices support expression-based filter rules (powered by go-bexpr) to determine which entries are written to the audit log. [GH-24558]
  • Controlled Access to Unauthenticated Endpoints (enterprise): Gives admins more control over how unauthenticated endpoints in Vault can be accessed and in some cases what information they return. [GH-23547] [GH-23534] [GH-23740]
  • Custom messages (enterprise): Introduces custom messages settings, allowing users to view, and operators to configure system-wide messages.
  • Database Event Notifications: The database plugin now emits event notifications. [GH-24718]
  • Default Lease Count Quota (enterprise): Apply a new global default lease count quota of 300k leases for all
    new installs of Vault. [GH-24382]
  • Experimental Raft-WAL Option: Reduces risk of infinite snapshot loops for follower nodes in large-scale Integrated Storage deployments. [GH-21460]
  • Manual License Utilization Reporting: Added manual license
    utilization reporting, which allows users to create manual exports of product-license [metering
    data] to report to Hashicorp.
  • Plugin Identity Tokens: Adds secret-less configuration of AWS secret engine using web identity federation. [GH-24987]
  • Plugin Workload Identity (enterprise): Vault can generate identity tokens for plugins to use in workload identity federation auth flows.
  • Quotas in Privileged Namespaces: Enable creation/update/deletion of quotas from the privileged namespace
  • Reload seal configuration on SIGHUP: Seal configuration is reloaded on SIGHUP so that seal configuration can
    be changed without shutting down vault [GH-23571]
  • Request Limiter (enterprise): Add adaptive concurrency limits to
    write-based HTTP methods and special-case pki/issue requests to prevent
    overloading the Vault server. [GH-25093]
  • Rotate Root for LDAP auth: Rotate root operations are now supported for the LDAP auth engine. [GH-24099]
  • Seal High Availability (enterprise): Operators can configure more than one automatic seal for resilience against seal provider outages.
  • Secrets Sync UI (enterprise): Adds secret syncing for KV v2 secrets to external destinations using the UI. [GH-23667]
  • Vault PKI EST Server (Enterprise/Beta): Beta support for the PKI Enrollment over Secure Transport (EST) certificate management protocol has been added to the Vault PKI Plugin. This allows standard EST clients to request certificates from a Vault server with no knowledge of Vault APIs.
  • Vault Proxy Static Secret Caching (enterprise): Adds support for static secret (KVv1 and KVv2) caching to Vault Proxy. [GH-23621]
  • secrets-import (enterprise): Support importing secrets from external sources into KVv2
  • secrets/aws: Support issuing an STS Session Token directly from the root credential. [GH-23690]

IMPROVEMENTS:

  • .release/linux: add LimitCORE=0 to vault.service [GH-23272]
  • agent/template: Added max_connections_per_host to limit total number of connections per Vault host. [GH-24548]
  • agent: Added new namespace top level configuration parameter, which can be used to make requests made by Agent to go to that namespace. [GH-24667]
  • agent: allow users to specify files for child process stdout/stderr [GH-22812]
  • api (enterprise): Enable the sys/license/features from any namespace
  • api/plugins: add tls-server-name arg for plugin registration [GH-23549]
  • api: Add wrapper functions for GET /sys/mounts/:path and GET /sys/auth/:path [GH-25499]
  • api: Do not require sudo for API wrapper functions GetAuth and GetAuthWithContext [GH-25968]
  • api: added new API field to Vault responses, mount_type, returning mount information (e.g. kv for KVV1/KVV2) for mount when appropriate. [GH-23047]
  • api: sys/health and sys/ha-status now expose information about how long
    the last heartbeat took, and the estimated clock skew between standby and
    active node based on that heartbeat duration. [GH-24343]
  • auth/cert: Allow validation with OCSP responses with no NextUpdate time [GH-25912]
  • auth/cert: Cache trusted certs to reduce memory usage and improve performance of logins. [GH-25421]
  • auth/ldap: introduce cap/ldap.Client for LDAP authentication
    auth/ldap: deprecates connection_timeout in favor of request_timeout for timeouts
    sdk/ldaputil: deprecates Client in favor of cap/ldap.Client [GH-22185]
  • auth/saml: Update plugin to v0.2.0
  • auto-auth/azure: Support setting the authenticate_from_environment variable to "true" and "false" string literals, too. [GH-22996]
  • cli: introduce new command group hcp which groups subcommands for authentication of users or machines to HCP using
    either provided arguments or retrieved HCP token through browser login. [GH-23897]
  • cli: Improved error messages for vault plugin sub-commands. [GH-24250]
  • cli: adds plugin identity token to enable and tune commands for secret engines and auth methods [GH-24980]
  • cli: include secret syncs counts in the vault operator usage command output [GH-25751]
  • command/server: display logs on startup immediately if disable-gated-logs flag is set [GH-24280]
  • command/token-capabilities: allow using accessor when listing token capabilities on a path [GH-24479]
  • core (enterprise): Avoid seal rewrapping in some specific unnecessary cases.
  • core (enterprise): Improve seal unwrap performance when in degraded mode with one or more unhealthy seals. [GH-25171]
  • core (enterprise): Speed up unseal when using namespaces
  • core (enterprise): persist seal rewrap status, so rewrap status API is consistent on secondary nodes.
  • core/activity: Include secret_syncs in activity log responses [GH-24710]
  • core/cli: Warning related to VAULT_ADDR & -address not set with CLI requests. [GH-17076]
  • core/metrics: add metrics for secret sync client count [GH-25713]
  • core: Added new plugin_tmpdir config option for containerized plugins, in addition to the existing VAULT_PLUGIN_TMPDIR environment variable. [GH-24978]
  • core: make the best effort timeout for encryption count tracking persistence configurable via an environment variable. [GH-25636]
  • core: update sys/seal-status (and CLI vault status) to report the type of
    the seal when unsealed, as well as the type of the recovery seal if an
    auto-seal. [GH-23022]
  • events: Add support for event subscription plugins, including SQS [GH-24352]
  • identity/tokens: adds plugin issuer with openid-configuration and keys APIs [GH-24898]
  • limits: Add a listener configuration option disable_request_limiter to allow
    disabling the request limiter per-listener. [GH-25098]
  • limits: Introduce a reloadable opt-in configuration for the Request Limiter. [GH-25095]
  • oidc/provider: Adds code_challenge_methods_supported to OpenID Connect Metadata [GH-24979]
  • plugins: Add new pin version APIs to enforce all plugins of a specific type and name to run the same version. [GH-25105]
  • plugins: Containerized plugins can be run fully rootless with the runsc runtime. [GH-24236]
  • plugins: New API sys/plugins/reload/:type/:name available in the root namespace for reloading a specific plugin across all namespaces. [GH-24878]
  • proxy: Added new namespace top level configuration parameter, and prepend_configured_namespace API Proxy configuration parameter, which can be used to make requests made to Proxy get proxied to that namespace. [GH-24667]
  • raft/snapshotagent (enterprise): upgrade raft-snapshotagent to v0.0.0-20221104090112-13395acd02c5
  • replication (enterprise): Add last_upstream_remote_wal metric to telemetry and stop emitting last_remote_wal on standby nodes
  • replication (enterprise): Add re-index status metric to telemetry
  • replication: Add re-index status metric to telemetry [GH-23160]
  • sdk/plugin: Fix an issue where external plugins were not reporting logs below INFO level [GH-23771]
  • sdk: Add identity token helpers to consistently apply new plugin WIF fields across integrations. [GH-24925]
  • sdk: adds new method to system view to allow plugins to request identity tokens [GH-24929]
  • secrets-sync (enterprise): Add ability to turn the sync system on and off
  • secrets-sync (enterprise): Add reconciliation loop
  • secrets-sync (enterprise): Added PATCH request on the sync destinations API
  • secrets-sync (enterprise): Added delete request to reset global config to factory defaults
  • secrets-sync (enterprise): Added field to define custom tags to add on synced secrets
  • secrets-sync (enterprise): Added global config path to the administrative namespace.
  • secrets-sync (enterprise): Added telemetry on number of destinations and associations per type.
  • secrets-sync (enterprise): Adds ability to set target GCP project ID to sync secrets with
  • secrets-sync (enterprise): Adjusted associations list responses to be more CLI-friendly
  • secrets-sync (enterprise): Adjusted destination list responses to be more CLI-friendly & added endpoint to list destinations by type.
  • secrets-sync (enterprise): Clean up membdb tests
  • secrets-sync (enterprise): Support AWS IAM assume role and external ID
  • secrets-sync (enterprise): Support custom GitHub apps
  • secrets-sync (enterprise): Support custom templating of external secret names
  • secrets-sync (enterprise): Support granular secrets syncing
  • secrets-sync (enterprise): add purge field to the destination delete endpoint
  • secrets/database: Add new reload/:plugin_name API to reload database plugins by name for a specific mount. [GH-24472]
  • secrets/database: Support reloading named database plugins using the sys/plugins/reload/backend API endpoint. [GH-24512]
  • secrets/pki: do not check TLS validity on ACME requests redirected to https [GH-22521]
  • storage/etcd: etcd should only return keys when calling List() [GH-23872]
  • storage/raft (enterprise): Replication WAL batches may now contain up to 4096
    entries rather than being limited to 62 like Consul is. Performance testing
    shows improvements in throughput and latency under some write-heavy workloads.
  • storage/raft: Add support for larger transactions when using raft storage. [GH-24991]
  • storage/raft: Upgrade to bbolt 1.3.8, along with an extra patch to reduce time scanning large freelist maps. [GH-24010]
  • sys (enterprise): Enable sys/config/group-application-policy in privileged namespace
  • sys (enterprise): Adds the chroot_namespace field to this sys/internal/ui/resultant-acl endpoint, which exposes the value of the chroot namespace from the
    listener config.
  • sys: adds configuration of the key used to sign plugin identity tokens during mount enable and tune [GH-24962]
  • ui: Add deletion_allowed param to transformations and include tokenization as a type option [GH-25436]
  • ui: Add warning message to the namespace picker warning users about the behavior when logging in with a root token. [GH-23277]
  • ui: Adds a warning when whitespace is detected in a key of a KV secret [GH-23702]
  • ui: Adds allowed_response_headers, plugin_version and user_lockout_config params to auth method configuration [GH-25646]
  • ui: Adds toggle to KV secrets engine value download modal to optionally stringify value in downloaded file [GH-23747]
  • ui: Allow users in userpass auth mount to update their own password [GH-23797]
  • ui: Implement Helios Design System Breadcrumbs [GH-24387]
  • ui: Implement Helios Design System copy button component making copy buttons accessible [GH-22333]
  • ui: Implement Helios Design System footer component [GH-24191]
  • ui: Implement Helios Design System pagination component [GH-23169]
  • ui: Increase base font-size from 14px to 16px and update use of rem vs pixels for size variables [GH-23994]
  • ui: Makes modals accessible by implementing Helios Design System modal component [GH-23382]
  • ui: Replace inline confirm alert inside a popup-menu dropdown with confirm alert modal [GH-21520]
  • ui: Separates out client counts dashboard to overview and entity/non-entity tabs [GH-24752]
  • ui: Sort list view of entities and aliases alphabetically using the item name [GH-24103]
  • ui: Surface warning banner if UI has stopped auto-refreshing token [GH-23143]
  • ui: Update AlertInline component to use Helios Design System Alert component [GH-24299]
  • ui: Update flat, shell-quote and swagger-ui-dist packages. Remove swagger-ui styling overrides. [GH-23700]
  • ui: Update mount backend form to use selectable cards [GH-14998]
  • ui: Update sidebar Secrets engine to title case. [GH-23964]
  • ui: Use Hds::Dropdown component to replace list view popup menus [GH-25321]
  • ui: add error message when copy action fails [GH-25479]
  • ui: add granularity param to sync destinations [GH-25500]
  • ui: capabilities-self is always called in the user's root namespace [GH-24168]
  • ui: improve accessibility - color contrast, labels, and automatic testing [GH-24476]
  • ui: latest version of chrome does not automatically redirect back to the app after authentication unless triggered by the user, hence added a link to redirect back to the app. [GH-18513]
  • ui: obscure JSON values when KV v2 secret has nested objects [GH-24530]
  • ui: redirect back to current route after reauthentication when token expires [GH-25335]
  • ui: remove leading slash from KV version 2 secret paths [GH-25874]
  • ui: remove unnecessary OpenAPI calls for unmanaged auth methods [GH-25364]
  • ui: replace popup menu on list items (namespaces, auth items, KMIP, K8S, LDAP) [GH-25588]
  • ui: show banner when resultant-acl check fails due to permissions or wrong namespace. [GH-23503]
  • website/docs: Update references to Key Value secrets engine from 'K/V' to 'KV' [GH-24529]
  • website/docs: fix inaccuracies with unauthenticated_in_flight_requests_access parameter [GH-23287]

BUG FIXES:

  • Seal HA (enterprise/beta): Fix rejection of a seal configuration change
    from two to one auto seal due to persistence of the previous seal type being
    "multiseal". [GH-23573]
  • activity log (enterprise): De-duplicate client count estimates for license utilization reporting.
  • agent/logging: Agent should now honor correct -log-format and -log-file settings in logs generated by the consul-template library. [GH-24252]
  • agent: Fix issue where Vault Agent was unable to render KVv2 secrets with delete_version_after set. [GH-25387]
  • agent: Fixed incorrect parsing of boolean environment variables for configuration. [GH-24790]
  • api/seal-status: Fix deadlock on calls to sys/seal-status with a namespace configured
    on the request. [GH-23861]
  • api: Fix deadlock on calls to sys/leader with a namespace configured
    on the request. [GH-24256]
  • api: sys/leader ActiveTime field no longer gets reset when we do an internal state change that doesn't change our active status. [GH-24549]
  • audit/socket: Provide socket based audit backends with 'prefix' configuration option when supplied. [GH-25004]
  • audit: Fix bug reopening 'file' audit devices on SIGHUP. [GH-23598]
  • audit: Fix bug where use of 'log_raw' option could result in other devices logging raw audit data [GH-24968]
  • audit: Handle a potential panic while formatting audit entries for an audit log [GH-25605]
  • audit: Operator changes to configured audit headers (via /sys/config/auditing)
    will now force invalidation and be reloaded from storage when data is replicated
    to other nodes.
  • audit: Resolve potential race condition when auditing entries which use SSCT. [GH-25443]
  • auth/aws: Fixes a panic that can occur in IAM-based login when a client config does not exist. [GH-23555]
  • auth/cert: Address an issue in which OCSP query responses were not cached [GH-25986]
  • auth/cert: Allow cert auth login attempts if ocsp_fail_open is true and OCSP servers are unreachable [GH-25982]
  • auth/cert: Handle errors related to expired OCSP server responses [GH-24193]
  • auth/saml (enterprise): Fixes support for Microsoft Entra ID enterprise applications
  • cap/ldap: Downgrade go-ldap client from v3.4.5 to v3.4.4 due to race condition found [GH-23103]
  • cassandra: Update Cassandra to set consistency prior to calling CreateSession, ensuring consistency setting is correct when opening connection. [GH-24649]
  • cli/kv: Undelete now properly handles KV-V2 mount paths that are more than one layer deep. [GH-19811]
  • cli: fixes plugin register CLI failure to error when plugin image doesn't exist [GH-24990]
  • command/server: Fix bug with sigusr2 where pprof files were not closed correctly [GH-23636]
  • core (Enterprise): Treat multiple disabled HA seals as a migration to Shamir.
  • core (enterprise): Do not return an internal error when token policy type lookup fails, log it instead and continue.
  • core (enterprise): Fix a deadlock that can occur on performance secondary clusters when there are many mounts and a mount is deleted or filtered [GH-25448]
  • core (enterprise): Fix a panic that can occur if only one seal exists but is unhealthy on the non-first restart of Vault.
  • core (enterprise): fix a potential deadlock if an error is received twice from underlying storage for the same key
  • core (enterprise): fix issue where the Seal HA rewrap system may remain running when an active node steps down.
  • core/activity: Fixes segments fragment loss due to exceeding entry record size limit [GH-23781]
  • core/audit: Audit logging a Vault response will now use a 5 second context timeout, separate from the original request. [GH-24238]
  • core/config: Use correct HCL config value when configuring log_requests_level. [GH-24056]
  • core/ha: fix panic that can occur when an HA cluster contains an active node with version >=1.12.0 and another node with version <1.10 [GH-24441]
  • core/login: Fixed a potential deadlock when a login fails and user lockout is enabled. [GH-25697]
  • core/mounts: Fix reading an "auth" mount using "sys/internal/ui/mounts/" when filter paths are enforced returns 500 error code from the secondary [GH-23802]
  • core/quotas: Close rate-limit blocked client purge goroutines when sealing [GH-24108]
  • core/quotas: Deleting a namespace that contains a rate limit quota no longer breaks replication [GH-25439]
  • core: Fix a timeout initializing Vault by only using a short timeout persisting barrier keyring encryption counts. [GH-24336]
  • core: Fix an error that resulted in the wrong seal type being returned by sys/seal-status while
    Vault is in seal migration mode. [GH-24165]
  • core: Skip unnecessary deriving of policies during Login MFA Check. [GH-23894]
  • core: fix bug where deadlock detection was always on for expiration and quotas.
    These can now be configured individually with detect_deadlocks. [GH-23902]
  • core: fix policies with wildcards not matching list operations due to the policy path not having a trailing slash [GH-23874]
  • core: fix rare panic due to a race condition with metrics collection during seal [GH-23906]
  • core: upgrade github.com/hashicorp/go-kms-wrapping/wrappers/azurekeyvault/v2 to
    support azure workload identities. [GH-24954]
  • eventlogger: Update library to v0.2.7 to address race condition [GH-24305]
  • events: Ignore sending context to give

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@soerenschneider soerenschneider self-assigned this Aug 12, 2025
@soerenschneider
Copy link
Owner Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.23.0
go (toolchain) 1.22.1 -> 1.24.4
golang.org/x/net v0.34.0 -> v0.37.0
golang.org/x/term v0.28.0 -> v0.30.0
github.com/go-jose/go-jose/v4 v4.0.1 -> v4.0.5
github.com/hashicorp/hcl v1.0.0 -> v1.0.1-vault-7
golang.org/x/crypto v0.32.0 -> v0.36.0
golang.org/x/sys v0.29.0 -> v0.31.0
golang.org/x/text v0.21.0 -> v0.23.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants