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

Bump OpenSearch Dashboards version to 1.0 #64

Merged
merged 3 commits into from
May 27, 2021
Merged
Changes from 1 commit
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
Next Next commit
bump dashboards version to 1.0
Signed-off-by: David Cui <[email protected]>
  • Loading branch information
davidcui1225 committed May 26, 2021
commit b415ec51500083b4db01cc11ab9c3ac837dc12ca
2 changes: 1 addition & 1 deletion .github/workflows/dashboards-reports-release-workflow.yml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ on:

env:
PLUGIN_NAME: reportsDashboards
OPENSEARCH_VERSION: 1.x
OPENSEARCH_VERSION: 1.0
OPENSEARCH_PLUGIN_VERSION: 1.0.0.0-rc1

jobs:
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ on: [pull_request, push]

env:
PLUGIN_NAME: reportsDashboards
OPENSEARCH_VERSION: 1.x
OPENSEARCH_VERSION: 1.0
OPENSEARCH_PLUGIN_VERSION: 1.0.0.0-rc1

jobs: