Releases: Mongey/terraform-provider-kafka-connect
v0.4.1
v0.4.0
v0.3.0
v0.2.4
Changelog
- e572471 Bump crazy-max/ghaction-import-gpg from 2 to 4.1.0 (#44)
- 69b0cac Merge pull request #47 from Mongey/dependabot/github_actions/actions/upload-artifact-2.3.1
- 222f5d5 Merge pull request #48 from Mongey/dependabot/github_actions/actions/cache-2.1.7
- e3fb276 Bump actions/upload-artifact from 1 to 2.3.1
- 5fa2e28 Merge pull request #49 from Mongey/dependabot/go_modules/github.com/hashicorp/terraform-plugin-sdk/v2-2.10.1
- f3feb15 Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.0.3 to 2.10.1
- 6e97025 Bump actions/cache from 1 to 2.1.7
- c00f479 update .goreleaser.yml to use GPG_FINGERPRINT to sign
- 3d3d826 remove unused key in goreleaser step of snapshot.yml
- 0e80823 upgrade gpg ghaction to v4
- b015648 upgrade to GO version 1.16
- 794c0a8 Ensure test workflow runs for PRs
- 819922e Update tests badge in readme
- 43a3cbd Ensure errors are not ignored when reading connector (#40)
- f6b4a6e Add dependabot config
- 1980d90 Remove CircleCI workflows
- 1e4df6f Update to use terraform-plugin-sdk-v2 (#36)
v0.2.3
v0.2.2
Changelog
3484d7a Modify release script to allow publishing to terraform registry
f4970eb When config.name is not given when update, it creates inconsistency as no plan is made to set config.name but the resulting tfstate has it with the resource name. When config.name is not given when update, plan makes changes "config.name abc => null" despite it doesn't update tfstate (#29)
8c08cb4 connectorUpdate() shouldn't proceed to connectorRead() where there's an error otherwise prompt success despite unable to update (#28)
42ecded connectorCreate() can return error when there's a error (#27)
a1dbe39 Add support for HTTP basic auth (#24)
v0.2.1
Changelog
43e5608 Github Actions (#21)
85e298f Check for correct ENV variable in acceptence tests
a4509c9 Feature/sensitive config repeat plan fix (#18)
e6c8ea3 Merge pull request #20 from tzzh/import-connector-fix
31b968a pass connector name to importer
8910e19 Update CI; add docker-compose file (#19)
dface23 Add config_sensitive declaration
f7d0fc0 fix broken dependencies go-kafka-connect
263e118 Apache down use GitHub