Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Releases: vultr/terraform-vultr-condor

v2.0.0

03 Sep 15:35
Compare
Choose a tag to compare

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

01 Jun 14:52
2edec3b
Compare
Choose a tag to compare

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

11 May 20:34
178eddd
Compare
Choose a tag to compare

Fixes

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

v1.1.4

11 May 19:55
9766eb1
Compare
Choose a tag to compare

Fixes

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

v1.1.3

06 May 19:23
6ff87dc
Compare
Choose a tag to compare

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

05 May 14:52
73c235b
Compare
Choose a tag to compare

Fixes

  • Change enable_backups input value type from bools to strings

v1.1.1

25 Mar 17:11
edc5359
Compare
Choose a tag to compare

Fixes

  • Bump CCM and CSI versions for Vultr Metadata Fix

v1.1.0

24 Mar 13:10
dac0556
Compare
Choose a tag to compare

Features

Breaking Changes

  • Requires a configured ssh-agent for instance access

v1.0.1

16 Feb 18:55
7777e4a
Compare
Choose a tag to compare

Bug Fixes

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

v1.0.0

14 Feb 23:51
95ab9f0
Compare
Choose a tag to compare

Breaking Changes

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