From a045a798029d6d7874ddec1ef417c88ab00c5acf Mon Sep 17 00:00:00 2001 From: David Cui Date: Wed, 26 May 2021 10:05:29 -0700 Subject: [PATCH 1/3] add index config PR Signed-off-by: David Cui --- .../opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release-notes/opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md b/release-notes/opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md index a57af4f0..233df4e6 100644 --- a/release-notes/opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md +++ b/release-notes/opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md @@ -15,10 +15,12 @@ Compatible with OpenSearch 1.0.0-rc1 * Fix csv parsing function ([#53](https://github.com/opensearch-project/dashboards-reports/pull/53)) ### Infrastructure +* Configure index to have default one replica and upper bound 2 ([#62](https://github.com/opensearch-project/dashboards-reports/pull/62)) * Update issue template with multiple labels ([#36](https://github.com/opensearch-project/dashboards-reports/pull/36)) * Bump path-parse version to 1.0.7 to address CVE ([#59](https://github.com/opensearch-project/dashboards-reports/pull/59)) * Update README CoC Link ([#56](https://github.com/opensearch-project/dashboards-reports/pull/56)) + ### OpenSearch Migration * Change opendistro to opensearch in email template ([#31](https://github.com/opensearch-project/dashboards-reports/pull/31)) * Update Namespaces/API/Documentation for OpenSearch ([#55](https://github.com/opensearch-project/dashboards-reports/pull/55)) From 159b29662c6fbdb10fbf9667e6d5c647d125f769 Mon Sep 17 00:00:00 2001 From: David Cui Date: Wed, 26 May 2021 10:07:09 -0700 Subject: [PATCH 2/3] remove extra newline Signed-off-by: David Cui --- .../opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md | 1 - 1 file changed, 1 deletion(-) diff --git a/release-notes/opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md b/release-notes/opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md index 233df4e6..d980a2b5 100644 --- a/release-notes/opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md +++ b/release-notes/opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md @@ -20,7 +20,6 @@ Compatible with OpenSearch 1.0.0-rc1 * Bump path-parse version to 1.0.7 to address CVE ([#59](https://github.com/opensearch-project/dashboards-reports/pull/59)) * Update README CoC Link ([#56](https://github.com/opensearch-project/dashboards-reports/pull/56)) - ### OpenSearch Migration * Change opendistro to opensearch in email template ([#31](https://github.com/opensearch-project/dashboards-reports/pull/31)) * Update Namespaces/API/Documentation for OpenSearch ([#55](https://github.com/opensearch-project/dashboards-reports/pull/55)) From 3d1b40b7730af5aefe9d2ed361a6736cf5287659 Mon Sep 17 00:00:00 2001 From: David Cui Date: Wed, 26 May 2021 10:29:53 -0700 Subject: [PATCH 3/3] move latest under bug fix Signed-off-by: David Cui --- .../opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md b/release-notes/opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md index d980a2b5..081e3623 100644 --- a/release-notes/opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md +++ b/release-notes/opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.md @@ -10,12 +10,12 @@ Compatible with OpenSearch 1.0.0-rc1 * Increase chromium timeout to 100s ([#58](https://github.com/opensearch-project/dashboards-reports/pull/58)) ### Bug Fixes +* Configure index to have default one replica and upper bound 2 ([#62](https://github.com/opensearch-project/dashboards-reports/pull/62)) * Fix case-sensitive directory name for chromium zip ([#35](https://github.com/opensearch-project/dashboards-reports/pull/35)) * Add condition to fix negative value display ([#51](https://github.com/opensearch-project/dashboards-reports/pull/51)) * Fix csv parsing function ([#53](https://github.com/opensearch-project/dashboards-reports/pull/53)) ### Infrastructure -* Configure index to have default one replica and upper bound 2 ([#62](https://github.com/opensearch-project/dashboards-reports/pull/62)) * Update issue template with multiple labels ([#36](https://github.com/opensearch-project/dashboards-reports/pull/36)) * Bump path-parse version to 1.0.7 to address CVE ([#59](https://github.com/opensearch-project/dashboards-reports/pull/59)) * Update README CoC Link ([#56](https://github.com/opensearch-project/dashboards-reports/pull/56))