Kafkactl Versions Save

Command Line Tool for managing Apache Kafka

v5.0.6

2 months ago

Changelog

  • d7f78e0 releases 5.0.6
  • 80d4558 change winget publisher name
  • 56d9032 releases 5.0.6
  • c0badbb releases 5.0.6
  • 0881f47 use .zip for windows archives
  • 815d2af releases 5.0.6
  • 14c0c8c use different variable name
  • 7119cc2 publish to winget
  • 42a8d99 add windows binary to gitignore
  • 6ceefaf respect $APPDATA for config file on windows
  • 4f32f75 fix plugin lookup from path

v5.0.5

2 months ago

Changelog

  • 56e5bc1 releases 5.0.5
  • c5c8b6a fix terminal size config in k8s

v5.0.4

2 months ago

Changelog

  • a833205 releases 5.0.4
  • 455ae06 rename param
  • 6acbea9 try to configure terminal size in k8s
  • 49c16e4 add option to keep pod for debugging

v5.0.3

2 months ago

Changelog

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

v5.0.2

2 months ago

Changelog

  • 6f748d7 releases 5.0.2
  • 4f33351 fixes for CI pipeline
  • 1bceb2f fix version reporting

v5.0.1

2 months ago

Changelog

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

v5.0.0

2 months ago

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

4 months ago

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

6 months ago

Changelog

  • c032438 releases 3.5.1

v3.5.0

6 months ago

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