From 7455dac7d595c4dd9cd0cfebfea6dcb2700bcabd Mon Sep 17 00:00:00 2001 From: jowg-amazon Date: Tue, 6 Feb 2024 09:55:28 -0800 Subject: [PATCH 1/2] added release notes for common-utils Signed-off-by: jowg-amazon --- ...rch-common-utils.release-notes-2.12.0.0.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 release-notes/opensearch-common-utils.release-notes-2.12.0.0.md diff --git a/release-notes/opensearch-common-utils.release-notes-2.12.0.0.md b/release-notes/opensearch-common-utils.release-notes-2.12.0.0.md new file mode 100644 index 00000000..d9a25bf9 --- /dev/null +++ b/release-notes/opensearch-common-utils.release-notes-2.12.0.0.md @@ -0,0 +1,24 @@ +## Version 2.12.0.0 2023-02-06 + +Compatible with OpenSearch 2.12.0 + +### Maintenance +* Increment version to 2.12.0-SNAPSHOT ([#545](https://github.com/opensearch-project/common-utils/pull/545)) +* Onboard prod jenkins docker image to github actions ([#557](https://github.com/opensearch-project/common-utils/pull/557)) +* Update Gradle to 8.4 ([#560](https://github.com/opensearch-project/common-utils/pull/560)) +* Add Java 11/17/21 matrix for build, test and integration checks ([#561](https://github.com/opensearch-project/common-utils/pull/561)) +* changed all usages of 'admin' as a password to something different ([#581](https://github.com/opensearch-project/common-utils/pull/581)) + +### Enhancement +* add 'fields' parameter in doc level query object. ([#546](https://github.com/opensearch-project/common-utils/pull/546)) +* add fields param in toxcontent() for doc level query ([#549](https://github.com/opensearch-project/common-utils/pull/549)) +* Add User.isAdminDn to User class ([#547](https://github.com/opensearch-project/common-utils/pull/547)) + +### Refactor +* Move get monitor and search monitor action / request / responses to common-utils ([#566](https://github.com/opensearch-project/common-utils/pull/566)) + +# Features +* Implemented cross-cluster monitor support ([#584](https://github.com/opensearch-project/common-utils/pull/584)) + +### Documentation +* Added 2.12.0.0 release notes ([#585](https://github.com/opensearch-project/common-utils/pull/585)) \ No newline at end of file From 095fe5ca1c02bd56101f908999c35bed9a48141c Mon Sep 17 00:00:00 2001 From: jowg-amazon Date: Tue, 6 Feb 2024 10:58:36 -0800 Subject: [PATCH 2/2] update release notes Signed-off-by: jowg-amazon --- release-notes/opensearch-common-utils.release-notes-2.12.0.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes/opensearch-common-utils.release-notes-2.12.0.0.md b/release-notes/opensearch-common-utils.release-notes-2.12.0.0.md index d9a25bf9..25aee069 100644 --- a/release-notes/opensearch-common-utils.release-notes-2.12.0.0.md +++ b/release-notes/opensearch-common-utils.release-notes-2.12.0.0.md @@ -8,6 +8,7 @@ Compatible with OpenSearch 2.12.0 * Update Gradle to 8.4 ([#560](https://github.com/opensearch-project/common-utils/pull/560)) * Add Java 11/17/21 matrix for build, test and integration checks ([#561](https://github.com/opensearch-project/common-utils/pull/561)) * changed all usages of 'admin' as a password to something different ([#581](https://github.com/opensearch-project/common-utils/pull/581)) +* Update dependency com.pinterest:ktlint to 0.47.1 and fix CVE-2023-6378 ([#585](https://github.com/opensearch-project/common-utils/pull/585)) ### Enhancement * add 'fields' parameter in doc level query object. ([#546](https://github.com/opensearch-project/common-utils/pull/546))