From 1380ed04ce2a23ccfc59115ddd4f55905a26404d Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Tue, 25 May 2021 14:17:30 -0700 Subject: [PATCH 1/4] Add release notes for version 1.0.0.0-rc1 Signed-off-by: Joshua Li --- ...dashboards-visualizations.release-notes-1.0.0.0-rc1.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 release-notes/opensearch-dashboards-visualizations.release-notes-1.0.0.0-rc1.md diff --git a/release-notes/opensearch-dashboards-visualizations.release-notes-1.0.0.0-rc1.md b/release-notes/opensearch-dashboards-visualizations.release-notes-1.0.0.0-rc1.md new file mode 100644 index 0000000..16a5a3c --- /dev/null +++ b/release-notes/opensearch-dashboards-visualizations.release-notes-1.0.0.0-rc1.md @@ -0,0 +1,8 @@ +## 2021-04-26 Version 1.0.0.0-rc1 +Compatible with OpenSearch 1.0.0-rc1 + +### OpenSearch Migration +* Update version to rc1 ([#12](https://github.com/opensearch-project/dashboards-visualizations/pull/12)) +* Update documentation link to opensearch ([#11](https://github.com/opensearch-project/dashboards-visualizations/pull/11)) +* Update issue template with multiple labels ([#8](https://github.com/opensearch-project/dashboards-visualizations/pull/8)) +* Rename artifacts to follow camel case ([#7](https://github.com/opensearch-project/dashboards-visualizations/pull/7)) From 01d0ac4b57a1e44610b5d69d55c8b050ff36c5ea Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Tue, 25 May 2021 14:19:43 -0700 Subject: [PATCH 2/4] Update release note Signed-off-by: Joshua Li --- ...arch-dashboards-visualizations.release-notes-1.0.0.0-rc1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release-notes/opensearch-dashboards-visualizations.release-notes-1.0.0.0-rc1.md b/release-notes/opensearch-dashboards-visualizations.release-notes-1.0.0.0-rc1.md index 16a5a3c..b4a4207 100644 --- a/release-notes/opensearch-dashboards-visualizations.release-notes-1.0.0.0-rc1.md +++ b/release-notes/opensearch-dashboards-visualizations.release-notes-1.0.0.0-rc1.md @@ -1,7 +1,8 @@ -## 2021-04-26 Version 1.0.0.0-rc1 +## 2021-05-25 Version 1.0.0.0-rc1 Compatible with OpenSearch 1.0.0-rc1 ### OpenSearch Migration +* Add release notes for version 1.0.0.0-rc1 ([#13](https://github.com/opensearch-project/dashboards-visualizations/pull/13)) * Update version to rc1 ([#12](https://github.com/opensearch-project/dashboards-visualizations/pull/12)) * Update documentation link to opensearch ([#11](https://github.com/opensearch-project/dashboards-visualizations/pull/11)) * Update issue template with multiple labels ([#8](https://github.com/opensearch-project/dashboards-visualizations/pull/8)) From 996c5f76dcb739327917e680966ff12db8cf30ee Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Wed, 26 May 2021 16:20:14 -0700 Subject: [PATCH 3/4] use 1.0 dashboards Signed-off-by: Joshua Li --- .github/workflows/release-workflow.yml | 2 +- .github/workflows/test-and-build-workflow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml index 2acfe6a..bae7e69 100644 --- a/.github/workflows/release-workflow.yml +++ b/.github/workflows/release-workflow.yml @@ -8,7 +8,7 @@ on: env: PLUGIN_NAME: ganttChartDashboards - OPENSEARCH_VERSION: 1.x + OPENSEARCH_VERSION: "1.0" OPENSEARCH_PLUGIN_VERSION: 1.0.0.0-rc1 jobs: diff --git a/.github/workflows/test-and-build-workflow.yml b/.github/workflows/test-and-build-workflow.yml index d0500a5..dc080ee 100644 --- a/.github/workflows/test-and-build-workflow.yml +++ b/.github/workflows/test-and-build-workflow.yml @@ -5,7 +5,7 @@ on: [pull_request, push] env: PLUGIN_NAME: ganttChartDashboards - OPENSEARCH_VERSION: 1.x + OPENSEARCH_VERSION: "1.0" OPENSEARCH_PLUGIN_VERSION: 1.0.0.0-rc1 jobs: From a708c385349b5b0808447553f20750464095e603 Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Wed, 26 May 2021 16:36:17 -0700 Subject: [PATCH 4/4] Use single quotes Signed-off-by: Joshua Li --- .github/workflows/release-workflow.yml | 2 +- .github/workflows/test-and-build-workflow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml index bae7e69..a933a5e 100644 --- a/.github/workflows/release-workflow.yml +++ b/.github/workflows/release-workflow.yml @@ -8,7 +8,7 @@ on: env: PLUGIN_NAME: ganttChartDashboards - OPENSEARCH_VERSION: "1.0" + OPENSEARCH_VERSION: '1.0' OPENSEARCH_PLUGIN_VERSION: 1.0.0.0-rc1 jobs: diff --git a/.github/workflows/test-and-build-workflow.yml b/.github/workflows/test-and-build-workflow.yml index dc080ee..ac5dd84 100644 --- a/.github/workflows/test-and-build-workflow.yml +++ b/.github/workflows/test-and-build-workflow.yml @@ -5,7 +5,7 @@ on: [pull_request, push] env: PLUGIN_NAME: ganttChartDashboards - OPENSEARCH_VERSION: "1.0" + OPENSEARCH_VERSION: '1.0' OPENSEARCH_PLUGIN_VERSION: 1.0.0.0-rc1 jobs: