-
Notifications
You must be signed in to change notification settings - Fork 310
Releases: hashicorp/boundary
Releases · hashicorp/boundary
v0.21.3
@hc-github-team-es-release-engineering
hc-github-team-es-release-engineering
8c9715c
This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.21.3 (2026年04月28日)
New and Improved
- Added support for IBM Passport Advantage Online licensing. You can now use PAO to enable Boundary Enterprise.
- Added support for new
debugflag to expose pprof endpoints for debugging purposes. (PR) - Updated internal dependencies.
Security
- Updated jackc/pgx/v5 dependency to v5.9.2 to address GHSA-j88v-2chj-qfwx, GO-2026-4771, GO-2026-4772, and GHSA-9jj7-4m8r-rfcm (PR, PR)
- Updated Azure/go-ntlmssp dependency to v0.1.1 to address GHSA-pjcq-xvwq-hhpj (PR)
Assets 2
v0.20.3
@hc-github-team-es-release-engineering
hc-github-team-es-release-engineering
246bd8a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.20.3 (2026年04月24日)
New and Improved
- Added support for new
debugflag to expose pprof endpoints for debugging purposes. (PR)
Security
- Updated jackc/pgx/v5 dependency to v5.9.2 to address GHSA-j88v-2chj-qfwx, GO-2026-4771, GO-2026-4772, and GHSA-9jj7-4m8r-rfcm (PR, PR)
- Updated Azure/go-ntlmssp dependency to v0.1.1 to address GHSA-pjcq-xvwq-hhpj (PR)
Assets 2
v0.19.5
@hc-github-team-es-release-engineering
hc-github-team-es-release-engineering
95ea37a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.19.5 (2026年04月24日)
New and Improved
- Added support for new
debugflag to expose pprof endpoints for debugging purposes. (PR)
Security
- Updated jackc/pgx/v5 dependency to v5.9.2 to address GHSA-j88v-2chj-qfwx, GO-2026-4771, GO-2026-4772, and GHSA-9jj7-4m8r-rfcm (PR, PR)
- Updated Azure/go-ntlmssp dependency to v0.1.1 to address GHSA-pjcq-xvwq-hhpj (PR)
Assets 2
v0.21.2
@hc-github-team-es-release-engineering
hc-github-team-es-release-engineering
7ec4f9e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.21.2 (2026年04月06日)
New and Improved
- cli: Added optional flags
-sort-byand-sort-directiontoboundary search. These flags can be used to control sorting when searching the client cache and the resource issessionsortargets. (PR) - The client cache search API now supports the
sort_byandsort_directionquery parameters when searchingsessionsortargets. (PR)
Assets 2
v0.21.1
@hc-github-team-es-release-engineering
hc-github-team-es-release-engineering
c06a8c8
This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.21.1 (2026年02月10日)
Security
- Go version bumped to 1.25.7 to address CVE-2025-61730 (PR)
- Go Cryptography dependency update to address CVE-2025-58181 and CVE-2025-47914
(PR)
Assets 2
v0.21.0
@hc-github-team-es-release-engineering
hc-github-team-es-release-engineering
a5d51c6
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 2
1 person reacted
v0.20.1
@hc-github-team-es-release-engineering
hc-github-team-es-release-engineering
3ecb1fc
This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(plugins): Add IBM Key Protect (IBM Cloud KMS) wrapper (#6112) (#...
Assets 2
v0.20.0
@hc-github-team-es-release-engineering
hc-github-team-es-release-engineering
dba3158
This commit was created on GitHub.com and signed with GitHub’s verified signature.
backport of commit 97957754100a3fd316d579ff5226ff62a9efcb26 (#6073) Co-authored-by: Louis Ruch <louisruch@gmail.com>
Assets 2
v0.19.3
@hc-github-team-es-release-engineering
hc-github-team-es-release-engineering
b1bdb34
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Backport of fix(bug): runMigrations not using named returned properly...
Assets 2
v0.19.2
@hc-github-team-es-release-engineering
hc-github-team-es-release-engineering
74386b5
This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.19.2 (2025年04月28日)
New and Improved
- ui: Populate subject for OIDC account name displays.
(PR). - ui: Improved performance when initially fetching large sets of resources.
(PR). - ui: Improved search & filtering behavior when using search field.
(PR).
Bug fixes
- Fixed an issue in the worker where closing an SSH channel failed to exit a
loop, which would cause a massive spike in CPU usage over time. This change
only affects Enterprise. - ui: Fix an issue where the user could not change the key_type of a
Vault SSH Certificate credential library.
(PR).