Update module github.com/openbao/openbao/api/v2 to v2.6.0 - #221
Merged
pulumi-renovate[bot] merged 1 commit intoAug 3, 2026
Merged
Conversation
pulumi-renovate
Bot
force-pushed
the
renovate/github.com-openbao-openbao-api-v2-2.x
branch
2 times, most recently
from
July 21, 2026 11:25
82d7b0d to
ef95c95
Compare
pulumi-renovate
Bot
force-pushed
the
renovate/github.com-openbao-openbao-api-v2-2.x
branch
13 times, most recently
from
July 31, 2026 12:31
b356736 to
89f55b5
Compare
pulumi-renovate
Bot
force-pushed
the
renovate/github.com-openbao-openbao-api-v2-2.x
branch
from
August 1, 2026 08:15
89f55b5 to
55167a5
Compare
pulumi-renovate
Bot
deleted the
renovate/github.com-openbao-openbao-api-v2-2.x
branch
August 3, 2026 01:32
Contributor
|
This PR has been shipped in release v0.0.23. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v2.1.0→v2.6.0Release Notes
openbao/openbao (github.com/openbao/openbao/api/v2)
v2.6.0Compare Source
FEATURES
kmsplugin type that enables Auto Unseal mechanisms to be distributed as external binary plugins. [GH-2586]plugin "kms" "name" { }stanzas in the server configuration, making"name"available as an Auto Unseal mechanism viaseal "name" { }.sys/workflowsto allow operators to create workflows and users to execute them.allow_unauthenticated_workflowsserver configuration value enables unauthenticated execution of workflows; any dispatched requests still require authentication but this can be provided as a request parameter./sys/generate-root-tokenendpoints are available as replacements for the deprecated unauthenticated ones. [GH-3041]openbao-distroless. The only executable contained in these images is OpenBao itself. [GH-2592]SECURITY
capabilities = ["deny"]from a more specific wildcard ACL grant. GHSA-xp3c-3jw3-4vcr. [GH-3389]+or*character, it will now be rejected by default. Setallow_wildcards_in_identity_templates = trueto overwrite. GHSA-59w7-v8rr-pr4p. [GH-3401]/character, it will now be rejected by default. Setallow_slashes_in_identity_templates = trueto overwrite. GHSA-59w7-v8rr-pr4p. [GH-3401]allowed_uri_sans_templateandallowed_domainscontains a*character, it will now be rejected by default. Setallow_globs_in_identity_templates = trueto overwrite. GHSA-59w7-v8rr-pr4p. [GH-3401]allowed_usersorallowed_domainscontains a,character, it will now be rejected by default. Setallow_commas_in_identity_templates = trueto overwrite. GHSA-59w7-v8rr-pr4p. [GH-3401]IMPROVEMENTS
~/.vault-tokenvia theBAO_TOKEN_PATHenvironment variable. [GH-2706]text/templatesupport to self-initialization, allowing templating of values from other requests/responses. [GH-2727]whenkeyword. [GH-2739]uidandgidconfiguration options for thefilesink. [GH-2851]SIGHUPnow reloads the client TLS configuration. [GH-3038]-method=kuberneteswith both interactive and non-interactive modes. [GH-1891]passthrough_request_headerscan pass theHostheader to plugins. [GH-3325]sys/backend is now a singleton shared across all namespaces, reducing idle memory usage of the OpenBao instance. [GH-3007]path,namespace_pathandrevoke_error. [GH-1906]Access-Control-Allow-Credentialsheader). [GH-2262]CKA_IDif both key halves did not share the sameCKA_LABEL. [GH-3231]auto_joinvia DNSSRVrecords. [GH-3397]X-Tls-Client-Cert, to allow processing of a leaf certificate forwarded from a TLS-terminating reverse proxy. [GH-2080]decode_pacoption in order to improve compatibility with Kerberos systems. [GH-2211]password_hashfield to allow providing a pre-hashed bcrypt password instead of plaintext. [GH-2702]generated,expire_time, andperiodfields to code generation response. [GH-2585]-public-key-pathand-private-key-pathflags aren't given, respectively. [GH-2419]tcp(host1:3306,host2:3306)) for automatic failover when a host becomes unavailable. [GH-2312]ClientCertBytesandClientKeyBytesas possible in-memory cert contents inTLSConfig. [GH-2798]/sys/namespacesAPIs via.Sys().CreateNamespace(...)& co. [GH-2955]DisableEnvironmentfield onConfigand aNewConfigconstructor to create clean client configurations. [GH-2834]AllowedJWTSignatureAlgorithmsEAB. [GH-2464]lang="en"attribute tohtmltag. [GH-2580]CHANGES
server,agent,proxy&debugsubcommands. This includes the removal of the undocumented and hidden-disable-gated-logsflag. [GH-2620]operator generate-rootnow uses the authenticated/sys/generate-root-tokenendpoints instead of the deprecated/sys/generate-rootendpoints. [GH-3190]net/http.ServeMuxin Go 1.26 now uses a 307 redirect instead of a 301 redirect when given a bare path which doesn't exist in the multiplexer but which a path with a trailing slash exists for. This causes somePOST/PUToperations to fail with a 400 instead of 404, as OpenBao does not allow writes to paths ending in a slash. See also: https://go.dev/doc/go1.26. [GH-3072]deleting corrupt groupin server startup logs. [GH-2454]stored_sharesparameter was removed and will now be ignored. [GH-2662]build_dateresponse field tocommit_date. [GH-2678]build_dateresponse field tocommit_date. [GH-2678]StoredSharesfield fromInitRequestandRotateInitRequeststructs. [GH-2662](*Sys).GenerateRoot*methods now use the authenticated/sys/generate-root-tokenendpoints instead of the deprecated/sys/generate-rootendpoints. [GH-3190]BuildDatetoCommitDate. Build systems need to adjust their pipelines to reflect this change. [GH-2678]name,maintainer,vendor,version,release,revision,summary, anddescriptionlabels from container images in favor of the already attached OpenContainers labels. If you have tooling that relies on these labels, instruct it to use the OpenContainers labels instead. [GH-2589]openbaouser rather than therootuser by default, matching the default behavior of openbao-ubi variants:openbaouser before starting OpenBao even if started asroot. The additional capabilities are only used pre-startup to automatically fix up permissions of files accessed by OpenBao. [GH-2589]rootby default, you can revert to this behavior by manually specifying the user in your container engine.yarntopnpm. [GH-2791]checksums.txtartifact as opposed to per-OS checksum files such aschecksums-linux.txt. [GH-3209]BUG FIXES
bao operator rotate-keysandbao operator rekeywarning about new key shares when rotating the barrier root key only. [GH-2648]auth/token/lookup-selfwhile unauthenticated. [GH-3462]/sys/rotate/root/updatereturning a random, unused key share value when rotating the barrier root key using recovery keys. [GH-2648]request.idforpath-helpaudit entries [GH-3440]logical.Request.Connectionis set to allow certificate auth and login MFA to work. [GH-3465]key_idis provided butkey_labelis not. [GH-3231]key_idas hex value. [GH-3231]not_after_boundandnot_before_boundrole fields. [GH-3031]/sign-verbatimnow preserves the original subject encoding from the CSR. Previously, UTF8String values were re-encoded as PrintableString when the subject contained only ASCII characters. [GH-2861]DEPRECATIONS
alicloudkms,awskms,azurekeyvault,gcpckms,ocikmsandpkcs11Auto Unseal mechanisms will be removed in v2.7.0 and remain available as external plugins only. [GH-2586]openbao/openbao:2.6.0-arm64will not be published starting with this release. Refer to multi-arch container images instead (simplyopenbao/openbao:2.6.0). [GH-3209]New Contributors
What's Changed
sys/rawendpoint interaction with implicitly sealed namespaces (#3426 by @wslabosz-reply) backported by @phil9909 in #3467b217fa6(#3412 by @dependabot) backported by @phil9909 in #3445Full Changelog: openbao/openbao@v2.5.5...v2.6.0
v2.5.1Compare Source
SECURITY
BUG FIXES
CHANGES
deleting corrupt groupin server startup logs. [GH-2454]What's Changed
Full Changelog: openbao/openbao@v2.5.0...v2.5.1
v2.5.0Compare Source
SECURITY
disable_unauthed_rekey_endpointsistrue, to continue using unauthed rekey endpoints, setdisable_unauthed_rekey_endpoints=falsein listeners explicitly. [GH-2125]CHANGES
creation_statements,revocation_statements,rollback_statements, andrenew_statementsfields from the dbpluginStatementsprotobuf message [GH-1962]OIDCDiscoveryURLincluding.well-known/openid-configurationcomponent. [GH-2066]jsonxas a output format option for audit mounts [GH-2047]FEATURES
pluginconfiguration keyword.plugin_auto_download=trueoption.bao plugin initcommand.plugin_auto_register=trueoption, regardless if they were manually provisioned or from OCI images. [GH-1824]disable_standby_reads=truein the config file before startup. [GH-1986]Response.SchemaNameto allow custom response schema names in the generated OpenAPI spec. [GH-1714]IMPROVEMENTS
bao operator migrateviaBAO_PROXY_CONFIG_PATH,BAO_AGENT_CONFIG_PATH, andBAO_MIGRATE_CONFIG_PATH. [GH-2153]BAO_CONFIG_PATHinplugin init, just likeserver&c do. [GH-2164]server,operator diagnoseand 'operator validate-config` now support the environment variable BAO_CONFIG_FILE for the -config command option. [GH-2115]metrics_onlyanddisallow_metricsoptions to control metrics endpoint exposure on a per-listener basis. [GH-1834]allowed_ip_sans_cidrparameter to PKI role system, to provide additional checks for IP SANs. [GH-1833]physical.FencingHABackendto minimize chances that writes on secondary nodes occur. [GH-1571]DEPRECATIONS
FeatureFlagsparsing and related code. [GH-2045]sdk/v2/helper/licensepackage. [GH-2045]internal/ui/feature-flagsendpoint and all its usage. [GH-2045]BUG FIXES
member_group_idsacross namespaces (requiresunsafe_cross_namespace_identity=true) [GH-2321]["+@​read", "~*"]). Previously, it incorrectly required a stringified JSON array. The old format is still supported for backward compatibility. [GH-1959]bao operator raft list-peers. [GH-2331]WithTransactioncallback. [GH-2226]What's Changed over Beta
Configuration
📅 Schedule: (UTC)
* * * * 1-5)🚦 Automerge: Enabled.
♻ 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.