Skip to content

Releases: hashicorp/boundary

v0.21.3

30 Apr 15:23
8c9715c

Choose a tag to compare

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 debug flag to expose pprof endpoints for debugging purposes. (PR)
  • Updated internal dependencies.

Security

v0.20.3

30 Apr 15:09
246bd8a

Choose a tag to compare

0.20.3 (2026/04/24)

New and Improved

  • Added support for new debug flag to expose pprof endpoints for debugging purposes. (PR)

Security

v0.19.5

30 Apr 15:21
95ea37a

Choose a tag to compare

0.19.5 (2026/04/24)

New and Improved

  • Added support for new debug flag to expose pprof endpoints for debugging purposes. (PR)

Security

v0.21.2

07 Apr 15:32
7ec4f9e

Choose a tag to compare

0.21.2 (2026/04/06)

New and Improved

  • cli: Added optional flags -sort-by and -sort-direction to boundary search. These flags can be used to control sorting when searching the client cache and the resource is sessions or targets. (PR)
  • The client cache search API now supports the sort_by and sort_direction query parameters when searching sessions or targets. (PR)

v0.21.1

13 Feb 13:52
c06a8c8

Choose a tag to compare

0.21.1 (2026/02/10)

Security

v0.21.0

11 Dec 17:18
a5d51c6

Choose a tag to compare

0.21.0 (2025/11/12)

New and Improved

  • ui: Optimized loading of table filters and improved table search support (PR)

Bug fixes

  • ui: Show username for OIDC auth method in user menu (PR)

v0.20.1

03 Nov 18:46
3ecb1fc

Choose a tag to compare

feat(plugins): Add IBM Key Protect (IBM Cloud KMS) wrapper (#6112) (#…

v0.20.0

25 Sep 15:26
dba3158

Choose a tag to compare

backport of commit 97957754100a3fd316d579ff5226ff62a9efcb26 (#6073)

Co-authored-by: Louis Ruch <louisruch@gmail.com>

v0.19.3

10 Jul 13:03
b1bdb34

Choose a tag to compare

Backport of fix(bug): runMigrations not using named returned properly…

v0.19.2

08 May 17:05
74386b5

Choose a tag to compare

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).