From 07a4ef39cf265f4fda40de898be8e598767ed756 Mon Sep 17 00:00:00 2001 From: Jakob Date: Mon, 1 Jul 2024 18:58:10 +0200 Subject: [PATCH] workflows: add OpenSearch 2.15 to compatibility workflow test (#575) Signed-off-by: Jakob Hahn --- .github/workflows/test-compatibility.yml | 1 + CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/test-compatibility.yml b/.github/workflows/test-compatibility.yml index db856807..de5d496b 100644 --- a/.github/workflows/test-compatibility.yml +++ b/.github/workflows/test-compatibility.yml @@ -28,6 +28,7 @@ jobs: - { opensearch_version: 2.12.0 } - { opensearch_version: 2.13.0 } - { opensearch_version: 2.14.0 } + - { opensearch_version: 2.15.0 } steps: - uses: actions/checkout@v4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 15f99fe1..186a2982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Adds the `Caches` field to Node stats ([#572](https://github.com/opensearch-project/opensearch-go/pull/572)) - Adds the `SeqNo` and `PrimaryTerm` fields in `SearchHit` ([#574](https://github.com/opensearch-project/opensearch-go/pull/574)) - Adds guide on configuring the client with retry and backoff ([#540](https://github.com/opensearch-project/opensearch-go/pull/540)) +- Adds OpenSearch 2.15 to compatibility workflow test ([#575](https://github.com/opensearch-project/opensearch-go/pull/575)) ### Changed - Security roles get response struct has its own sub structs without omitempty ([#572](https://github.com/opensearch-project/opensearch-go/pull/572))