Skip to content

Releases: elastic/start-local

Release 0.4.1

19 Nov 14:27
0.4.1
1c6c561
Compare
Choose a tag to compare
  • Fixed the missing end quote in the uninstall.sh script #24

Release 0.4.0

13 Nov 16:56
0.4.0
7ce219a
Compare
Choose a tag to compare

This release contains the following changes:

  • Fixed the 90% disk space limit of Elasticsearch #22
  • Updated the Elasticsearch version to the latest 8.16.0

Release 0.3.0

23 Oct 15:03
0.3.0
e93d1ed
Compare
Choose a tag to compare

This release contains the following changes:

  • Removed get_latest_version in favor of a fixed version for ES #18
  • Added the license update in start.sh #17
  • Added the start.sh and stop.sh scripts #15
  • Fixed issue with path folder for uninstall.sh script #14
  • Improved the cli output #10

Release 0.2.0

27 Sep 13:08
0.2.0
978bdc1
Compare
Choose a tag to compare

This release contains the following changes and fixes:

  • Added the uninstall.sh script in the output folder to facilitare the uninstall of start-local (978bdc1)
  • Improved the error log file, including the docker logs of each service (es-local-dev, kibana-local-dev, kibana_settings) (978bdc1)
  • Refactored the start-local.sh script using functions and a main() section with all the steps (978bdc1)
  • Added the ES_LOCAL_URL (i.e. http://localhost:9200) in .env file (960248a);
  • Fixed the cleanup() function, adding the remove of docker volumes using the command docker compose down -v (a659c9d)
  • Improved the output information adding also emoji (#5)

Release 0.1.1

11 Sep 08:07
0.1.1
c2f2167
Compare
Choose a tag to compare
  • Fixed "grep -P" usage for some MacOS environments #3

Release 0.1

10 Sep 07:54
0.1
0390903
Compare
Choose a tag to compare

First release.