Skip to content

Commit a2d19b3

Browse files
committed
Bump to version 3.0.0.0-alpha1
Signed-off-by: Kaituo Li <kaituo@amazon.com>
1 parent 0645781 commit a2d19b3

4 files changed

+5
-5
lines changed

.github/workflows/remote-integ-tests-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ env:
77
# avoid warnings like "tput: No value for $TERM and no -T specified"
88
TERM: xterm
99
OPENSEARCH_DASHBOARDS_VERSION: 'main'
10-
OPENSEARCH_VERSION: '3.0.0'
11-
OPENSEARCH_PLUGIN_VERSION: '3.0.0.0'
10+
OPENSEARCH_VERSION: '3.0.0-alpha1'
11+
OPENSEARCH_PLUGIN_VERSION: '3.0.0.0-alpha1'
1212

1313
jobs:
1414
tests:

.github/workflows/verify-binary-installation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Install Dashboards with Plugin via Binary'
22

33
on: [push, pull_request]
44
env:
5-
OPENSEARCH_VERSION: '3.0.0'
5+
OPENSEARCH_VERSION: '3.0.0-alpha1'
66
CI: 1
77
# avoid warnings like "tput: No value for $TERM and no -T specified"
88
TERM: xterm

opensearch_dashboards.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "anomalyDetectionDashboards",
3-
"version": "3.0.0.0",
3+
"version": "3.0.0.0-alpha1",
44
"opensearchDashboardsVersion": "3.0.0",
55
"configPath": [
66
"anomaly_detection_dashboards"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anomaly-detection-dashboards",
3-
"version": "3.0.0.0",
3+
"version": "3.0.0.0-alpha1",
44
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
55
"main": "index.js",
66
"config": {

0 commit comments

Comments
 (0)