Skip to content

Commit

Permalink
Bump plugin version and dependencies to 1.1 (opensearch-project#82)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
  • Loading branch information
ohltyler committed Sep 2, 2021
1 parent 0a60333 commit f7c83e6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- v*

env:
OPENSEARCH_DASHBOARDS_VERSION: 7.10.2
OPENSEARCH_DASHBOARDS_VERSION: 1.1.0
jobs:
Build-and-upload:
name: Build and upload artifacts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
branches:
- main
env:
OPENSEARCH_DASHBOARDS_VERSION: '1.0'
OPENSEARCH_DASHBOARDS_VERSION: '1.x'
AD_OPENSEARCH_DASHBOARDS_PLUGIN_NAME: anomaly-detection-dashboards
OPENSEARCH_DOCKER_IMAGE: opensearchstaging/opensearch
DASHBOARDS_DOCKER_IMAGE: opensearchstaging/opensearch-dashboards
DOCKER_TAG: 1.0.0-rc1
DOCKER_TAG: 1.1.0
jobs:
test-with-security:
name: Run e2e tests with security
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- main
env:
OPENSEARCH_DASHBOARDS_VERSION: '1.0'
OPENSEARCH_DASHBOARDS_VERSION: '1.x'
jobs:
tests:
name: Run unit tests
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": "anomalyDetectionDashboards",
"version": "1.0.0.0",
"opensearchDashboardsVersion": "1.0.0",
"version": "1.1.0.0",
"opensearchDashboardsVersion": "1.1.0",
"configPath": ["anomaly_detection_dashboards"],
"requiredPlugins": ["navigation"],
"optionalPlugins": [],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "anomaly-detection-dashboards",
"version": "1.0.0.0",
"version": "1.1.0.0",
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
"main": "index.js",
"config": {
"plugin_version": "1.0.0.0",
"plugin_version": "1.1.0.0",
"plugin_name": "anomalyDetectionDashboards",
"plugin_zip_name": "anomaly-detection-dashboards"
},
Expand Down

0 comments on commit f7c83e6

Please sign in to comment.