From 2032bbb17d36505acff4d107e0a612ac0cef6a1a Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Wed, 29 May 2024 20:31:07 +0000 Subject: [PATCH] backport of commit 31029dc3f20595190896605491e0b2ef13c58f82 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30b5f1584b..86707bf07a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. ### New and Improved -* The observation tag was added to `storage_bucket.proto` and `storage_bucket_service_proto` for telemetry purposes. If you enable telemetry and observation events, Boundary will now collect data about session recording and storage buckets. +* The observation tag was added to Session Recording and Storage Bucket proto messages for telemetry purposes. If you enable telemetry and observation events, Boundary will now collect data about session recording and storage buckets. ([PR](https://github.com/hashicorp/boundary/pull/4824)) ### Deprecations/Changes