Releases: devshawn/kafka-gitops
Releases · devshawn/kafka-gitops
Release 0.2.15
- Adds support for
CCLOUD_EXECUTABLE_PATH
environment variable to specify a ccloud executable path. The default remainsccloud
.
Release 0.2.14
- Adds the
--skip-acls
flag, allowing ACL resource management to be skipped and forkafka-gitops
to support clusters with no authorizer
Release 0.2.13
- Fixes bug where credentials would not properly escape quotes
For versions greater than 0.2.9, a bug was fixed where confluent cloud users were generated without the prefix of user-
.
Release 0.2.9
- Plan files will now exclude unchanged resources by default; no noticeable change to the user. For debugging purposes, unchanged resources can still be included using the
--include-unchanged
flag for the plan command.
Release 0.2.8
- Adds support for defining a default replication factor so it can be omitted for each topic definition
Release 0.2.7
- The
apply
command no longer exits with an error when there are no new changes to apply - If a plan file is desired to be created, a plan file will now be written when there are no new changes to apply (previously,
kafka-gitops
only wrote a plan file if there were new changes to be applied)
Release 0.2.6
- Adds support for custom Kafka Connect storage topics
- Adds support for service
group.id
andapplication.id
overrides
Release 0.2.5
- Improves the performance of the
plan
process - Validates ACL enums during the
validate
process - Added documentation regarding permissions
Release 0.2.4
- Adds support for "users" in self-hosted clusters and custom user ACLs
- Adds support for SASL/SCRAM-SHA-512
Release 0.2.3
- Adds support for SASL_SCRAM
- Fixes GUI issue with ACL output