Skip to content

Commit

Permalink
[AUTO] Increment version to 2.16.0.0 (opensearch-project#978)
Browse files Browse the repository at this point in the history
* Increment version to 2.16.0.0

Signed-off-by: opensearch-ci-bot <[email protected]>

* Update unit-tests-workflow.yml

Signed-off-by: AWSHurneyt <[email protected]>

---------

Signed-off-by: opensearch-ci-bot <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
Co-authored-by: opensearch-ci-bot <[email protected]>
Co-authored-by: AWSHurneyt <[email protected]>
  • Loading branch information
3 people authored Jul 18, 2024
1 parent 1af26aa commit 6a5cc77
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
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:
- "**"
env:
OPENSEARCH_DASHBOARDS_VERSION: '2.13.0'
OPENSEARCH_DASHBOARDS_VERSION: '2.x'
jobs:
Get-CI-Image-Tag:
uses: opensearch-project/opensearch-build/.github/workflows/get-ci-image-tag.yml@main
Expand Down
11 changes: 7 additions & 4 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"id": "alertingDashboards",
"version": "2.15.0.0",
"opensearchDashboardsVersion": "2.15.0",
"version": "2.16.0.0",
"opensearchDashboardsVersion": "2.16.0",
"configPath": [
"opensearch_alerting"
],
"optionalPlugins": ["dataSource", "dataSourceManagement"],
"optionalPlugins": [
"dataSource",
"dataSourceManagement"
],
"requiredPlugins": [
"uiActions",
"dashboard",
Expand All @@ -19,4 +22,4 @@
],
"server": true,
"ui": true
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensearch-alerting-dashboards",
"version": "2.15.0.0",
"version": "2.16.0.0",
"description": "OpenSearch Dashboards Alerting Plugin",
"main": "index.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit 6a5cc77

Please sign in to comment.