From 77a5ba2c27e7ea0fab2603dbd334470155d6734c Mon Sep 17 00:00:00 2001 From: Earlopain <14981592+Earlopain@users.noreply.github.com> Date: Tue, 2 Jan 2024 12:29:39 +0100 Subject: [PATCH] Remove a todo in the testing workflow Signed-off-by: Earlopain <14981592+Earlopain@users.noreply.github.com> --- .github/workflows/main.yml | 6 ++---- CHANGELOG.md | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d4db8462a..b247ec2e0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,8 +30,7 @@ jobs: sudo sysctl -w vm.max_map_count=262144 - uses: ./.github/actions/opensearch with: - # TODO: change cluster-version back to `latest` after OS 2.9.1 or later is released - cluster-version: "2.8.0" + cluster-version: latest disable-security: true - uses: ruby/setup-ruby@v1 with: @@ -65,8 +64,7 @@ jobs: sudo sysctl -w vm.max_map_count=262144 - uses: ./.github/actions/opensearch with: - # TODO: change cluster-version back to `latest` after OS 2.9.1 or later is released - cluster-version: "2.8.0" + cluster-version: latest disable-security: true - uses: ruby/setup-ruby@v1 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index f21165622..32558f69d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Deprecated ### Removed ### Fixed +- Switch back to the latest OpenSearch version when testing in CI ([#219](https://github.com/opensearch-project/opensearch-ruby/pull/219)) ### Security ## [3.1.0]