Releases: Mongey/terraform-provider-kafka
v0.2.10
Changelog
92d3661 Don't build for freebsd/arm64
8b2fe43 Rename snapshot name to be v0.2.9-next rather than vv0.2.9-next
1039889 Add freebsd to builds
736c8ce Use suggested archive name format
057dc87 Ignore 32bit darwin builds
1b4dc5e Update SHASUM filename to be compatible with Terraform 0.13.0. Fixes #142
v0.2.9
v0.2.8
v0.2.7
Changelog
514d14c Return errors if unable to connect to Brokers when determining version of commands (#130)
e8530df Update readme with client_key_passphrase option
f36878b Update readme with client_key_passphrase option
9eb6b7d Add support for encrypted keys and unit test for tls config (#129)
f0bbd66 Include v in binary + download names. fixes #126 (#127)
v0.2.6
v0.2.5
Changelog
5d26e9a Cleanup from merge
a138737 Run test workflow on PRs
a67637c Implement acl read (#65)
d4aa286 Don't print sensitive values (#115)
d1c42cc Avoid locking down access to topic when run locally (fixes #67). (#113)
31f0640 Validate partitions and replication_factor values (#112)
985f8f9 Upgrade Kafka version (#110)
v0.2.4
v0.2.3
Changelog
80aa796 Github actions CI
0985361 Fix problem adding CA file to TLS configuration
19e22f3 Add tls-debug tool
d2d9a45 Add goreleaser config
0ad8b60 Update version of sarama; go mod tidy
42071ed Update examples/main.tf to use non-deprecate cert loading
8fdc41f Defaults cleanup; update deps (#88)
9fc87ab Verify TLS in CI, build with go 1.13 (#82)
36d5118 Handle usecase when kafka returns ErrUnknownTopicOrPartition error (#83)
d70c965 Update readme to specify Kafka version >= 1.0.0
55fa06c Update docs on configs
(#79)
88532be Fail if client certificate is not correct instead of showing drift (#78)
f188c53 Migrate to hashicorp/terraform-plugin-sdk (#73)
5e7910e Adding a website folder for the documentation to following normal convention (#75)
d19f2b3 Allow certs to be provided as strings or file path (#71)