Skip to content

Commit de97ae5

Browse files
authored
Bump plugin version to 1.0.0.0-beta1 (#14)
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
1 parent 39cc8a5 commit de97ae5

4 files changed

+10
-7
lines changed

.github/workflows/unit-tests-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- main
99
env:
10-
OPENSEARCH_DASHBOARDS_VERSION: 1.0.0-alpha2
10+
OPENSEARCH_DASHBOARDS_VERSION: 1.0.0-beta1
1111
jobs:
1212
tests:
1313
name: Run unit tests

opensearch_dashboards.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "anomalyDetectionDashboards",
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": ["anomaly_detection_dashboards"],
66
"requiredPlugins": ["navigation"],
77
"optionalPlugins": [],

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "anomaly-detection-dashboards",
3-
"version": "1.0.0.0",
3+
"version": "1.0.0.0-beta1",
44
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
55
"main": "index.js",
66
"config": {
7-
"opensearch_version": "1.0.0",
8-
"opensearch_name": "anomalyDetectionDashboards"
7+
"plugin_version": "1.0.0.0-beta1",
8+
"plugin_name": "anomalyDetectionDashboards"
99
},
1010
"scripts": {
1111
"osd": "node ../../scripts/osd",
1212
"opensearch": "node ../../scripts/opensearch",
1313
"lint": "eslint .",
1414
"plugin-helpers": "node ../../scripts/plugin_helpers",
1515
"test:jest": "../../node_modules/.bin/jest --config ./test/jest.config.js",
16-
"build": "yarn plugin-helpers build && echo Renaming artifact to $npm_package_config_opensearch_name-$npm_package_config_opensearch_version.zip && mv ./build/$npm_package_config_opensearch_name*.zip ./build/$npm_package_config_opensearch_name-$npm_package_config_opensearch_version.zip",
16+
"build": "yarn plugin-helpers build && echo Renaming artifact to $npm_package_config_plugin_name-$npm_package_config_plugin_version.zip && mv ./build/$npm_package_config_plugin_name*.zip ./build/$npm_package_config_plugin_name-$npm_package_config_plugin_version.zip",
1717
"cy:open": "cypress open",
1818
"cy:run": "cypress run",
1919
"cy:run-with-security": "cypress run --env SECURITY_ENABLED=true",

release-notes/opensearch-anomaly-detection-dashboards.release-notes-1.0.0.0-beta1.md

+3
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ Compatible with OpenSearch Dashboards 1.0.0
1717
* Add DCO info in CONTRIBUTING.md, remove admins from MAINTAINERS.md ([#6](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/6))
1818
* Add SPDX license header to all files ([#7](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/7))
1919
* Update NOTICE to reflect the direct software being used ([#8](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/8))
20+
21+
### Maintenance
22+
* Bump plugin version to 1.0.0.0-beta1 ([#14](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/14))

0 commit comments

Comments
 (0)