Releases: deviceinsight/kafkactl
Releases · deviceinsight/kafkactl
v5.0.0
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
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
v3.5.0
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
v3.4.0
v3.3.0
Changelog
- 35144d3 releases 3.3.0
- 0e8d9f3 Merge pull request #164 from deviceinsight/feature/fix-kubectl-version-detection
- 74ee314 fix kubectl version detection
- b5bde67 Merge pull request #162 from smuth4/fix/desc-cg-crash
- fb7aae0 Merge pull request #163 from deviceinsight/feature/local-config
- b2f7f9d Add ability to read config file from
$PWD/kafkactl.yml
- d2f078c Standardize error handling for cases where assignment might be nil
- 1a4da61 Update changelog
- 48ed84e Fix crash when a group member has no assignments
v3.2.0
Changelog
- 0b74c26 releases 3.2.0
- 9b88661 Merge branch 'feature/extra_fields'
- f2404aa Merge pull request #156 from deviceinsight/feature/upgrade-dependencies
- 1673b7c Update publish_ghpages.yml
- ead4131 Update release.yml
- 5b0dc43 Update lint_test.yml
- e8a6516 remove deprecated call
- 7ed1909 update to go 1.20
- 13b9c7b add cve check
- 451f9f3 fix linter issues
- 99186b5 revert protoreflect upgrade
- b09ffb6 upgrade dependencies
- 4603c94 update the readme
- 6259c44 read extra values from config
- 18b880a include the extra field in the executor
- 5f9439c add retry
- 5450b0b Merge pull request #148 from deviceinsight/dependabot/go_modules/golang.org/x/net-0.7.0
- e6aa575 Bump golang.org/x/net from 0.5.0 to 0.7.0
v3.1.0
Changelog
- 94b426e releases 3.1.0
- 0aa9dc2 Merge pull request #147 from faillefer/feature/from-timestamp_to-timestamp
- 33c36a4 update readme
- ab6c8e0 Fix linting issues
- de1a0d1 Allow formatted date in --from-timestamp and --to-timestamp
- 8d682e1 Update README.md / Fix typo
- ccd27d3 Update README.md / Fix typo
- dc6a694 Use ErrOffset constant
- 8768512 Use ErrOffset constant
- 2328ebd Use sarama.OffsetNewest instead of -1
- cbfb30c Update README.md / Fix typo
- 971140f Update CHANGELOG.md
- 3a23b99 Fix README
- eeda909 Fix indent-error-flow error
- 14ec8fb Fix linting issues. Clean '.gitignore'. Update CHANGELOG.md
- 6f46f16 Add unit tests for --from-timestamp and --end-timestamp parameters
- 48e2c33 Rename EndTimestamp to ToTimestamp
- 7ea4c68 Rename EndTimestamp to ToTimestamp
- d8062f0 Improve variables naming. Do not use -1 as offset when there is an error because it is a meaningful value for sarama (sarama.OffsetNewest)
- 5681153 Clarify offsets bounds computation
- 009d23c rename --end-timestamp to --to-timestamp (for consistency with --from-timestamp)
- 225d5c0 Add integration for --from-timestamp and --to-timestamp parameters
- 4f6ecc5 Add usage examples for --from-timestamp and --to-timestamp parameters
- 8370eef Amend README with usage details for the change
- 893fe01 Changes for consume op based on ts
- f834a37 Changes for consume op based on ts
v3.0.3
v3.0.2
Changelog
- bc001eb releases 3.0.2
- 1f4f552 reminder for handling pull requests
- 9dde2d5 Merge pull request #139 from cykl/add_consume_print-partitions
- 8724377 add changelog entry
- 645d2e6 Merge pull request #143 from carinadigital/update-dependencies
- c083cce Install gotestsum with the recommended identifier.
- 8d3da00 xdg/scram is deprecated. Use the latest xdg-go/scram.
- a306b45 Update Shopify/saram to remove vulnerable indirect dependencies.
- da28ca8 Tidy dependencies with go mod tidy.
- febee56 Add --print-partitions to consume