Skip to content

Releases: hashicorp/boundary

v0.18.0

14 Oct 19:35
2e3fdb7
Compare
Choose a tag to compare

0.18.0 (2024/10/01)

New and Improved

  • Add support for dynamic host catalog plugins running in Boundary workers:
    Boundary plugins that handle dynamic host catalog operations (such as the
    AWS
    and Azure plugins) can
    now run on workers. (PR)

  • Dynamic host catalogs worker filter support (Enterprise and HCP Boundary
    only): Operators can now set a worker filter when creating a dynamic host
    catalog. When set, all of the plugin requests will be sent to the matching
    worker for processing. (PR)

  • AWS dynamic host catalogs AssumeRole authentication support: Operators can
    now set-up AWS dynamic host catalogs using Amazon's AssumeRole
    authentication paradigm by providing a valid Role ARN when creating the host
    catalog. (PR and
    PR)

  • Improved MinIO storage plugin compatibility with other services by dropping
    the checksum headers in PutObject.
    (PR)

  • ui: Add UI support for searching and pagination of aliases.
    (PR)

  • ui: Add UI support for filtering and pagination of session recordings.
    (PR)

  • ui: Improve multi-scope grants select/deselect process.
    (PR)

Bug Fixes

  • Prevented a data-race in Boundary's event logging system.
    (PR)

  • Update Storage Bucket type icon in Target view.
    (PR)

  • Allow user to retry with authentication is pending with OIDC.
    (PR)

Deprecations/Changes

  • Remove deprecated controllers field from the worker config, which was deprecated in 0.9.0 for
    initial_upstreams(PR)

v0.17.2

14 Oct 14:03
02322a1
Compare
Choose a tag to compare

0.17.2 (2024/09/25)

Changes

  • The Go API properly uses the passed in value for WithRecursive and
    WithSkipCurlOutput instead of always setting to true regardless of the
    passed-in value. (PR)

v0.16.3

22 Aug 23:36
Compare
Choose a tag to compare
Revert "backport of commit 7c483e3c518c2f83ecc396caa80b1cd9bdb35d1d"

This reverts commit c706adffad7d0b0508518a91385dbe0e1fe79bd7.

v0.17.1

22 Aug 20:50
6851256
Compare
Choose a tag to compare
Merge pull request #5022 from hashicorp/backport/moduli-e2e-worker-ta…

v0.17.0

31 Jul 20:12
af0e89c
Compare
Choose a tag to compare

0.17.0 (2024/07/17)

v0.15.5

31 Jul 16:37
4c6fbde
Compare
Choose a tag to compare
test(asciicast): Update expected value due to encoding change (#4979)

v0.16.2

18 Jun 15:44
e2f22f7
Compare
Choose a tag to compare

0.16.2 (2024/06/10)

New and Improved

  • Updated Minio plugin to allow for potential use with other S3-compatible storage providers.
    (PR) and (PR)

Bug Fixes

  • Fixed a bug where a worker credential rotation request suceeded on the controller but the response to the worker was lost.
    This resulted in the controller using a separate set of credentials than the worker, causing the worker to be unable to connect
    to the controller. The fix implements the new nodeenrollment library NodeIdLoader interface, which ensures that on store,
    if worker NodeInformation has a previous key set, the worker will check and correct its stored credential set to match.
    LodeNodeInformation was also updated to fix a bug where in this split credential scenario, the current credential key was
    assumed to be the incoming worker key, which caused the wrong key information to be populated for the key id.
    (PR)

v0.16.1

30 May 18:32
fcf45bd
Compare
Choose a tag to compare
Merge pull request #4830 from hashicorp/backport/moduli-e2e-aws-regio…

v0.16.0

30 Apr 17:15
3a3ae23
Compare
Choose a tag to compare

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.

v0.15.4

09 Apr 20:31
Compare
Choose a tag to compare
bump api/sdk