Releases: Mongey/terraform-provider-kafka
v0.2.0
Changelog
1a9c762 Update Terraform to 0.12
9ee727a Remove go dep files
63457a8 document sasl_mechanism
0309160 updated samara lib to use latest commit on master, and refactored scram config into kafka/config.go
66e01ca switched to using go modules
8119058 added sasl scram support
97e08fa Update to golang 1.12
b3e5085 Update README
55ce5d6 Update sarama to master
46b731f Search for ACL in test
ac34cd7 Fail if we can't find a matching ACL
3f29b35 Misc logging
0342acf Don't cache go test
052407b Use UUIDs for entries
58a9fb0 Support resource_pattern_type_filter
254257b Set kafka client id
83299aa Set kafka version to 2.1.0
bd067d1 Update sarama vendor
152d3b5 Move methods around, remove useless debug logging
d384893 Log sarama information
f517af5 Remove availableBroker func
33f38a9 Extract config to it's own file
5495b62 [CI] Split test and build
v0.1.4
v0.1.3
v0.1.2
Changelog
88cff91 Update to Confluent Platform 5.0.0; Kafka 2.0
8e867b3 Use golang 1.11 in CI
3e55cac Update versions of dependencies Terraform + Sarama
5289986 fix kafka_acl descriptions in README
20bc03c fix: use controller instead of available broker
69001bd fix: ignore bins
8c2a167 Add MIT license
b7b036e Fix typo in README.md
v0.1.1
v0.1.0
Changelog
58ad619 Readme update
637dff4 Implement ACLs
98cb3c2 Use TLS Kafka in tests
3127f8e Use a single client in tests
0ce2aca Code cleanup
ec25695 Add SASL support
fa04ea5 README update
f9759eb Support TLS
9c529ac Rejig the client
f86ee19 Update sarama
9aa6765 Prune vendor
22f774f Test config & partition update
0b6c7c8 Use same config for Broker vs Client
d0672a4 Update partitions without destroying topic. Bump kafka requirement to 1.0.0
72ebcf5 Fix missing bootstrap_server change
4f8a8df Run the unit tests in CI
ea26ab2 Pin mitchellh/copystructure to same verstion as terraform
9a663c0 Update deps
d6371d0 Merge pull request #15 from Mongey/cm-bootstrap
c397e4d Merge pull request #16 from Mongey/cm-go-bump
0655c2f Rename brokers to bootstrap_servers
d9e8324 Bump Golang to 1.10
bde19c5 DeleteTopcic -> DeleteTopic
06ed286 Merge pull request #13 from Mongey/cm-vendor-and-tests
cb32394 Junit test output
bc6ac8c Uses the set timeout
d7f6067 Add test for partition increase
14aa9ae Update test name
d7dc992 Splits out client code from provider
ab30957 Update vendored packages
a61a663 Updates example to have serious names
0efd4c8 Run Acceptance Tests on CircleCI
99cd45a Merge pull request #12 from Mongey/cm-terraform-0-11-2
f2b5fb1 Update terraform dep to 0.11.2
3a53b19 Merge pull request #11 from Mongey/cm-deps
1a19c20 Update for dep change
b4f8052 Use dep for managing deps
2104978 Merge pull request #10 from Mongey/cm-golang-up
90b0879 Build with golang 1.9
97e12c7 Update readme
ba872c7 Merge pull request #7 from Mongey/cm-update-configs
acad9c4 GitIgnore
e231d21 Update configs rather than recreating topics
d35b5d5 Update deps for AlterConfigs
752a5f1 Merge pull request #1 from Mongey/cm-config
e1536ea Rename circleci artifact
f4d6778 Beef up readme, move tf to examples folder
d57e817 Support importing config values
b835b2e Bing in my samara fork
250d98b Handle errors
aa3186f Merge pull request #2 from Mongey/cm-circle-ci
acfaa14 Add badge to readme
f2e8dd9 Store artifact
b828501 Add circleci
057320d Support importing topics
36fb69e Initial Commit
4be1df0 Initial commit