Skip to content

Releases: derek-ho/start-opensearch

Demo configuration changes

19 Jun 15:41
e9060d3
Compare
Choose a tag to compare

Fixes a bug where instances spun up on different ports were joining the same cluster.

Support custom JDK version

13 Jun 19:28
2f0ad8f
Compare
Choose a tag to compare

Support custom JDK version

v4: Handle t param gracefully based on opensearch version (#5)

24 Apr 13:46
7f87ae3
Compare
Choose a tag to compare

Handles start opensearch for older versions which don't allow for an initial admin password to be set during demo configuration setup.

Release v3

14 Mar 21:52
8ff0865
Compare
Choose a tag to compare

Allow port flexibility

Release v2

21 Feb 22:05
28a7ce5
Compare
Choose a tag to compare

Adds support for changing the security config by API if security is enabled to support security-dashboards-plugin CI. Also disables watermark to help with test flakiness.

Release v1

21 Feb 19:09
630104b
Compare
Choose a tag to compare

Initial release of the start-opensearch github action. It downloads the min distribution of opensearch, optionally installs plugins, and starts the cluster, with or without security enabled.

Initial support for linux and windows only.