Skip to content

Commit

Permalink
merge(#32152): feat: updating edx-search version to 3.5.0
Browse files Browse the repository at this point in the history
<!--

🌴🌴
🌴🌴🌴🌴         🌴 Note: the Palm master branch has been created. Please consider whether your change
    🌴🌴🌴🌴     should also be applied to Palm. If so, make another pull request against the
🌴🌴🌴🌴         open-release/palm.master branch, or ask in the #wg-build-test-release Slack channel
🌴🌴             if you have any questions or need help.

🫒🫒🫒🫒🫒🫒     🫒 Note: the Olive release is still supported.
                Please consider whether your change should be applied to Olive as well.

Please give your pull request a short but descriptive title.
Use conventional commits to separate and summarize commits logically:
https://open-edx-proposals.readthedocs.io/en/latest/oep-0051-bp-conventional-commits.html

Use this template as a guide. Omit sections that don't apply.
You may link to information rather than copy it, but only if the link is publicly
readable.  If you must linked information must be private (because it has secrets),
clearly label the link as private.

-->

## Description

This PR aims to update the version of the edx-search library to [3.5.0](https://github.com/openedx/edx-search/releases/tag/v3.5.0). This update will enable operators to have a shared ElasticSearch installation for multiple OpenedX instances. More details about this feature can be found [here](openedx/edx-search#130).

## Supporting information

In the Large Instances Working Group we added a feature to have a [shared ElasticSearch installation](openedx/openedx-k8s-harmony#4) for multiple OpenedX instances in a Kubernetes cluster. To take advantage of this feature in the Palm release, we require the upgrade of the edx-search version.
  • Loading branch information
github-actions[bot] authored May 9, 2023
2 parents cbcee78 + d091f4e commit 7f654b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ edx-rest-api-client==5.5.0
# -r requirements/edx/base.in
# edx-enterprise
# edx-proctoring
edx-search==3.4.0
edx-search==3.5.0
# via -r requirements/edx/base.in
edx-sga==0.21.1
# via -r requirements/edx/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ edx-rest-api-client==5.5.0
# -r requirements/edx/testing.txt
# edx-enterprise
# edx-proctoring
edx-search==3.4.0
edx-search==3.5.0
# via -r requirements/edx/testing.txt
edx-sga==0.21.1
# via -r requirements/edx/testing.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ edx-rest-api-client==5.5.0
# -r requirements/edx/base.txt
# edx-enterprise
# edx-proctoring
edx-search==3.4.0
edx-search==3.5.0
# via -r requirements/edx/base.txt
edx-sga==0.21.1
# via -r requirements/edx/base.txt
Expand Down

0 comments on commit 7f654b2

Please sign in to comment.