FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(opensearch): add support for admin_password in >= 2.12 by Rahul-Anil · Pull Request #697 · testcontainers/testcontainers-python · GitHub

fix(opensearch): add support for admin_password in >= 2.12 - #697

Merged
alexanderankin merged 2 commits into
testcontainers:mainfrom
Rahul-Anil:fix(open-search)-Add-support-for-open-search->=-2.12
Sep 8, 2024
Merged

fix(opensearch): add support for admin_password in >= 2.12#697
alexanderankin merged 2 commits into
testcontainers:mainfrom
Rahul-Anil:fix(open-search)-Add-support-for-open-search->=-2.12

Conversation

Copy link
Copy Markdown
Contributor

Opensearch has made an initial admin password mandatory since version 2.12 as can be read in the changelogs.

The open search module in test containers-python does not pass in this additional flag and current compatibility with open search >= 2.12 is broken .

This MR adds compatibility with open search >= 2.12 by adding the inidial_admin_password flag to the docker environment

alexanderankin changed the title add support for opensearch >= 2.12 fix(opensearch): add support for admin_password in >= 2.12 Sep 8, 2024
alexanderankin merged commit 935693e into testcontainers:main Sep 8, 2024
alexanderankin pushed a commit that referenced this pull request Oct 14, 2024
🤖 I have created a release *beep* *boop*
---


##
[4.8.2](testcontainers-v4.8.1...testcontainers-v4.8.2)
(2024-09-27)


### Bug Fixes

* **core:** Reorganize core tests and improve
([#693](#693))
([f1665f3](f1665f3))
* **core:** Typing in auth
([#691](#691))
([66726b6](66726b6))
* **core:** Typing in config + utils
([#692](#692))
([794a22e](794a22e))
* **keycloak:** Add support for Keycloak version >=25
([#694](#694))
([62bd0de](62bd0de))
* mysql typo
([#705](#705))
([85d6078](85d6078)),
closes
[#689](#689)
* **opensearch:** add support for admin_password in >= 2.12
([#697](#697))
([935693e](935693e))
* postgres use psql instead of logs
([#704](#704))
([4365754](4365754))
* **tests:** Missing artifacts (include-hidden-files)
([#699](#699))
([8f1165d](8f1165d))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL