github hashicorp/boundary v0.16.0

latest releases: sdk/v0.0.46, api/v0.0.49
16 days ago

0.16.0 (2024/04/15)

New and Improved

  • Target aliases have been added: You can now create an alias for a target.
    In most situations where you would use a target id, you can now instead use
    the alias value. Crate an alias with
    boundary aliases create target -value example.boundary -destination-id ttcp_1234567890
    and connect to a target using an alias using boundary connect example.boundary
  • Worker local storage state: Self managed workers that are configured to be used for
    session recordings will report the state of the its disk space. To learn more about this
    new feature, refer to the documentation.
  • MinIO storage plugin: You can now create a storage bucket that allows Boundary to interoperate
    with a MinIO cluster for Session Recording storage. This includes some added functionality such
    as credential rotation and credential management. To learn more about the plugin, refer to the readme. Note: Due to a library incompatibility, this release is not yet compatible with the netbsd operating system. Please refer to the following documentation to learn how to create a storage bucket.
  • ui: Add UI support for filtering and pagination (PR)
  • ui: Add UI support for MinIO (Enterprise and HCP Boundary only) (PR)

Added dependency

  • postgres citext dependency added to enable aliases to be globally unique in
    a case insensitive way.

Don't miss a new boundary release

NewReleases is sending notifications on new releases.