Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version and release notes for version 1.0.0.0-rc1 #13

Merged
merged 4 commits into from
May 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 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))
* Rename artifacts to follow camel case ([#7](https://github.com/opensearch-project/dashboards-visualizations/pull/7))