Skip to content

Tags: Mongey/terraform-provider-kafka

Tags

v0.8.3

Verified

This commit was signed with the committer’s verified signature.
Mongey Conor Mongey
Update golreaser

v0.8.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.34.0 to 2.35…

….0 (#469)

* Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.34.0 to 2.35.0

Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.34.0 to 2.35.0.
- [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-sdk@v2.34.0...v2.35.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update go mod

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Conor Mongey <[email protected]>

v.0.8.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.34.0 to 2.35…

….0 (#469)

* Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.34.0 to 2.35.0

Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.34.0 to 2.35.0.
- [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-sdk@v2.34.0...v2.35.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update go mod

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Conor Mongey <[email protected]>

v0.8.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix release workflow (#448)

v0.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump github.com/IBM/sarama from 1.43.2 to 1.43.3 (#443)

Bumps [github.com/IBM/sarama](https://github.com/IBM/sarama) from 1.43.2 to 1.43.3.
- [Release notes](https://github.com/IBM/sarama/releases)
- [Changelog](https://github.com/IBM/sarama/blob/main/CHANGELOG.md)
- [Commits](IBM/sarama@v1.43.2...v1.43.3)

---
updated-dependencies:
- dependency-name: github.com/IBM/sarama
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.7.1

Bump golang.org/x/oauth2 from 0.16.0 to 0.18.0

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.16.0 to 0.18.0.
- [Commits](golang/oauth2@v0.16.0...v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

v0.7.0

Verified

This commit was signed with the committer’s verified signature.
Mongey Conor Mongey
Fix lint failure: SA1019

v0.6.0

AWS IAM authentication

AWS have now provided a library
https://github.com/aws/aws-msk-iam-sasl-signer-go to provide IAM
authentication with MSK clusters.

This should be very similar to #242 in operation, but by using this library there is
much less code to maintain here.

v0.5.4

Move from deprecated fns

v0.5.3

Stop workflows running twice