Skip to content

Releases: segmentio/terraform-provider-kubeapply

v0.0.13

25 May 17:38
b5199db
Compare
Choose a tag to compare
v0.0.13 - Upgrade default authentication API version to v1beta1 (#15)

* Upgrade default authentication API version to v1beta1
In Kubernetes 1.24 (and associated client versions), the authentication
v1alpha1 API version no longer exists. This bumps the default to v1beta1
* Add documentation on default API version for EKS authentication

v0.0.12

24 May 20:01
eb92756
Compare
Choose a tag to compare
Update terraform provider registry release process to latest (#14)

v0.0.11

24 May 19:08
2874317
Compare
Choose a tag to compare
Switch from using kubectl to the k8s API client library for resource …

…discovery (#13)

* Switch from using kubectl to the k8s API client library for resource discovery

Users were reporting cryptic parsing errors from the kubectl+string parsing
method of getting api-resources from the cluster. This commit switches internally
from running "kubectl api-resources" and parsing the output table and error messages
to the kubernetes go-client ServerGroupsAndResources call.

* Add build.yml for CI workflows in GitHub Actions and remove CircleCI config

v0.0.10

11 Jan 18:56
7684f12
Compare
Choose a tag to compare
Always apply if no_diff is set to true (#9)

v0.0.9

14 Dec 20:23
2f2da8a
Compare
Choose a tag to compare
Misc. fixes and updates based on user feedback (#7)

* Support skipping diffs

* Add resources parser and tests

* Do explicit lookups on resource kinds

* Remove debug statements, fix kubeconfig

* Update version

* Update dependencies

* Update circleci keys

v0.0.8

15 Oct 01:49
f478238
Compare
Choose a tag to compare
Misc. docs fixes (#6)

* Fix docs

* Fix up docs

* Update debug path

* More doc fixes

* Only push images on releases

v0.0.7

12 Oct 00:41
a764afd
Compare
Choose a tag to compare
Update go version (#5)