github hashicorp/boundary v0.15.3

latest releases: v0.16.2, sdk/v0.0.47, api/v0.0.51...
3 months ago

0.15.3 (2024/03/13)

Bug Fixes

  • Fix a nil pointer error in the client cache daemon when a refresh was forced
    performing a boundary search.
    (PR)
  • Resolved an issue introduced in 0.14 where, after successfully deleting an AWS S3
    Storage Bucket with credential rotation enabled, Boundary could not delete the
    associated IAM Access Key resource

New and Improved

  • templating: A new templating function coalesce can be used to match a
    template against multiple possible values, returning the first non-empty
    value. As an example, this can be used in a credential library to allow a
    username value that might be comprised of a name or login name depending on
    the auth method, e.g. {{ coalesce .Account.Name .Account.LoginName}}
    (PR))

Don't miss a new boundary release

NewReleases is sending notifications on new releases.