releases.shpreview

v0.13.1

$npx -y @buildinternet/releases show rel_jLtsXWEoVC6kYH-dvB26h

0.13.1 (2023/07/10)

New and Improved

  • roles: In grants, the id field has been changed to ids (but id will still be accepted for now, up until 0.15.0). In the ids field, multiple IDs can now be specified in a grant, either via commas (text format) or array (JSON format). (PR).
  • dev environment: When running boundary dev the initial LDAP auth-method with an ID of amldap_1234567890 is now in a public-active state, so it will be returned in the response from boundary auth-methods list

Deprecations/Changes

  • Grants can now accept more than one ID per grant string (or entry in JSON) via the ids parameter. In 0.15.0 the ability to add new grants via the id parameter will be removed.

Bug Fixes

  • PKI worker authentication: A worker authentication record can be stored more than once, if it matches the existing record for that worker auth key ID. Fixes an edge case where a worker attempted authorization and the controller successfully stored the worker auth record but went down before returning authorization details to the worker. (PR)
  • LDAP managed groups: adding/setting/removing a principal to a role now works properly when it's an LDAP managed group. (PR and PR)

Fetched April 8, 2026