Skip to content

Releases: deviceinsight/kafkactl

v5.3.0

14 Aug 12:25
Compare
Choose a tag to compare

Changelog

  • 293ab5c releases 5.3.0
  • e9f6e6b Merge pull request #212 from deviceinsight/feature/create-from-file
  • 593b15f update changelog / readme
  • 8e915d5 explicitly defined params should take precedence
  • f71fdeb Allow creating topic using topic description from file
  • 2fb456e Merge pull request #203 from PasinduDissMrYum/main
  • 263498e fix linter error with new golancilint version
  • b8037a5 change toleration config to be in yaml format
  • 6775b5e fix parsing logic for tolerations field
  • c95366d add affinity and tolerations pod override change to unlreased changelog
  • b1deeea add pod overrides affinity and tolerations
  • 73a517f Merge pull request #211 from KeisukeYamashita/add-aws-plugin
  • a90d020 Add aws plugin in README

v5.2.0

08 Aug 07:42
Compare
Choose a tag to compare

Changelog

  • c1cf2ca releases 5.2.0
  • 914a53f Merge pull request #209 from deviceinsight/feature/avro-basic
  • b1ba517 Allow configuring basicAuth for avro schema registry

v5.1.0

07 Aug 12:52
Compare
Choose a tag to compare

Changelog

  • 13a0cae releases 5.1.0
  • db53027 Merge pull request #193 from theY4Kman/feat/print-cg-group-instance-id
  • 1200743 Merge branch 'main' into feat/print-cg-group-instance-id
  • ace14dc Merge pull request #207 from deviceinsight/feature/avro-ssl
  • 0459ca7 allow configuring ssl for avro schema registry
  • 269c7a6 Merge pull request #206 from deviceinsight/feature/replace-schema-registry-client
  • 15db5d5 allow baseURL formatted like in the old libary
  • 52f584a replace abandoned schema registry dependency
  • 9ac4379 Merge pull request #205 from deviceinsight/feature/update-deps
  • ea323b2 use log overwrite
  • 4cf4b66 change docker-compose syntax
  • a6a244f update go version for aur
  • bd96fd2 update dependencies
  • c4370d8 Merge pull request #195 from deviceinsight/dependabot/go_modules/golang.org/x/net-0.23.0
  • 4ca8c1b Bump golang.org/x/net from 0.22.0 to 0.23.0
  • 21e8533 Merge pull request #194 from bdronneau/patch-1
  • 6be6076 docs(README): wrong command name
  • 05d317b feat: hide group instance ID in describe cg if unsupported (<2.4.0)
  • 459a8a6 feat: add group instance ID to describe cg output
  • 685a68f search plugin in workDir first
  • 68dfe07 add install instructions for winget (fixes #188)
  • e44173c add v5 suffix
  • 6974c19 document plugins

v5.0.6

14 Mar 10:13
Compare
Choose a tag to compare

Changelog

v5.0.5

12 Mar 14:03
Compare
Choose a tag to compare

Changelog

v5.0.4

12 Mar 11:47
Compare
Choose a tag to compare

Changelog

v5.0.3

12 Mar 08:13
Compare
Choose a tag to compare

Changelog

  • fef1e81 releases 5.0.3
  • 600c726 reduce dependencies in the plugin interface

v5.0.2

08 Mar 13:14
Compare
Choose a tag to compare

Changelog

v5.0.1

08 Mar 10:46
Compare
Choose a tag to compare

Changelog

  • 53a3579 releases 5.0.1
  • 1efc6b5 update go module to /v5
  • 6a884fc add config file generation for writable config

v5.0.0

08 Mar 09:50
Compare
Choose a tag to compare

Changelog

  • a9624e4 releases 5.0.0
  • b90ced4 Merge pull request #192 from deviceinsight/feature/plugins
  • dd46294 add changelog entry
  • 4117685 degrade gracefully when get topics is called with restricted permissions (fixes #151)
  • 1ef06d6 add additional pod override options
  • 637a184 run k8s pod with a configurable serviceAccount
  • b09adb5 make sure tokenprovider config is passed via env variables
  • 1177196 move packages to internal
  • dfb0345 introduce infrastructure to support tokenProvider plugins
  • 6a8dbfc Merge pull request #191 from rkurniawati/main
  • 4b267e9 Add an example of multi-line JSON message in README
  • a014192 Merge pull request #190 from deviceinsight/feature/config-fallback
  • a86ac6f add changelog entry for project level configs
  • 426c91b document project config files
  • 19eb819 add config fallback for project configs