Skip to content

Commit 226fc73

Browse files
authored
Bump plugin version to 1.0.0.0-beta1 (#9)
Signed-off-by: Ashish Agrawal <[email protected]>
1 parent 4168d9c commit 226fc73

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
lines changed

.github/workflows/cypress-workflow.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,44 +28,46 @@ jobs:
2828
with:
2929
repository: 'opensearch-project/OpenSearch'
3030
path: OpenSearch
31-
ref: '1.0.0-alpha2'
31+
ref: '1.0.0-beta1'
3232
- name: Build OpenSearch
3333
working-directory: ./OpenSearch
34-
run: ./gradlew publishToMavenLocal -Dbuild.version_qualifier=alpha2 -Dbuild.snapshot=false
34+
run: ./gradlew publishToMavenLocal -Dbuild.version_qualifier=beta1 -Dbuild.snapshot=false
3535
# dependencies: common-utils
3636
- name: Checkout common-utils
3737
uses: actions/checkout@v2
3838
with:
3939
repository: 'opensearch-project/common-utils'
4040
path: common-utils
41+
ref: '1.0.0-beta1'
4142
- name: Build common-utils
4243
working-directory: ./common-utils
43-
run: ./gradlew publishToMavenLocal -Dopensearch.version=1.0.0-alpha2
44+
run: ./gradlew publishToMavenLocal -Dopensearch.version=1.0.0-beta1
4445
# dependencies: job-scheduler
4546
- name: Checkout job-scheduler
4647
uses: actions/checkout@v2
4748
with:
4849
repository: 'opensearch-project/job-scheduler'
4950
path: job-scheduler
51+
ref: '1.0.0-beta1'
5052
- name: Build job-scheduler
5153
working-directory: ./job-scheduler
52-
run: ./gradlew publishToMavenLocal -Dopensearch.version=1.0.0-alpha2 -Dbuild.snapshot=false
54+
run: ./gradlew publishToMavenLocal -Dopensearch.version=1.0.0-beta1 -Dbuild.snapshot=false
5355
# dependencies: alerting-notification
5456
- name: Checkout alerting
5557
uses: actions/checkout@v2
5658
with:
5759
repository: 'opensearch-project/alerting'
58-
ref: 'beta'
5960
path: alerting
61+
ref: '1.0.0-beta1'
6062
- name: Build alerting
6163
working-directory: ./alerting
62-
run: ./gradlew :alerting-notification:publishToMavenLocal -Dopensearch_version=1.0.0-alpha2
64+
run: ./gradlew :alerting-notification:publishToMavenLocal -Dopensearch_version=1.0.0-beta1
6365
- name: Checkout
6466
uses: actions/checkout@v2
6567
with:
6668
path: index-management
6769
repository: opensearch-project/index-management
68-
ref: main
70+
ref: '1.0.0-beta1'
6971
- name: Run elasticsearch with plugin
7072
run: |
7173
cd index-management
@@ -80,8 +82,8 @@ jobs:
8082
uses: actions/checkout@v2
8183
with:
8284
repository: opensearch-project/OpenSearch-Dashboards
83-
ref: main
8485
path: OpenSearch-Dashboards
86+
ref: '1.0.0-beta1'
8587
- name: Get node and yarn versions
8688
id: versions
8789
run: |

opensearch_dashboards.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "indexManagementOpenSearchDashboards",
3-
"version": "1.0.0.0",
4-
"opensearchDashboardsVersion": "1.0.0",
3+
"version": "1.0.0.0-beta1",
4+
"opensearchDashboardsVersion": "1.0.0-beta1",
55
"configPath": ["opensearch_index_management"],
66
"requiredPlugins": ["navigation"],
77
"server": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensearch_index_management_dashboards",
3-
"version": "1.0.0.0",
3+
"version": "1.0.0.0-beta1",
44
"description": "Opensearch Dashboards plugin for Index Management",
55
"main": "index.js",
66
"license": "Apache-2.0",
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Compatible with OpenSearch-Dashboards 1.0.0
1111

1212
* Adds new license header ([#6](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/6))
1313

14+
### Maintenance
15+
* Bump plugin version to 1.0.0.0-beta1 ([#9](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/9))
16+
1417
### Refactoring
1518

1619
* Migrates plugin to OpenSearch Dashboards ([#1](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1))

0 commit comments

Comments
 (0)