Skip to content

Releases: deviceinsight/kafkactl

v5.16.0

03 Dec 08:02

Choose a tag to compare

Changelog

  • 5149ec1 update release workflow
  • f116597 user verbose instead of debug parameter
  • 0cb0939 releases 5.16.0
  • d3b5702 decoding of AMQP-encoded header values
  • 420399b print-all parameter for consume
  • 373ebd3 Merge pull request #306 from cjc7373/chore/update-goreleaser-v2
  • c9d7e2a cleanup
  • 7edd438 explicitly specify target platform
  • d98c5ca chore: migrate to goreleaser v2
  • 1c29d27 Merge pull request #305 from deviceinsight/dependabot/go_modules/golang.org/x/crypto-0.45.0
  • 4f2b00e Bump golang.org/x/crypto from 0.39.0 to 0.45.0

v5.15.0

13 Nov 07:25

Choose a tag to compare

Changelog

v5.14.0

21 Oct 13:19

Choose a tag to compare

Changelog

  • d87b202 releases 5.14.0
  • ca90334 Merge pull request #302 from deviceinsight/feature/mount-secrets
  • 133341c Allow configuring k8s resource requests/limits
  • b382398 Merge pull request #301 from deviceinsight/feature/mount-secrets
  • fda0853 Allow mounting secrets with certificates to kafkactl pod
  • 4a50d36 use json patch instead of merge for overrides
  • 6d467b6 fix changelog entry

v5.13.0

22 Sep 08:52

Choose a tag to compare

Changelog

  • 34c60cb releases 5.13.0
  • cc08149 add changelog entry
  • 21fe498 Merge pull request #297 from comynli/main
  • 843aa0a feat: Support configuring SASL version According to this link IBM/sarama#3000 (comment) when connecting to brokers older than 1.0, the SASL version needs to be specified.
  • 367fda7 feat: Support configuring SASL version According to this link IBM/sarama#3000 (comment) when connecting to brokers older than 1.0, the SASL version needs to be specified.

v5.12.1

27 Aug 06:26

Choose a tag to compare

Changelog

  • 34f2d4d releases 5.12.1
  • 39d9e75 add changlog entry
  • 0070d8d Merge pull request #295 from esiqveland/features/protoset-fullname
  • 6692781 features/protoset-fullname: make sure we match the FullName first before using shortname

v5.12.0

26 Aug 10:13

Choose a tag to compare

Changelog

  • c0329c6 releases 5.12.0
  • 8475d17 Merge pull request #294 from deviceinsight/feature/default-configs
  • c597855 add tests
  • a5442bc allow printing of default broker configs #291
  • b93ee21 Merge pull request #292 from sarwarbhuiyan/feature/scram-user-management-clean
  • 9b632df fix: resolve linting issues - add missing broker command and rename delete variable
  • 36b12a3 fix: use type conversion instead of struct literal (gosimple S1016)
  • 1b12480 fix: correct scram-admin context to use SCRAM ports and mechanism
  • 020ca2c docs: add SCRAM user management feature to CHANGELOG.md
  • b249a48 test: update context auto-completion tests for scram-admin context
  • b726199 fix: update SCRAM configuration and tests
  • d109ddc feat: configure separate SCRAM listeners for user management
  • ac12270 feat: implement comprehensive SCRAM user management functionality
  • d4dcf2d really lookup current-context next to config file
  • e7e51d2 Merge pull request #293 from deviceinsight/feature/gen_config_warn
  • 67b11b6 lookup current-context next to config file
  • 193c044 Only warn when config file or context file cannot be created (#282)
  • 51e5626 Merge pull request #290 from deviceinsight/dependabot/go_modules/github.com/go-viper/mapstructure/v2-2.4.0
  • 3aec2b2 Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0
  • 028151b Merge pull request #289 from sarwarbhuiyan/feature/alter-broker-command
  • 616b5cf fix merging broker configs
  • 157e142 fix: apply gofmt formatting to alter-broker.go
  • 3df5cf5 refactor: clean up broker-operation.go code formatting
  • 9487169 docs: update CHANGELOG.md with alter broker feature
  • ac4061a docs: add alter broker command documentation to README
  • 14f9aa3 feat: add alter broker command with comprehensive test coverage

v5.11.1

28 Jul 13:53

Choose a tag to compare

Changelog

  • b35f40e releases 5.11.1
  • 4119dcf Merge pull request #281 from kleewho/fix/utc-timestamps
  • 9878f0f Use already defined formats if possible
  • ce9ee6b update brew in readme

v5.11.0

16 Jul 10:34

Choose a tag to compare

Changelog

  • 171276e releases 5.11.0
  • 6a69290 ignore order
  • 9f1bcc2 Merge pull request #279 from deviceinsight/feature/acl
  • a8451f7 try fix flaky tests
  • b1c96be fix linter issues
  • c2e1b60 examples for readme
  • 29c433f more granular control when listing/deleting acls
  • d2dae46 Merge pull request #275 from kleewho/fix/consumer-group-do-not-overcommit
  • b14be0f fix username sanitation #278
  • a373d72 Do not commit offset for meesages exceeding max-messages

v5.10.1

02 Jul 13:25

Choose a tag to compare

Changelog

  • 1473bf7 releases 5.10.1
  • ad32249 make plugin search path configurable via env variable
  • a7b6bd1 Merge pull request #274 from kleewho/fix/remove-default-context-k8s
  • c57fe50 Merge pull request #273 from deviceinsight/dependabot/go_modules/github.com/go-viper/mapstructure/v2-2.3.0
  • 74d7796 Pass context
  • a942765 feat(k8s): gracefully shutdown Kubernetes pod on exit
  • f027af8 Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0

v5.10.0

24 Jun 10:47

Choose a tag to compare

Changelog

  • b34dd7e releases 5.10.0
  • 9923870 run kubectl commands as user other
  • 4578e37 Merge pull request #272 from deviceinsight/feature/nil-options
  • 8720fce fix panic() when configuring a nil map as tokenProvider.options
  • a4401f3 Merge pull request #271 from deviceinsight/feature/writable_config
  • 07275ec write current context to separate file
  • 1665f66 update go to fix CVE
  • ca36c12 Merge pull request #267 from kleewho/fix/remove-default-context-k8s
  • 3dc38b0 Filter out context option when running through kubectl
  • 7fd3ff5 use goimports as tool