Skip to content

Releases: elastic/start-local

Release 0.14.0

24 Feb 13:33
0.14.0
bf377ea

Choose a tag to compare

In this release, we are announcing general availability for Podman support in start-local using the following endpoint.

curl -fsSL https://elastic.co/start-local-podman | sh

This release includes also the following changes and fixes:

  • Allow usage of EDOT (--edot) with ES only (--esonly) #101
  • Updated the new Release API endpoints for Elastic #100 (thanks @navyau09)
  • Suggest Docker/Podman specific scripts #99

Release 0.13.0

27 Jan 10:13
0.13.0
9647d9a

Choose a tag to compare

This release includes the following changes and fixes:

  • Fixed Docker fallback logic for start-local-podman #97
  • Fixed broken link in docker compose update message #96
  • Enabled the EDOT Collector’s OpAMP extension in start-local's EDOT configuration #93
  • Added host.docker.internal and model-runner.docker.internal for supporting local AI models using Ollama or Docker Model Runner #89
  • Added Podman support with start-local-podman.sh script #86. The Podman script is in beta, you can try it with the following command:
    curl -fsSL https://raw.githubusercontent.com/elastic/start-local/refs/heads/main/start-local-podman.sh | sh
  • Update uninstall command to return to previous directory #84

Release 0.12.0

23 Oct 15:57
0.12.0
9bd4b07

Choose a tag to compare

This release includes the following changes:

  • Add the support for Kibana spaces (default to Elasticsearch). With the --edot option, we use Observability space #78
  • Add the OTLP endpoints message when using the --edot option #77

Release 0.11.0

15 Sep 15:41
0.11.0
83ef641

Choose a tag to compare

This release contains the following new feature:

  • Add the EDOT collector service #67

Using the --edot option we can use start-local to install the Elastic Distribution of OpenTelemetry, as follows:

curl -fsSL https://elastic.co/start-local | sh -s -- --edot

Thanks to @mlunadia, @rogercoll and @xrmx for the help on this release.

Release 0.10.0

07 Jul 13:00
0.10.0
e3355cb

Choose a tag to compare

This release contains the following additions and fix:

  • Added ES_LOCAL_DIR environment variable, #65
  • Fix for docker ARM64 choosing the correct -arm images, #64
  • Added ES_LOCAL_PASSWORD environment variable, #60
  • Added the prune of docker images when uninstall, #59

Release 0.9.0

10 May 04:36
0.9.0
547fb98

Choose a tag to compare

This release contains the following addition and improvement:

  • Added telemetry for Kibana #52

Release 0.8.0

21 Feb 09:21
0.8.0
acd97bc

Choose a tag to compare

This release contains the following addition and improvement:

  • Added the support for options to start-local, -v to specify the version to install
    and -esonly to install Elasticsearch only, without Kibana #41
  • Refactored and simplified the tests #41

Release 0.7.0

17 Feb 12:02
0.7.0
09f9334

Choose a tag to compare

This release contains the following additions and fixes.

  • Added the use of the latest Elasticsearch version, #34
  • Fixed the ulimit: memory usage with LXC containers, #40 (see #27)
  • Fixed interpolation format using double dollars in docker command, #38
  • Increased the interval, timeout and retries for fixing #35 (and #33)

Release 0.6.0

28 Jan 07:45
0.6.0
04a2540

Choose a tag to compare

This new release uses Elasticsearch 8.17.1 and include the following fix:

  • Fixed an issue in the check_installation_folder: exit when elastic-start-local folder already exits 04a2540

Release 0.5.1

20 Jan 15:05
0.5.1
c728592

Choose a tag to compare