Skip to content

Commit

Permalink
[AUTO] Increment version to 2.17.1.0 (#1108)
Browse files Browse the repository at this point in the history
* Increment version to 2.17.1.0

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

* Update cypress-workflow.yml

Signed-off-by: AWSHurneyt <[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 Sep 24, 2024
1 parent 195ac2c commit d9fe4d0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
branches:
- "**"
env:
OPENSEARCH_DASHBOARDS_VERSION: '2.17.0'
ALERTING_PLUGIN_BRANCH: '2.17.0.0'
OPENSEARCH_DASHBOARDS_VERSION: '2.17'
ALERTING_PLUGIN_BRANCH: '2.17'
jobs:
tests:
name: Run Cypress E2E tests
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:
- "**"
env:
OPENSEARCH_DASHBOARDS_VERSION: '2.17.0'
OPENSEARCH_DASHBOARDS_VERSION: '2.17'
jobs:
Get-CI-Image-Tag:
uses: opensearch-project/opensearch-build/.github/workflows/get-ci-image-tag.yml@main
Expand Down
19 changes: 13 additions & 6 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"id": "alertingDashboards",
"version": "2.17.0.0",
"opensearchDashboardsVersion": "2.17.0",
"configPath": ["opensearch_alerting"],
"optionalPlugins": ["dataSource", "dataSourceManagement"],
"version": "2.17.1.0",
"opensearchDashboardsVersion": "2.17.1",
"configPath": [
"opensearch_alerting"
],
"optionalPlugins": [
"dataSource",
"dataSourceManagement"
],
"requiredPlugins": [
"uiActions",
"dashboard",
Expand All @@ -20,5 +25,7 @@
"server": true,
"ui": true,
"supportedOSDataSourceVersions": ">=2.13.0",
"requiredOSDataSourcePlugins": ["opensearch-alerting"]
}
"requiredOSDataSourcePlugins": [
"opensearch-alerting"
]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensearch-alerting-dashboards",
"version": "2.17.0.0",
"version": "2.17.1.0",
"description": "OpenSearch Dashboards Alerting Plugin",
"main": "index.js",
"license": "Apache-2.0",
Expand Down Expand Up @@ -68,4 +68,4 @@
"engines": {
"yarn": "^1.21.1"
}
}
}

0 comments on commit d9fe4d0

Please sign in to comment.