Skip to content

Tags: segmentio/terraform-provider-kubeapply

Tags

v0.0.13

Toggle v0.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle v0.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update terraform provider registry release process to latest (#14)

v0.0.11

Toggle v0.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle v0.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Always apply if no_diff is set to true (#9)

v0.0.9

Toggle v0.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle v0.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Misc. docs fixes (#6)

* Fix docs

* Fix up docs

* Update debug path

* More doc fixes

* Only push images on releases

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update go version (#5)