Releases: flexkube/terraform-provider-flexkube
Releases · flexkube/terraform-provider-flexkube
v0.9.0
v0.8.0
v0.7.0
v0.6.0
v0.5.1
v0.5.0
v0.4.1
Added
flexkube_containers
configuration can have nowenv
field specified to set environment variables
for containers.- Added configuration for running E2E and local tests.
Changed
libflexkube
has been updated to v0.4.3.- Migrated to Terraform SDK v2.
flexkube_pki
resource has been rewritten to follow the patterns from other resources. It should no longer report
inconsistent plan issues and should no longer show ambiguous changes.- All resources will now produce less verbose diff when running
terraform plan
and will show that fields will have
new values computed instead. That should greatly reduce number of issues with inconsistent plan, at the cost of
changes visibility.
Fixed
flexkube_helm_release
now validates fieldsvalues
andkubeconfig
to make sure they contain valid YAML
formatted content, so it does not corrupt the Terraform state, which requires manual interaction to recover from.- Added missing documentation to
flexkube_containers
resource forhost
block. - Adding and removing controller nodes should now work without interruption. Previously, it has been broken because of a bug
inlibflexkube
andflexkube_pki
andflexkube_etcd_cluster
resources complaining about the inconsistent plan.
v0.4.0
Added
- Initial release based on libflexkube v0.4.0.
Changed
- flexkube_containers: rename 'container' to 'host_configured_container'.