From 2bb048c8de7a1af8a4c4b3816bc92664b63194c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 9 Feb 2024 20:14:45 +0000 Subject: [PATCH] Added release notes for 2.12 (#1800) Signed-off-by: Shenoy Pratik (cherry picked from commit 2ef7adc4cb8258f6a437a4d109f4e8070017bc94) Signed-off-by: github-actions[bot] --- ...ch-observability.release-notes-2.12.0.0.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 release-notes/opensearch-observability.release-notes-2.12.0.0.md diff --git a/release-notes/opensearch-observability.release-notes-2.12.0.0.md b/release-notes/opensearch-observability.release-notes-2.12.0.0.md new file mode 100644 index 000000000..8a701fbc9 --- /dev/null +++ b/release-notes/opensearch-observability.release-notes-2.12.0.0.md @@ -0,0 +1,22 @@ +## Version 2.12.0.0 Release Notes + +Compatible with OpenSearch 2.12.0 + +### Features + +- Add metric type ([#1775](https://github.com/opensearch-project/observability/pull/1775)) + +### Maintainance + +- Upgrade gradle to 8.5 ([#1777](https://github.com/opensearch-project/observability/pull/1777)) +- Remove integration content ([#1738](https://github.com/opensearch-project/observability/pull/1738)) +- Manually Force Secure logback Dependencies ([#1795](https://github.com/opensearch-project/observability/pull/1795)) + +### Bug Fixes + +- Upgrade JSON to 20231013 to fix CVE-2023-5072 ([#1750](https://github.com/opensearch-project/observability/pull/1750)) +- Bumping ktlint and resolving conflicts ([#1792](https://github.com/opensearch-project/observability/pull/1792)) + +### Infrastructure + +- Onboard jenkins prod docker images on github actions ([#1763](https://github.com/opensearch-project/observability/pull/1763))