From 7dcc5b6a21a3b98d1b17f266fdc6efe6d8326d30 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 02:45:23 +0530 Subject: [PATCH] Added release notes for 2.12 (#1800) (#1801) (cherry picked from commit 2ef7adc4cb8258f6a437a4d109f4e8070017bc94) Signed-off-by: Shenoy Pratik Signed-off-by: github-actions[bot] Co-authored-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))