Releases: akuity/terraform-provider-akp
Releases · akuity/terraform-provider-akp
v0.4.3
Update libraries (#35) * Update api-client-go to v0.5.0 * Update kubectl to v0.26.2
v0.4.2
fix: delete cluster event when kubectl is unaccessible (#32)
v0.4.1
Fix: inconsistent result after apply (#25)
v0.4.0
Remove `custom_image_*` fields (#24) * Remove `custom_image_*` fields * Update readme
v0.3.2
Return an error when apply manifests fails (#20)
v0.3.1
Update readme
v0.3.0
Bump google.golang.org/grpc from 1.51.0 to 1.52.3
v0.3.0-rc.1
Advanced `akp_instance` management (#14) * Add `rbac_config` to akp_instance * Add `config` to akp_instance * Add `spec` to akp_instance * Add plan modifiers tolerant to null values
v0.2.1
Refactor (#11) * Refactor clusters * Refactor instances * Docs update
v0.2.0
Add kubectl apply (#10) * Add k8s client * Add kubectl delete * Fix datasource tests * Update Readme