Terraform Provider Kafka Connect Versions Save

Terraform provider for managing Apache Kafka Connect

v0.3.0

1 year ago

Changelog

  • 8d978e6 Skip building for windows/arm64

v0.2.4

2 years ago

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

3 years ago

Changelog

4a21fd7 Fixup release script to be compatible with terraform 0.13

v0.2.2

3 years ago

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

4 years ago

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

v0.2.0

4 years ago

Changelog

9280dd1 Update to Terraform 0.12 a859f05 Adding retry to make sure connect server is running dbc66e8 Add MIT license c5ffcdf Fixup Readme 5eddd6a Merge pull request #3 from Mongey/cm-ci 9588f49 Fixup CI -- update go to 1.10, add tests a33f2ec Fix vendoring

v0.1.0

5 years ago

Changelog

2c6ca25 Add install instructions 0a076a5 Merge pull request #1 from Mongey/cm-rename-to-kafka-connect a381fd4 Rename to kafka-connect 30cd5a4 Initial commit