Skip to content

Releases: deviceinsight/kafkactl

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

v4.0.0

18 Jan 11:11
Compare
Choose a tag to compare

Changelog

  • 71c5482 releases 4.0.0
  • c0254ad make consumer isolationLevel configurable (fixes #182)
  • c23f0e8 fix integration test
  • 88aeec3 use a better default for replication-factor when creating a new topic (fixes #180)
  • b1b2757 update dependencies
  • 25991e5 update go
  • b1ae729 Merge pull request #185 from konart/fix_npe
  • b279ead Merge pull request #181 from deviceinsight/dependabot/go_modules/golang.org/x/crypto-0.17.0
  • ba09560 convert readme to adoc
  • df74d9d Merge pull request #186 from deviceinsight/feature/delete-records
  • e9e6a73 add delete records command (fixes #183)
  • 0ac3c55 Merge pull request #184 from rafiramadhana/177-describe-default-config
  • 529b639 use single parameter to control print-configs
  • b0d5db0 Fix null pointer exception in sigterm
  • 9b32fd8 Add explicit return
  • 50f738c Add include defaults
  • bcbdd45 Bump golang.org/x/crypto from 0.15.0 to 0.17.0

v3.5.1

10 Nov 10:06
Compare
Choose a tag to compare

Changelog

v3.5.0

10 Nov 09:22
Compare
Choose a tag to compare

Changelog

  • 1f5d4ea releases 3.5.0
  • 1f9f6e5 Merge pull request #175 from deviceinsight/feature/update-dependencies2
  • 8ffcf7c update go dependencies
  • 8b14cca Merge pull request #172 from nanic/feat/json-produce-support
  • c37c44c refactor input parsing for produce command
  • baf603c Feature: Add JSON file produce support
  • 321a6eb Merge pull request #171 from nanic/main
  • 6685de3 rename var
  • 4ad9f41 lint fixes
  • 1efc5e5 Feature: Reset by time