From 012f401f886a115b8de5b2d384312c108527bc24 Mon Sep 17 00:00:00 2001 From: cameronperera Date: Wed, 24 Apr 2024 16:31:35 +0000 Subject: [PATCH 1/2] backport of commit d1e64452a21ebe00cf43266040f2615dd313e8a1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 464d739343..c96f574d3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. the alias value. Crate an alias with `boundary aliases create target -value example.boundary -destination-id ttcp_1234567890` and connect to a target using an alias using `boundary connect example.boundary` +* ui: Add UI support for filtering and pagination + ([PR](https://github.com/hashicorp/boundary-ui/pull/2237)) +* ui: Add UI support for MinIO (Enterprise and HCP Boundary only) + ([PR](https://github.com/hashicorp/boundary-ui/pull/2248)) ### Added dependency From 18126016d0908ddb89e134d0cd53c595372cd65a Mon Sep 17 00:00:00 2001 From: Cameron Perera Date: Wed, 24 Apr 2024 18:05:05 +0000 Subject: [PATCH 2/2] backport of commit d06fbd734c493b9260044f4d22bd391328c62912 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c96f574d3e..8c00adb808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. * Target aliases have been added: You can now create an alias for a target. In most situations where you would use a target id, you can now instead use - the alias value. Crate an alias with + the alias value. Create an alias with `boundary aliases create target -value example.boundary -destination-id ttcp_1234567890` and connect to a target using an alias using `boundary connect example.boundary` * ui: Add UI support for filtering and pagination