Skip to content

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

.github/workflows/build_and_test_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
working-directory: ./artifacts
187187
strategy:
188188
matrix:
189-
version: [ osd-2.0.0, osd-2.1.0, osd-2.2.0, osd-2.3.0 ]
189+
version: [ osd-2.0.0, osd-2.1.0, osd-2.2.0, osd-2.3.0, osd-2.4.0 ]
190190
steps:
191191
- name: Checkout code
192192
uses: actions/checkout@v2

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
9696
### 🔩 Tests
9797

9898
- [Multi DataSource] Add unit test coverage for Update Data source management stack ([#2567](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2567))
99+
- [BWC Tests] Add BWC tests for 2.5.0 ([#2890](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2890))
99100

100101
## [2.x]
101102

bwctest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
set -e
1515

16-
DEFAULT_VERSIONS="osd-2.0.0,osd-2.1.0,osd-2.2.0,osd-2.3.0"
16+
DEFAULT_VERSIONS="osd-2.0.0,osd-2.1.0,osd-2.2.0,osd-2.3.0,osd-2.4.0"
1717

1818
function usage() {
1919
echo ""
59.6 KB
Binary file not shown.
16.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)