From 0699f5e842fb8287f60822ded6fac6b6770eaa74 Mon Sep 17 00:00:00 2001 From: Tyler Ohlsen Date: Thu, 13 Jul 2023 14:38:50 -0700 Subject: [PATCH 1/2] Add 2.9 release notes Signed-off-by: Tyler Ohlsen --- ...anomaly-detection.release-notes-2.9.0.0.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 release-notes/opensearch-anomaly-detection.release-notes-2.9.0.0.md diff --git a/release-notes/opensearch-anomaly-detection.release-notes-2.9.0.0.md b/release-notes/opensearch-anomaly-detection.release-notes-2.9.0.0.md new file mode 100644 index 000000000..e3a2a56db --- /dev/null +++ b/release-notes/opensearch-anomaly-detection.release-notes-2.9.0.0.md @@ -0,0 +1,23 @@ +Compatible with OpenSearch 2.9.0. + +### Enhancements + +* Refactor Shared Settings, Introduce Dynamic Forecast Settings, Rename ([#912](https://github.com/opensearch-project/anomaly-detection/pull/912)) +* Refactoring Index Creation for Improved Code Reuse and Consistency ([#932](https://github.com/opensearch-project/anomaly-detection/pull/932)) +* Add ForecastResult and Refactor Shared Code ([#941](https://github.com/opensearch-project/anomaly-detection/pull/941)) +* Refactor: Migrate files from 'ad' to 'timeseries' package ([#918](https://github.com/opensearch-project/anomaly-detection/pull/918)) +* Add Forecaster class ([#920](https://github.com/opensearch-project/anomaly-detection/pull/920)) +* Refactor: Reorganize code for Forecasting and AnomalyDetector packages ([#925](https://github.com/opensearch-project/anomaly-detection/pull/925)) +* Enforce DOCUMENT Replication for AD Indices and Adjust Primary Shards ([#948](https://github.com/opensearch-project/anomaly-detection/pull/948)) + +### Infrastructure + +* Updated Maintainers and CODE_OWNERS list ([#926](https://github.com/opensearch-project/anomaly-detection/pull/926)) +* Bump guava version to 32.0.1 ([#933](https://github.com/opensearch-project/anomaly-detection/pull/933)) +* Bump scipy from 1.8.0 to 1.10.0 in /dataGeneration ([#943](https://github.com/opensearch-project/anomaly-detection/pull/943)) +* Fix main build - update import of Releasable and remove reference to BaseExceptionsHelper ([#930](https://github.com/opensearch-project/anomaly-detection/pull/930)) + +### Documentation + +* add 2.8 release notes ([#915](https://github.com/opensearch-project/anomaly-detection/pull/915)) +* Updated Maintainers and CODE_OWNERS list ([#926](https://github.com/opensearch-project/anomaly-detection/pull/926)) From 6e7f41a1b2b467129fc47281e866307f0b9ac1fc Mon Sep 17 00:00:00 2001 From: Tyler Ohlsen Date: Thu, 13 Jul 2023 15:05:59 -0700 Subject: [PATCH 2/2] Remove non-2.9 notes Signed-off-by: Tyler Ohlsen --- .../opensearch-anomaly-detection.release-notes-2.9.0.0.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/release-notes/opensearch-anomaly-detection.release-notes-2.9.0.0.md b/release-notes/opensearch-anomaly-detection.release-notes-2.9.0.0.md index e3a2a56db..074e9c216 100644 --- a/release-notes/opensearch-anomaly-detection.release-notes-2.9.0.0.md +++ b/release-notes/opensearch-anomaly-detection.release-notes-2.9.0.0.md @@ -2,12 +2,6 @@ Compatible with OpenSearch 2.9.0. ### Enhancements -* Refactor Shared Settings, Introduce Dynamic Forecast Settings, Rename ([#912](https://github.com/opensearch-project/anomaly-detection/pull/912)) -* Refactoring Index Creation for Improved Code Reuse and Consistency ([#932](https://github.com/opensearch-project/anomaly-detection/pull/932)) -* Add ForecastResult and Refactor Shared Code ([#941](https://github.com/opensearch-project/anomaly-detection/pull/941)) -* Refactor: Migrate files from 'ad' to 'timeseries' package ([#918](https://github.com/opensearch-project/anomaly-detection/pull/918)) -* Add Forecaster class ([#920](https://github.com/opensearch-project/anomaly-detection/pull/920)) -* Refactor: Reorganize code for Forecasting and AnomalyDetector packages ([#925](https://github.com/opensearch-project/anomaly-detection/pull/925)) * Enforce DOCUMENT Replication for AD Indices and Adjust Primary Shards ([#948](https://github.com/opensearch-project/anomaly-detection/pull/948)) ### Infrastructure @@ -19,5 +13,4 @@ Compatible with OpenSearch 2.9.0. ### Documentation -* add 2.8 release notes ([#915](https://github.com/opensearch-project/anomaly-detection/pull/915)) * Updated Maintainers and CODE_OWNERS list ([#926](https://github.com/opensearch-project/anomaly-detection/pull/926))