Skip to content

Commit

Permalink
Bumped version to 2.6. (#492) (#495)
Browse files Browse the repository at this point in the history
* Bumped version from 2.5 to 2.6.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

* OpenSearch-Dashboards 2.6 branch hasn't been cut. Adjusted test workflows to use OSD 2.x branch.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

* Alerting backend plugin 2.6 branch hasn't been cut. Adjusted test workflow to use the 2.x branch.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

---------

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
(cherry picked from commit 4e2ed43)

Co-authored-by: AWSHurneyt <hurneyt@amazon.com>
  • Loading branch information
opensearch-trigger-bot[bot] and AWSHurneyt committed Feb 21, 2023
1 parent 8d55e2f commit 3ecbff6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
branches:
- "*"
env:
OPENSEARCH_DASHBOARDS_VERSION: '2.5.0'
OPENSEARCH_VERSION: '2.5.0-SNAPSHOT'
ALERTING_PLUGIN_BRANCH: '2.5'
OPENSEARCH_DASHBOARDS_VERSION: '2.x'
OPENSEARCH_VERSION: '2.6.0-SNAPSHOT'
ALERTING_PLUGIN_BRANCH: '2.x'
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.5.0'
OPENSEARCH_DASHBOARDS_VERSION: '2.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": "alertingDashboards",
"version": "2.5.0.0",
"opensearchDashboardsVersion": "2.5.0",
"version": "2.6.0.0",
"opensearchDashboardsVersion": "2.6.0",
"configPath": ["opensearch_alerting"],
"requiredPlugins": [],
"server": true,
Expand Down
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.5.0.0",
"version": "2.6.0.0",
"description": "OpenSearch Dashboards Alerting Plugin",
"main": "index.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit 3ecbff6

Please sign in to comment.