From e3cd1c1ffb89e4195670031843cc937f898cf7ce Mon Sep 17 00:00:00 2001 From: Chang Liu Date: Wed, 26 May 2021 23:05:58 -0700 Subject: [PATCH] Fix CODEOWNERS file (#1193) * Fix CODEOWNERS file * Update release notes * Add PR#1192 to release notes --- .github/CODEOWNERS | 2 +- release-notes/opensearch-security.release-notes-1.0.0.0-rc1.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 86e2d95baf..eb72d15b5e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @opendistro-for-elasticsearch/security +* @opensearch-project/security diff --git a/release-notes/opensearch-security.release-notes-1.0.0.0-rc1.md b/release-notes/opensearch-security.release-notes-1.0.0.0-rc1.md index 6d2f519cb2..e9fa8a1ef6 100644 --- a/release-notes/opensearch-security.release-notes-1.0.0.0-rc1.md +++ b/release-notes/opensearch-security.release-notes-1.0.0.0-rc1.md @@ -29,4 +29,5 @@ Compatible with OpenSearch 1.0.0-rc1 * Rename documents and demo for settings ([#1188](https://github.com/opensearch-project/security/pull/1188)) * Add fallback for opendistro_security_config.ssl_dual_mode_enabled ([#1190](https://github.com/opensearch-project/security/pull/1190)) * Change security plugin REST API to support both opensearch and opendistro routes ([#1172](https://github.com/opensearch-project/security/pull/1172)) -* Dashboards rename related changes ([#1173](https://github.com/opensearch-project/security/pull/1173)) +* Fix CODEOWNERS file ([#1193](https://github.com/opensearch-project/security/pull/1193)) +* Dashboards rename related changes ([#1192](https://github.com/opensearch-project/security/pull/1192))