Skip to content

v0.15.3

Compare
Choose a tag to compare

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