Skip to content

Releases: Mongey/terraform-provider-kafka

v0.2.10

11 Aug 13:52
Compare
Choose a tag to compare

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

18 Jul 03:30
e9a9490
Compare
Choose a tag to compare

Changelog

e9a9490 Lower log level of per-topic values
9899982 Remove sarama logging; causes provider to hang with large number of resources

v0.2.8

17 Jul 22:42
1925651
Compare
Choose a tag to compare

Changelog

1925651 Return original error if client could not be initialized
d51ebe6 Update sarama
cedbed3 RIP vendor/
d2452f0 Allow bootstrap servers to be lazy set
145a22c Allow for TLS without a client cert specified

v0.2.7

19 Jun 13:44
514d14c
Compare
Choose a tag to compare

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

09 Jun 14:59
0bd9699
Compare
Choose a tag to compare

Changelog

0bd9699 Prepare for publishing to Terraform Registry (#125)

v0.2.5

01 May 13:29
5d26e9a
Compare
Choose a tag to compare

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

13 Mar 23:03
674ef00
Compare
Choose a tag to compare

Changelog

674ef00 Stop calling RefreshMetadata for ACLs. (#103)
04cd9d7 Lazily instantiate the kafka client (#101)
08fa2a3 Return error if replication factor cannot be determined
0f186dd Update README.md

v0.2.3

30 Dec 22:47
Compare
Choose a tag to compare

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)

v0.2.2

15 Sep 14:39
Compare
Choose a tag to compare

Changelog

e75f873 Apache down use GitHub

v0.2.1

05 Aug 01:29
Compare
Choose a tag to compare

Changelog

a1e1e62 Handle resource_pattern_type_filter addition in state
0b5ea38 scram connection to use a generator function