Terraform Vultr Condor Versions Save

Kubernetes Deployment Tool for Vultr

v2.0.0

2 years ago

Breaking Changes

  • Condor is now based on Mirantis K0s rather than Kubeadm, as such v2 is completely incompatible with previous releases.

Features

  • HA Control Plane
  • Isolated control plane(Control Plane nodes are not part of the cluster)
  • Control Plane and Worker Node firewalls.
  • Declarative cluster and component(Vultr CCM, CSI, Calico, etc.) upgrades
  • K0s manifest deployer support

v1.2.0

2 years ago

Features

  • Vultr CCM, Vultr CSI, and Calico CNI resources are automatically updated on changes to their version variables.

Changes

  • Vultr component(CCM and CSI) versions now default to latest.
  • Calico CNI version now defaults to 3.19.
  • Add Vultr CCM Terraform resource.
  • Add Vultr CSI Terraform resource.
  • Add Calico CNI Terraform resource.

v1.1.5

3 years ago

Fixes

  • Open all traffic on the private network interface(e.g. CNI/Calico traffic) in UFW due to Vultr image changes.

v1.1.4

3 years ago

Fixes

  • Opens the necessary Kubernetes ports in UFW(required due to Vultr image changes)

v1.1.3

3 years ago

Fixes

  • Adds an apt wrapper function in the provisioning script to check if the apt/dpkg locks are held before proceeding(see #38).

v1.1.2

3 years ago

Fixes

  • Change enable_backups input value type from bools to strings

v1.1.1

3 years ago

Fixes

  • Bump CCM and CSI versions for Vultr Metadata Fix

v1.1.0

3 years ago

Features

Breaking Changes

  • Requires a configured ssh-agent for instance access

v1.0.1

3 years ago

Bug Fixes

  • Remove leading v in Vultr CCM and CSI version strings to support named tags, e.g. latest, nightly, etc.

v1.0.0

3 years ago

Breaking Changes

  • Upgrade to v2 of the Vultr Terraform Provider
  • Restructure repository