Skip to content

Releases: akuity/terraform-provider-akp

v0.4.2

15 Mar 02:32
69ffebb
Compare
Choose a tag to compare
fix: delete cluster event when kubectl is unaccessible (#32)

v0.4.1

28 Feb 07:21
34ee750
Compare
Choose a tag to compare
Fix: inconsistent result after apply (#25)

v0.4.0

17 Feb 02:48
5753d61
Compare
Choose a tag to compare
Remove `custom_image_*` fields (#24)

* Remove `custom_image_*` fields

* Update readme

v0.3.2

09 Feb 20:09
2856f10
Compare
Choose a tag to compare
Return an error when apply manifests fails (#20)

v0.3.1

09 Feb 04:46
Compare
Choose a tag to compare
Update readme

v0.3.0

03 Feb 07:49
Compare
Choose a tag to compare
Bump google.golang.org/grpc from 1.51.0 to 1.52.3

v0.3.0-rc.1

01 Feb 07:20
88fcad5
Compare
Choose a tag to compare
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

25 Jan 09:07
08934ec
Compare
Choose a tag to compare
Refactor (#11)

* Refactor clusters
* Refactor instances
* Docs update

v0.2.0

24 Jan 01:48
c7989c7
Compare
Choose a tag to compare
Add kubectl apply (#10)

* Add k8s client

* Add kubectl delete

* Fix datasource tests

* Update Readme

v0.1.1

17 Dec 22:06
1c2fc9e
Compare
Choose a tag to compare
Fix an error when resource is not found (#3)

* Update state instead of error
when cluster is not found

* Delete instance from state instead of error
when client returns 404

* Run tests only on 1.2 and 1.3