Skip to content

v0.18.0

Latest
Compare
Choose a tag to compare
@hc-github-team-es-release-engineering hc-github-team-es-release-engineering released this 14 Oct 19:35
2e3fdb7

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)