github hashicorp/boundary v0.16.2

10 days ago

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)

Don't miss a new boundary release

NewReleases is sending notifications on new releases.