chore(deps): update dependency openbao/openbao to v2.5.5#355
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency openbao/openbao to v2.5.5#355renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
1bf9152 to
72ecf65
Compare
72ecf65 to
fcef301
Compare
fcef301 to
d8b4e4a
Compare
d8b4e4a to
e91997c
Compare
92e1e5e to
5f5d7cd
Compare
5f5d7cd to
43bfd0f
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:
v2.4.4→v2.5.5Release Notes
openbao/openbao (openbao/openbao)
v2.5.5Compare Source
SECURITY
derived=true. GHSA-8w8f-r2xv-4q4j. [GH-3309]BUG FIXES
custom_metadataby providing a patch that setscustom_metadatatonullat the top-level. [GH-3273]/sys/plugins/catalogand/sys/plugins/catalog/<type>not returning versioned plugins. [GH-3186]What's Changed
Full Changelog: openbao/openbao@v2.5.4...v2.5.5
v2.5.4Compare Source
SECURITY
logical.Auth{}response object and an error. GHSA-7j6w-vvw2-5f9c / CVE-2026-46405. [GH-3150]sys/revoke,sys/renew,sys/revoke-prefix, andsys/revoke-force) due to cross-namespace lease modification. GHSA-v8v8-cm84-m686 / CVE-2026-45808. [GH-3152]IMPROVEMENTS
table+"_pkey"andha_table+"_pkey"and index totable+"_idx"for uniqueness when reusing the same database partition for multiple OpenBao instances. [GH-2876]BUG FIXES
logical.Auth{}response during initial negotiation at the same time as an error. [GH-3150]list_scan_response_keys_filter_pathincorrectly erring on empty list responses. [GH-3063]ha_tableoption tohaTable. Both spellings are now supported to retain compatibility, thoughha_tabletakes precedence. [GH-2876]What's Changed
/v1/sys/forwarding regressions for standby instances (#3006 by @tsaarni) backported by @phil9909 in #3133Full Changelog: openbao/openbao@v2.5.3...v2.5.4
v2.5.3Compare Source
SECURITY
sys/generate-root/*by default due to unauthenticated cancellation; usedisable_unauthed_generate_root_endpoints=falseto temporarily re-enable. Upstream HCSEC-2026-08 / CVE-2026-5807. [GH-2912].and..segments by default. If required, set theunsafe_relative_paths. Upstream HCSEC-2026-05 / CVE-2026-3605. [GH-2910]plugin_download_max_sizeto limit the size (defaults to 512MB). GHSA-r65v-xgwc-g56j / CVE-2026-39396. [GH-2941]BUG FIXES
..as a substring within path segments. [GH-2910]What's Changed
Full Changelog: openbao/openbao@v2.5.2...v2.5.3
v2.5.2Compare Source
SECURITY
error_descriptionparameter incallback_mode=directauth methods. CVE-2026-33758. [GH-2709]BUG FIXES
/sys/rotate/rootcall rotating both root key and unseal key when using a Shamir Seal, losing all key shares. [GH-2619]What's Changed
emitMetricsActiveNodemetrics (#2672 by @wslabosz-reply) backported by @satoqz in #2697Full Changelog: openbao/openbao@v2.5.1...v2.5.2
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
Release notes: https://openbao.org/docs/release-notes/2-5-0/#v250
Full Changelog: openbao/openbao@v2.4.0...v2.5.0
Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.