Skip to content

v3.1.0 🚀

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 11:51
· 19 commits to refs/heads/main since this release
7829671

Changes

make prune only removes this project's volumes @gluckzhang (#73)

(Thanks for sending a pull request! Please make sure you click the link above to view the contribution guidelines, then fill out the blanks below.)

What does this implement/fix? Explain your changes.

Adjust the Makefile and let make prune only delete the volumes created by this docker-compose project. The following command works:

docker volume prune -f --filter label=com.docker.compose.project=elastic

Does this close any currently open issues?

Yes, this closes #72 .

Any relevant logs, error output, etc?

Not necessary in this case.

Where has this been tested?

In my local environment.

Fix env_file creation for Kibana token usage. @pisto (#63)

The file was created with a 'key: value' syntax, but 'key=value' is needed.

⬆️ Upgrades

⬆️ 🚀 Update Stack to Major Version 8.2 @sherifabdlnaby (#74)

⬆️ 🚀 Update Stack to Major Version 8.2