terraform-provider-flexkube

Terraform Flexkube provider

APACHE-2.0 License

Stars
1
Committers
1

Bot releases are hidden (Show)

terraform-provider-flexkube - v0.9.0 Latest Release

Published by invidian about 1 year ago

Changed

  • Updated libflexkube version to v0.10.0.
  • Updated remaining dependencies to latest versions.
terraform-provider-flexkube - v0.8.0

Published by invidian about 2 years ago

Changed

  • Updated libflexkube version to v0.9.0.
  • Updated remaining dependencies to latest versions.
terraform-provider-flexkube - v0.7.0

Published by invidian over 2 years ago

Changed

  • Updated libflexkube version to v0.8.0.
  • Updated remaining dependencies to latest versions.

Removed

  • r/flexkube_kubelet_pool parameters network_plugin and pod_cidr has been removed as they are no longer effective.
terraform-provider-flexkube - v0.6.0

Published by invidian about 3 years ago

Changed

  • Updated libflexkube version to v.7.0.
  • Updated remaining dependencies to latest versions.
terraform-provider-flexkube - v0.5.1

Published by invidian over 3 years ago

Changed

  • Updated libflexkube version to v0.6.0.
  • Updated remaining dependencies to latest versions.
terraform-provider-flexkube - v0.5.0

Published by invidian over 3 years ago

Added

  • flexkube_kubelet has now extra_args argument for extra kubelet arguments.

Changed

  • Updated to libflexkube version v0.5.1.
  • e2e tests are now using containerd as container runtime.
terraform-provider-flexkube - v0.4.1

Published by invidian about 4 years ago

Added

  • flexkube_containers configuration can have now env 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 fields values and kubeconfig 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 for host block.
  • Adding and removing controller nodes should now work without interruption. Previously, it has been broken because of a bug
    in libflexkube and flexkube_pki and flexkube_etcd_cluster resources complaining about the inconsistent plan.
terraform-provider-flexkube - v0.4.0

Published by invidian about 4 years ago

Added

Changed

  • flexkube_containers: rename 'container' to 'host_configured_container'.