Skip to content

Commit b08c5b4

Browse files
authored
bump dashboards-reports version to 1.3 (opensearch-project#265)
Signed-off-by: Zhongnan Su <[email protected]>
1 parent 4a93401 commit b08c5b4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/dashboards-reports-test-and-build-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on: [pull_request, push]
55
env:
66
PLUGIN_NAME: reportsDashboards
77
ARTIFACT_NAME: reports-dashboards
8-
OPENSEARCH_VERSION: '1.2'
9-
OPENSEARCH_PLUGIN_VERSION: 1.2.0.0
8+
OPENSEARCH_VERSION: '1.x'
9+
OPENSEARCH_PLUGIN_VERSION: 1.3.0.0
1010

1111
jobs:
1212
build:

.github/workflows/draft-release-notes-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
with:
1717
config-name: draft-release-notes-config.yml
1818
tag: (None)
19-
version: 1.2.0.0
19+
version: 1.3.0.0
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

dashboards-reports/opensearch_dashboards.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "reportsDashboards",
3-
"version": "1.2.0.0",
4-
"opensearchDashboardsVersion": "1.2.0",
3+
"version": "1.3.0.0",
4+
"opensearchDashboardsVersion": "1.3.0",
55
"requiredPlugins": ["navigation", "data", "opensearchDashboardsUtils"],
66
"optionalPlugins": ["share"],
77
"server": true,

dashboards-reports/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "reports-dashboards",
3-
"version": "1.2.0.0",
3+
"version": "1.3.0.0",
44
"description": "OpenSearch Dashboards Reports Plugin",
55
"license": "Apache-2.0",
66
"main": "index.ts",
77
"opensearchDashboards": {
8-
"version": "1.2.0",
8+
"version": "1.3.0",
99
"templateVersion": "1.0.0"
1010
},
1111
"scripts": {

0 commit comments

Comments
 (0)