Skip to content

Releases: rpadovani/terraform-kubectl-helm-crds

v1.0.0

16 Jul 09:11
f176b90
Compare
Choose a tag to compare

This version will recreate your resources: see full notes for more information

  • Replace gavinbunney/kubectl with alekc/terraform-provider-kubectl; this will cause resources to be recreated (and thus the major version bump), but you can avoid that importing them in the new provider following the linked guide;
  • Require Terraform 0.13 or newer;

What's Changed

Full Changelog: v0.3.0...v1.0.0

Release 0.3.0

15 Feb 19:24
fee72c4
Compare
Choose a tag to compare

With this release, a new variable is available:
apply_only: if true, no CRD will be ever deleted by the module. Default to false;

Updating the module doesn't change the current behavior.

Release 0.2.0

16 Dec 23:00
159bc5a
Compare
Choose a tag to compare

Thanks to @joelsdc for their first contribution!

With this release, two new variables are available:
force_new: Forces delete & create of resources if the yaml_body changes;
force_conflicts: Allow using force_conflicts;

Both of them are optional, and default to false, so updating the module doesn't change the behavior.

Release 0.1.1

30 Aug 08:31
511c923
Compare
Choose a tag to compare

— Updated README with clearer documentation

Release 0.1.0

27 Aug 10:00
Compare
Choose a tag to compare

First working release