Releases: kbst/terraform-provider-kustomization
Releases · kbst/terraform-provider-kustomization
v0.3.0
This provider release mainly updates Kustomize to add support for the latest features, especially components
. Other dependencies have also been updated, but do not introduce functional changes. Version was bumped to v0.3.0
to reflect the inclusion of new Kustomize features.
Changelog
v0.2.2
v0.2.1
v0.2.0-beta.3
v0.2.0-beta.2
v0.2.0-beta.1
v0.2.0-beta.0
- Support for specifying the KUBECONFIG context #28
- Use
strategic-merge-patch
instead ofmerge-patch
as patch strategy in line withkubectl
#29 - Cache the list of API resources to reduce the amount of requests we make against the K8s API #33
- Control order of resources to avoid edge cases when applying larger Kustomize bases #39
v0.1.2-beta.0
Fixes an upstream regression regarding commonLabels by upgrading kustomize/api to v0.4.1.
v0.1.1-beta.0
Updated Kustomize and Kubernetes client-go dependencies.
v0.1.0-beta.3
Improved resiliency during create:
- wait for CRDs to exist when creating a custom object
- wait for namespaces to exist when creating a namespaced object
Improved resiliency during delete:
- after a cascading delete of a namespace, don't fail on not found for resources to be deleted