Releases: redpanda-data/kminion
Releases · redpanda-data/kminion
2.3.0-rc1 / 2025-09-29
Changelog
- 8e1bfb4: feat: refactor e2e partition planning algorithm (@weeco)
- 7275088: chore: remove unnecessary comment (@weeco)
- cdf025f: refactor: address PR review feedback (@weeco)
Docker Image
Use the following command to pull this release's Docker image:
docker pull redpandadata/kminion:v2.3.0-rc12.2.14 / 2025-08-27
Changelog
- 6d3c143: Check for nil krbClient with gssapi ( <>)
- c640feb: Return typedError instead of err (#309) (@uzzz)
- ca918ce: Fix EndToEndTopicConfig validation error (#308) (@uzzz)
- 4339ef7: Merge pull request #303 from carillonator/krbclient-nil-check (@sbocinec)
- c53f0c6: Update vulnerable golang.org/x dependencies (#311) (@sbocinec)
Docker Image
Use the following command to pull this release's Docker image:
docker pull redpandadata/kminion:v2.2.142.2.13 / 2025-05-05
Changelog
- 7bc3562: gha: add ECR as registry to push images to (@ivotron)
- 0fc44b7: Merge pull request #289 from redpanda-data/add-ecr-repo (@ivotron)
- 6af7081: gha: only push to ECR on git tags (@ivotron)
- 4b0fb1f: Merge pull request #290 from redpanda-data/push-to-ecr-only-on-tags (@ivotron)
- 81e4140: fix: incorrect error usage and typo (#293) (@il-kyun)
- 37773f9: fix typed error check (#295) (@weeco)
- 921aca3: gha: update buildkit to v0.21 (@sbocinec)
- ea8e76a: Merge pull request #296 from redpanda-data/fix-gha-cache-deprecation (@sbocinec)
Docker Image
Use the following command to pull this release's Docker image:
docker pull redpandadata/kminion:v2.2.132.2.12 / 2025-03-13
Changelog
- a01326f: gha: add permissions to release (@andrewhsu)
- a48175d: Merge pull request #287 from redpanda-data/DEVPROD-2730-add-permissions (@andrewhsu)
- d752e27: run
go mod tidy(@andrewhsu) - a5eda33: Merge pull request #288 from redpanda-data/go-mod-tidy (@gavinheavyside)
Docker Image
Use the following command to pull this release's Docker image:
docker pull redpandadata/kminion:v2.2.122.2.10 / 2024-08-30
Changelog
- 59f5c1e: goreleaser - replace deprecated --rm-dist flag with --clean (@gavinheavyside)
- 51af7e8: Merge pull request #272 from redpanda-data/gavinheavyside/update-goreleaser-flags (@gavinheavyside)
Docker Image
Use the following command to pull this release's Docker image:
docker pull redpandadata/kminion:v2.2.102.2.8 / 2024-04-05
Changelog
- 2e792e6: update franz-go to latest version (@weeco)
- 569fa82: update go v1.22 (@weeco)
- a50eaf7: make init phase more robust if cluster is offline (@weeco)
- 2bc1ad7: lower log level for expired/lost messages (@weeco)
- 2d34cf1: use TryProduce instead of blocking Produce if buffer is full (@weeco)
- 1f1fe71: fix disabling consumergroup or topic collection (@weeco)
Docker Image
Use the following command to pull this release's Docker image:
docker pull redpandadata/kminion:v2.2.82.2.7 / 2024-03-04
Changelog
- 406d198: Update image tag in Readme (@weeco)
- 4fa1a11: Add support for SASL/OAUTHBEARER (#230) (@bachmanity1)
- 9ff13ad: update docker pull image with latest (@andrewhsu)
- 5bcd78f: Merge pull request #228 from andrewhsu/docker-pull (@andrewhsu)
- 4c40fee: removes snyk cli scan - this project will now use scm integration (#241) (@wreet)
- 5a57069: chore: remove kics workflow (#242) (@weeco)
- 88dae5c: updating golang and various libs to fix security vulns (#249) (@rmb938)
Docker Image
Use the following command to pull this release's Docker image:
docker pull redpandadata/kminion:v2.2.72.2.6 / 2023-11-08
Changelog
- d15078f: helm: Package chart v0.11.3 (@sbocinec)
- fc3d500: build: fix .gitignore to not ignore kminion helm chart (@sbocinec)
- 83fafe3: Update README.md (@vikumar-ciena)
- f3ce983: Make kminion helm chart compatible with K8s >= 1.25 (@panyuenlau)
- 18986e8: chore: release chart v0.12.0 (@weeco)
- 752ba52: helm: allowPrivilegeEscalation=false (@simon0191)
- 2f841e3: Merge pull request #218 from redpanda-data/ss/no-proviledged-access (@simon0191)
- cde80c2: Bump appVersion (@gavinheavyside)
- b492a8c: Merge pull request #226 from redpanda-data/gavinheavyside/bump-alpine-base-image (@gavinheavyside)
- ffd4487: Revert "Bump appVersion" (@gavinheavyside)
- a4b9854: Use latest tag at time of writing in README (@gavinheavyside)
- 0c90d43: Merge pull request #227 from redpanda-data/revert-226-gavinheavyside/bump-alpine-base-image (@gavinheavyside)
Docker Image
Use the following command to pull this release's Docker image:
docker pull redpandadata/kminion:v2.2.62.2.5 / 2023-06-14
Changelog
- a7d4bd8: build: use the same alpine OS version in Dockerfile (@sbocinec)
- 3391840: build: run OS pkg update on image build (@sbocinec)
- 291a8ee: Merge pull request #211 from redpanda-data/st/docker-image-sync-up (@sbocinec)
Docker Image
Use the following command to pull this release's Docker image:
docker pull redpandadata/kminion:v2.2.52.2.4 / 2023-05-11
Changelog
- d24d713: Update all dependencies (#194) (@weeco)
- d7c838e: fix: support ingress for clusters >= 1.22 (#195) (@TheMeier)
- 764017c: Release new chart version (#197) (@weeco)
- 295efc2: fix: set apiVersion for PodDisruptionBudget depending on capabilities (#198) (@TheMeier)
- a80e807: publish kminion-0.11.1 (@joejulian)
- 22c95d6: Merge pull request #199 from redpanda-data/publish_latest (@joejulian)
- bebfda8: Add user to docker image to avoid running as root (@simon0191)
- 1b7366c: Merge pull request #202 from redpanda-data/ss/sec-add-user-to-docker-image (@simon0191)
- 2810e7d: Update default docker repository (#201) (@weeco)
- eb48b5d: helm: Package chart v0.11.2 (#204) (@weeco)
- f0a6e37: build: update docker repo in release notes (@weeco)
- 4b7bfc8: build: update go version to v1.20 (@weeco)
- 3c7e7cc: build: disable CGO when building (@weeco)
- e652142: chore: update dependencies (@weeco)
Docker Image
Use the following command to pull this release's Docker image:
docker pull redpandadata/kminion:v2.2.4