Skip to content

Commit a9a8122

Browse files
authored
[Tests] Add BWC tests for 2.9 and 2.10 versions (opensearch-project#4762)
Signed-off-by: Manasvini B Suryanarayana <[email protected]>
1 parent ff40d7c commit a9a8122

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

.github/workflows/build_and_test_workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ jobs:
318318
working-directory: ./artifacts
319319
strategy:
320320
matrix:
321-
version: [osd-2.0.0, osd-2.1.0, osd-2.2.0, osd-2.3.0, osd-2.4.0, osd-2.5.0, osd-2.6.0, osd-2.7.0]
321+
version: [osd-2.0.0, osd-2.1.0, osd-2.2.0, osd-2.3.0, osd-2.4.0, osd-2.5.0, osd-2.6.0, osd-2.7.0, osd-2.8.0, osd-2.9.0]
322322
steps:
323323
- name: Checkout code
324324
uses: actions/checkout@v3

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
7373

7474
### 🔩 Tests
7575

76+
- [Tests] Add BWC tests for 2.9 and 2.10 ([#4762](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4762))
77+
7678
## [1.3.12 - 2023-08-10](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/1.3.12)
7779

7880
### 🛡 Security

bwctest.sh

+1-1
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,osd-2.4.0,osd-2.5.0,osd-2.6.0,osd-2.7.0"
16+
DEFAULT_VERSIONS="osd-2.0.0,osd-2.1.0,osd-2.2.0,osd-2.3.0,osd-2.4.0,osd-2.5.0,osd-2.6.0,osd-2.7.0,osd-2.8.0,osd-2.9.0"
1717

1818
function usage() {
1919
echo ""
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)