From 397d939d2528abc57e64611b7de2be76814d0f1f Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:03:53 -0400 Subject: [PATCH] docs: Release notes --- .../content/docs/release-notes/v0_16_0.mdx | 140 ++++++++++++++++++ website/data/docs-nav-data.json | 4 + 2 files changed, 144 insertions(+) create mode 100644 website/content/docs/release-notes/v0_16_0.mdx diff --git a/website/content/docs/release-notes/v0_16_0.mdx b/website/content/docs/release-notes/v0_16_0.mdx new file mode 100644 index 0000000000..1a103448ae --- /dev/null +++ b/website/content/docs/release-notes/v0_16_0.mdx @@ -0,0 +1,140 @@ +--- +layout: docs +page_title: v0.16.0 +description: |- + Boundary release notes for v0.16.0 +--- + +# Boundary 0.16.0 release notes + +**GA date:** April 30, 2024 + +@include 'release-notes/intro.mdx' + +## New features + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureUpdateDescription
+ Aliases + + GA + + A new resource was introduced in this release. Aliases let you associate a string with a Boundary target. Instead of entering the target's ID when you operate on it, you can enter the alias and Boundary automatically substitutes the target for the alias reference. +

+ Learn more: Aliases. +
+ MinIO support for session recording + + GA + + You can now configure external MinIO storage to store recorded sessions. MinIO support provides an on-premises storage option for users who do not use AWS. +

+ Learn more: Session recording overview. +
+ Admin UI enhanced search and filtering + + GA + + Enhanced search and filter support was added to the Boundary CLI and API through a new list pagination feature in release 0.15.0. This functionality has been extended to the Admin UI in release 0.16.0. +

+ Learn more: List pagination. +
+ +## Known issues and breaking changes + + + + + + + + + + + + + + + + + + + + + + + +
VersionIssueDescription
+ 0.13.0+ + + Rotation of AWS access and secret keys during a session results in stale recordings + + In Boundary version 0.13.0+, when you rotate a storage bucket's secrets, any new sessions use the new credentials. However, previously established sessions continue to use the old credentials. +

+ As a best practice, administrators should rotate credentials in a phased manner, ensuring that all previously established sessions are completed before revoking the stale credentials. + Otherwise, you may end up with recordings that aren't stored in the remote storage bucket, and are unable to be played back. +
+ 0.13.0+ + + Unsupported recovery workflow during worker failure + + If a worker fails during a recording, there is no way to recover the recording. This could happen due to a network connectivity issue or because a worker is scaled down, for example. +

+ Learn more:  + Unsupported recovery workflow +
+ +## Feature deprecations and EOL + + + + + + + + + + + + + + + + +
EOLDescription
+ kms worker method + + As noted in the v0.13.0 release notes, the kms worker method has been removed. Since version 0.13.0, you have had to opt in to use the deprecated method. Now it is no longer available and Boundary uses the new kms mechanism. +

+ Learn more:  + KMS worker configuration +
diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index 79dcf4d963..b377c4b28b 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -1682,6 +1682,10 @@ "title": "Overview", "path": "release-notes" }, + { + "title": "v0.16.0", + "path": "release-notes/v0_16_0" + }, { "title": "v0.15.0", "path": "release-notes/v0_15_0"