diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47b86958..372bbdc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: matrix: postgres-version: [ 14 ] - os-version: [ '2.7.0' ] + os-version: [ '2.11.0' ] python-version: [ '3.8', '3.9' ] exclude: - python-version: ${{ github.event.act && '3.8' }} diff --git a/INSTALL.rst b/INSTALL.rst index 99fc9b84..3a128ecf 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -36,31 +36,31 @@ for example, using ``yum`` or ``apt-get`` for Linux or ``brew`` for macOS: * `PostgreSQL `_ (version 14) database server * `Redis `_ for caching - * `OpenSearch `_ (version 2.7.0) for indexing and information retrieval. See below for further instructions. + * `OpenSearch `_ (version 2.11.0) for indexing and information retrieval. See below for further instructions. * `Node.js `_ (version 18) JavaScript run-time environment and its package manager `npm `_. -OpenSearch v2.7.0 ------------------ +OpenSearch v2.11.0 +------------------ -We are currently using OpenSearch v2.7.0. Here, you can find the `download instructions. `_ +We are currently using OpenSearch v2.11.0. Here, you can find the `download instructions. `_ There are some examples below: **MacOS** -Install the latest version (currently, v2.8.0) with ``brew install opensearch``. -Alternatively, to install a specific version like v2.6.0 via Homebrew (v2.7.0 is unavailable), run: +Install the latest version (currently, v2.11.0) with ``brew install opensearch``. +Alternatively, to install a specific version like v2.11.0 via Homebrew (if the latest version is newer), run: .. code-block:: console $ brew tap-new opensearch/tap - $ brew extract --version=2.6.0 opensearch opensearch/tap - $ brew install opensearch/tap/opensearch@2.6.0 - $ brew services restart opensearch/tap/opensearch@2.6.0 + $ brew extract --version=2.11.0 opensearch opensearch/tap + $ brew install opensearch/tap/opensearch@2.11.0 + $ brew services restart opensearch/tap/opensearch@2.11.0 **Linux** -You can see the tarball instructions on the OpenSearch installation `webpage. `_ +You can see the tarball instructions on the OpenSearch installation `webpage. `_ To execute, run this command within the extracted folder. @@ -74,8 +74,8 @@ Alternatively, run OpenSearch after `installing Docker