Skip to content

Releases: segmentio/topicctl

v1.5.0

07 Aug 01:30
833979c
Compare
Choose a tag to compare
Push ARM images (#79)

* Update dependencies

* Use go 1.19

* Fix Dockerfile

* Test out circleci builds

* Revert circleci config changes

* Update version to 1.5.0

v1.4.0

10 Jul 02:13
15b8ee9
Compare
Choose a tag to compare
Update version to 1.4.0 (#72)

* Update version to 1.4.0

* Update versions

* Remove comment from go.mod

* Revert "Update versions"

This reverts commit 3608497fbd834ff915ae5c368d4bd7d4db7b5bc8.

* Update versions

v1.3.2-2

13 Jun 01:49
4961de2
Compare
Choose a tag to compare
Update dependencies and go version (#66)

* Update dependencies

* Use newer circleci images

* Fix dirs

* Update version

v1.3.2

17 May 05:10
4961de2
Compare
Choose a tag to compare
Update dependencies and go version (#66)

* Update dependencies

* Use newer circleci images

* Fix dirs

* Update version

v1.3.1

27 Jan 19:15
d4ad5f9
Compare
Choose a tag to compare
Upgrade golang x crypto (#59)

v1.3.0

30 Nov 21:12
d62a095
Compare
Choose a tag to compare
Support AWS MSK IAM (#57)

* Update modules

* Fill out MSK SASL support

* Fix lint errors

* Make config parsing strict

* Update README

* Remove unnecessary import

* Remove unnecessary log message

* Update config

* Fix config

* Update tests

* Update directories

* Update README

* Bump version

v1.2.0

18 Nov 00:39
f6bafce
Compare
Choose a tag to compare
Fix cluster config environment interaction (#55)

* Fix errors

* Fix version

* Don't check SASL mechanism if running from cluster config

* Update README

* Update README

* Fix README

* Fix README

* Update go version to 1.17

* Fix README

* Bump version

v1.1.1

28 Oct 18:50
4cf7238
Compare
Choose a tag to compare
Fix missing CertPath in TLSConfig in cluster.go (#49)

It looks like `CertPath` has been omitted from the TLS configuration when creating a broker connection.

When using client authentication with `topicctl bootstrap`, this is resulting in the following error:

```
./topicctl --cluster-config=kafka.yml bootstrap
...
ERROR local error: tls: unexpected message
```

v1.1.0

14 Oct 17:52
68d6f6e
Compare
Choose a tag to compare
Support expanding cluster and topic yaml config files with the system…

v1.0.0

01 Oct 21:58
4eca702
Compare
Choose a tag to compare

Support broker-API-only access to Kafka clusters as well as TLS and SASL authentication.