Releases: rpadovani/terraform-kubectl-helm-crds
Releases · rpadovani/terraform-kubectl-helm-crds
v1.0.0
This version will recreate your resources: see full notes for more information
- Replace
gavinbunney/kubectl
withalekc/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
- Change provider to alekc/kubectl by @rpadovani in #9
Full Changelog: v0.3.0...v1.0.0
Release 0.3.0
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
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
— Updated README with clearer documentation
Release 0.1.0
First working release