Skip to content

Commit 2cf8520

Browse files
opensearch-trigger-bot[bot]opensearch-ci-botzelinh
authored
[AUTO] Increment version to 2.19.2.0 (#1237)
* Increment version to 2.19.2.0 Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com> * Update the OSD version branch to 2.19 Signed-off-by: Zelin Hao <zelinhao@amazon.com> --------- Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com> Signed-off-by: Zelin Hao <zelinhao@amazon.com> Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com> Co-authored-by: Zelin Hao <zelinhao@amazon.com>
1 parent 8762d28 commit 2cf8520

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/cypress-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
branches:
88
- "**"
99
env:
10-
OPENSEARCH_DASHBOARDS_VERSION: '2.x'
11-
ALERTING_PLUGIN_BRANCH: '2.x'
10+
OPENSEARCH_DASHBOARDS_VERSION: '2.19'
11+
ALERTING_PLUGIN_BRANCH: '2.19'
1212
jobs:
1313
tests:
1414
name: Run Cypress E2E tests

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- "**"
99
env:
10-
OPENSEARCH_DASHBOARDS_VERSION: '2.x'
10+
OPENSEARCH_DASHBOARDS_VERSION: '2.19'
1111
jobs:
1212
Get-CI-Image-Tag:
1313
uses: opensearch-project/opensearch-build/.github/workflows/get-ci-image-tag.yml@main

opensearch_dashboards.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "alertingDashboards",
3-
"version": "2.19.1.0",
4-
"opensearchDashboardsVersion": "2.19.1",
3+
"version": "2.19.2.0",
4+
"opensearchDashboardsVersion": "2.19.2",
55
"configPath": [
66
"opensearch_alerting"
77
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensearch-alerting-dashboards",
3-
"version": "2.19.1.0",
3+
"version": "2.19.2.0",
44
"description": "OpenSearch Dashboards Alerting Plugin",
55
"main": "index.js",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)