feat: update openbao/openbao to v2.6.1 #minor - #269
Open
public-glueops-renovatebot[bot] wants to merge 1 commit into
Open
feat: update openbao/openbao to v2.6.1 #minor#269public-glueops-renovatebot[bot] wants to merge 1 commit into
public-glueops-renovatebot[bot] wants to merge 1 commit into
Conversation
public-glueops-renovatebot
Bot
deleted the
renovate/openbao-openbao-2.6.x
branch
August 15, 2026 09:41
public-glueops-renovatebot
Bot
force-pushed
the
renovate/openbao-openbao-2.6.x
branch
2 times, most recently
from
August 15, 2026 09:54
37eed09 to
be9d6ae
Compare
public-glueops-renovatebot
Bot
force-pushed
the
renovate/openbao-openbao-2.6.x
branch
2 times, most recently
from
August 15, 2026 14:26
be9d6ae to
ad9505e
Compare
public-glueops-renovatebot
Bot
force-pushed
the
renovate/openbao-openbao-2.6.x
branch
2 times, most recently
from
August 15, 2026 17:39
ad9505e to
20b7ad5
Compare
public-glueops-renovatebot
Bot
force-pushed
the
renovate/openbao-openbao-2.6.x
branch
3 times, most recently
from
August 21, 2026 14:59
2c2108d to
588f3db
Compare
public-glueops-renovatebot
Bot
force-pushed
the
renovate/openbao-openbao-2.6.x
branch
from
August 22, 2026 15:40
588f3db to
a134b44
Compare
public-glueops-renovatebot
Bot
force-pushed
the
renovate/openbao-openbao-2.6.x
branch
2 times, most recently
from
August 22, 2026 17:40
a134b44 to
2e5a026
Compare
public-glueops-renovatebot
Bot
force-pushed
the
renovate/openbao-openbao-2.6.x
branch
2 times, most recently
from
August 22, 2026 20:42
2e5a026 to
00e8e5d
Compare
public-glueops-renovatebot
Bot
force-pushed
the
renovate/openbao-openbao-2.6.x
branch
2 times, most recently
from
August 22, 2026 21:53
00e8e5d to
fb572df
Compare
public-glueops-renovatebot
Bot
force-pushed
the
renovate/openbao-openbao-2.6.x
branch
2 times, most recently
from
August 23, 2026 10:42
fb572df to
c668af7
Compare
public-glueops-renovatebot
Bot
force-pushed
the
renovate/openbao-openbao-2.6.x
branch
from
August 23, 2026 13:16
c668af7 to
9843642
Compare
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:
2.5.5→2.6.1v2.6.2Release Notes
openbao/openbao (openbao/openbao)
v2.6.1Compare Source
CHANGES
IMPROVEMENTS
sys/key with no explicit invalidation handler; please report if you see a log line withno mechanism to invalidate cache. [GH-3555]BUG FIXES
expirationfrom policies on POST/PUT tosys/policies/acl/<name>by eliding the parameter; use PATCH to update policies without modifying unnecessary parameters. [GH-3506]limit=0and negative limits bypassing thepagination_limitACL option. [GH-3518]allow_wildcards_in_identity_templates,allow_slashes_in_identity_templatesparameters in storage. [GH-3506]bound_audiencesnot_before_leeway,clock_skew_leewayandexpiration_leeway). [GH-3551]plugin.ServeMultiplex(...)by default to align withplugin.Serve(...). [GH-3536]What's Changed
Full Changelog: openbao/openbao@v2.6.0...v2.6.1
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
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.