Skip to content

Releases: simplifi/kafka_docker

v1.0.2

30 Jun 14:57
404a72f
Compare
Choose a tag to compare
Release v1.0.2

v1.0.1

04 Feb 14:17
e4f8c42
Compare
Choose a tag to compare

#17: Fix kafka_docker up failing during docker-compose exec when -f is provided

v1.0.0

08 Nov 20:48
38c7faf
Compare
Choose a tag to compare
  • various commits that built up on main
  • new release to overcome GoReleaser/brew issue
  • seemed like time to go to version 1.0.0

v0.3.3

12 Jan 19:00
c0cf318
Compare
Choose a tag to compare

The goreleaser config format has changed for the homebrew section. Update to the correct format.

Contains instead of prefix

12 Jan 17:09
483cf2b
Compare
Choose a tag to compare

Check that the image name contains the desired string instead of starting. This allows us to use alternate docker servers.

v0.3.1

18 Dec 18:39
0426897
Compare
Choose a tag to compare

Features

  • Added ip command to display local ip associated to docker containers

v0.3.0

14 Apr 16:25
ccc71e8
Compare
Choose a tag to compare

Bugfixes

  • If the KAFKA_CREATE_TOPICS had extra spaces in the comma-separated field, it failed to match the detected created topics, which meant that it would time out.
  • If the topic creation timeout was reached, there was no indication of the failure. For now, I have it panic(). This could do with a better message eventually.

Features

  • added an example docker-compose.yml file.
  • Added a --timeout option to choose the timeout.

v0.2.3

24 Feb 14:22
54f4b54
Compare
Choose a tag to compare

When using the get_kafka_docker script, we don't need to extract anything but the binary.

v0.2.2

21 Feb 19:51
5699674
Compare
Choose a tag to compare

Wrong pattern was used for real release artifacts.

v0.2.1

21 Feb 19:27
92663d8
Compare
Choose a tag to compare

Add needed entry to gitignore for building and deploying releases in travis