Skip to content

Releases: gavinbunney/terraform-provider-kubectl

v1.7.0

18 Sep 22:11
29d7d0d
Compare
Choose a tag to compare

Fix handling of yaml fields to allow for multiple fields with the same key (e.g one at labels.name and spec.name)

Note: Due to this change, when upgrading you may notice a large amount of "changed" resources for kubectl_manifest stanzas. These are expected.

v1.6.2

04 Aug 00:25
Compare
Choose a tag to compare

Changelog

6715529 Don't print deployment details on error as could leak sensitive content

v1.6.1

03 Aug 05:27
Compare
Choose a tag to compare

Changelog

e8aca4e Allow disabling of schema validation
245e4de Doc tweaks

v1.6.0

03 Aug 04:31
Compare
Choose a tag to compare

New! You can now define sensitive_fields on kubectl_manifest resources and the kubectl provider will obfuscate those fields for you like magic! 🧙

Changelog

666ea2b Sensitive field support to obfuscate values
89e888e Added goreleaser & skip travis releasing
b1d321c Added registry.terraform.io docs format

v1.5.1

19 Jul 00:27
adf4af5
Compare
Choose a tag to compare

Fix panic on differing types for updated yaml manifests

v1.5.0

08 Jun 19:15
Compare
Choose a tag to compare

🚀 Performance Release!

  1. Uses a cached discovery client to allow reuse of the disk based kube cache
  2. Added smarter handling of retry backoff to correctly handle managing applying manifests which create dependent resources
  3. Added better logging when running with debug TF modes
  4. Added timeout detector for creating a discovery client to ensure large projects don't time out

v1.4.3

01 Jun 20:50
Compare
Choose a tag to compare

Remove waiting for DaemonSet's to rollout, causes issues with large clusters. Users should add their own waiting scripts as required.

v1.4.2

06 May 19:22
Compare
Choose a tag to compare

Emit more details for failed deployments

v1.4.1

05 May 16:40
Compare
Choose a tag to compare

Increase timeout back to 10mins for deployments/daemonset monitoring

v1.4.0

05 May 01:13
Compare
Choose a tag to compare
  • Fix issues with retry logic retrying too fast & buffer initial retry by 2 seconds
  • Fix issues when retry being disabled is not respected
  • Default timeout durations to 5mins for resources
  • Upgrade Kuberentes API versions to v1.17.x
  • Upgrade golang to v1.14