From ccfbfdf6da0cb2e977d943a186617d4b3aa02309 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 4 Apr 2026 04:58:43 +0000 Subject: [PATCH] [AUTO] Add release notes for 3.6.0 (#928) * Add release notes for 3.6.0 Signed-off-by: opensearch-ci * Add release notes for 3.6.0 Signed-off-by: opensearch-ci --------- Signed-off-by: opensearch-ci (cherry picked from commit fbaae1d440dadf8491fa68145a465b09c6dc118e) Signed-off-by: github-actions[bot] --- ...arch-common-utils.release-notes-3.6.0.0.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 release-notes/opensearch-common-utils.release-notes-3.6.0.0.md diff --git a/release-notes/opensearch-common-utils.release-notes-3.6.0.0.md b/release-notes/opensearch-common-utils.release-notes-3.6.0.0.md new file mode 100644 index 00000000..aedb88bf --- /dev/null +++ b/release-notes/opensearch-common-utils.release-notes-3.6.0.0.md @@ -0,0 +1,25 @@ +## Version 3.6.0 Release Notes + +Compatible with OpenSearch and OpenSearch Dashboards version 3.6.0 + +### Features + +* Add Target object for external data source support on Monitor and Alert models ([#916](https://github.com/opensearch-project/common-utils/pull/916)) + +### Enhancements + +* Remove hardcoded trigger limit from Monitor data class and make trigger count per monitor configurable ([#913](https://github.com/opensearch-project/common-utils/pull/913)) +* Validate that api_type matches path in ClusterMetricsInput to prevent mismatched monitor configurations ([#912](https://github.com/opensearch-project/common-utils/pull/912)) + +### Bug Fixes + +* Normalize cluster metrics input URI path during validation to fix exception when path lacks leading slash ([#921](https://github.com/opensearch-project/common-utils/pull/921)) +* Revert addition of Target object for external data source support on Monitor and Alert models ([#917](https://github.com/opensearch-project/common-utils/pull/917)) + +### Infrastructure + +* Update shadow plugin usage to replace deprecated API in preparation for dependency upgrade ([#904](https://github.com/opensearch-project/common-utils/pull/904)) + +### Maintenance + +* Bump logback from 1.5.19 to 1.5.32 ([#907](https://github.com/opensearch-project/common-utils/pull/907))