Skip to content

Commit

Permalink
Bump to 1.1 in main (opensearch-project#150)
Browse files Browse the repository at this point in the history
* bump version to 1.1, hide delivery section
Signed-off-by: David Cui <davidcui@amazon.com>

* Dont hide delivery by default
Signed-off-by: David Cui <davidcui@amazon.com>

* bump version to 1.1 in dashboards reports workflow
Signed-off-by: David Cui <davidcui@amazon.com>

* fix OSD branch to use main
Signed-off-by: David Cui <davidcui@amazon.com>

* change from main to 1.x for dashboards version
Signed-off-by: David Cui <davidcui@amazon.com>
  • Loading branch information
davidcui1225 authored Sep 2, 2021
1 parent 91cf9af commit feb07fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on: [pull_request, push]
env:
PLUGIN_NAME: reportsDashboards
ARTIFACT_NAME: reports-dashboards
OPENSEARCH_VERSION: '1.0'
OPENSEARCH_PLUGIN_VERSION: 1.0.0.0
OPENSEARCH_VERSION: '1.x'
OPENSEARCH_PLUGIN_VERSION: 1.1.0.0

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "reportsDashboards",
"version": "1.0.0.0",
"opensearchDashboardsVersion": "1.0.0",
"version": "1.1.0.0",
"opensearchDashboardsVersion": "1.1.0",
"requiredPlugins": ["navigation", "data", "opensearchDashboardsUtils"],
"optionalPlugins": ["share"],
"server": true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "reports-dashboards",
"version": "1.0.0.0",
"version": "1.1.0.0",
"description": "OpenSearch Dashboards Reports Plugin",
"license": "Apache-2.0",
"main": "index.ts",
"opensearchDashboards": {
"version": "1.0.0",
"version": "1.1.0",
"templateVersion": "1.0.0"
},
"scripts": {
Expand Down

0 comments on commit feb07fc

Please sign in to comment.