Poseidon Typhoon Versions Save

Minimal and free Kubernetes distribution with Terraform

v1.29.2

1 month ago
  • Kubernetes v1.29.2
  • Update Cilium from v1.14.3 to v1.15.1
  • Update Calico from v3.26.3 to v3.27.2
    • Fix upstream incompatibility with Fedora CoreOS (calico#8372)
  • Update flannel from v0.22.2 to v0.24.2
  • Add an install_container_networking variable (default true) (#1421)
    • When true, the chosen container networking provider is installed during cluster bootstrap
    • Set false to self-manage the container networking provider. This allows flannel, Calico, or Cilium to be self-managed (e.g. via Terraform like any other Kubernetes resources). Nodes will be NotReady until you apply the self-managed container networking provider. This may become the default in future.
    • Continue to set networking to one of the three supported container networking providers. Most require custom firewall / security policies be present across nodes so they have some infra tie-ins.

v1.29.1

1 month ago

AWS

  • Continue to support AWS IMDSv1 (#1412)

v1.29.0

2 months ago

Known Issues

  • Calico and Fedora CoreOS cannot be used together currently (calico#8372)

v1.28.4

3 months ago

v1.28.3

4 months ago
  • Kubernetes v1.28.3
  • Update etcd from v3.5.9 to v3.5.10
  • Update Cilium from v1.14.2 to v1.14.3
  • Workaround problems in Cilium v1.14's partial kube-proxy implementation (#365)
  • Update Calico from v3.26.1 to v3.26.3

Google Cloud

  • Allow upgrading Google Cloud Terraform provider to v5.x

v1.28.2

6 months ago

Azure

  • Add optional azure_authorized_key variable
    • Azure inspects public keys, requires RSA keys, and forbids more secure key formats (e.g. ed25519)
    • Allow passing a dummy RSA key via azure_authorized_key to satisfy Azure validations. Then the usual ssh_authorized_key variable can use new newer formats (e.g. ed25519)

Known Issues

v1.28.1

6 months ago

Known Issues

v1.28.0

7 months ago

v1.27.4

7 months ago

v1.27.3

9 months ago

AWS

  • Allow upgrading AWS Terraform provider to v5.x (#1353)

Azure

  • Enable boot diagnostics for controller and worker VMs (#1351)