Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Releases: linode/terraform-linode-k8s

v0.3.0

30 Nov 18:04
2ceb02d
Compare
Choose a tag to compare

Changes

  • add support for terraform 1.0.0 @Charliekenney23 (#64)
  • add disclaimer to readme @Charliekenney23 (#63)
  • terraform-providers/linode -> linode/linode @Charliekenney23 (#62)

v0.2.0

03 Mar 16:00
8774ca4
Compare
Choose a tag to compare

Changes

This release includes many breaking changes.

  • Add release drafter @phillc (#61)
  • Update README.md @phillc (#60)
  • Restore linode token used from vars @phillc (#59)
  • update kubeconfig script @Charliekenney23 (#58)
  • add support for 1.16-1.19 @Charliekenney23 (#57)
  • explicitly set leader-elect resource lock endpoints @Charliekenney23 (#56)
  • migrate to ubuntu @Charliekenney23 (#55)
  • Replace csi_version with csi_manifest @phillc (#54)
  • Add Kubelet Flags for Volume Expansion Support @faem (#40)
  • Merge for-cli branch changes into master @phillc (#53)
  • Fix small typo on example/README.md @altmas5 (#52)
  • bypass sshkeygen stdin @Charliekenney23 (#51)
  • Add tffmt check on push @Charliekenney23 (#50)

v0.1.2

17 Mar 15:22
842245b
Compare
Choose a tag to compare

Enhancements

  • upgrade to terraform 0.12

v0.1.1 Release

28 Mar 20:48
v0.1.1
Compare
Choose a tag to compare

Enhancements

  • Update Kubernetes and crictl versions to v1.14.0 (#37)
  • Update Linode CSI driver to v0.1.0
  • Update terraform-provider-linode to 1.5.0
  • container-linux-update-operate is included as an Addon (#17)
    (reboot are disabled by default)
    • README.md provides more details about the addons
  • All output variables have descriptions (#33)

Refactored Sub-Modules [BREAKING CHANGES]

28 Jan 20:58
v0.1.0
50d76c5
Compare
Choose a tag to compare

Breaking Changes

  • master, node, and instance modules have been created, this is not
    compatible with existing clusters. Backup etcd and any applications
    before moving to this version.

Enhancements

  • master and worker nodes are provisioned simultaneously
  • master, node, and instance modules are reusable

Changes

  • Use v1.13.2 Kubernetes version

v0.0.6

17 Jan 14:31
v0.0.6
ff7f2c8
Compare
Choose a tag to compare

Changes

  • Use v1.13.0 Kubernetes
  • Add a static manifest for the Dashboard (update dashboard to 1.10.1)
  • Remove dependency on jq
  • Use a Terraform data source to determine what the disk size of each Node should be
  • Make sure ipvs kernel modules are loaded
  • Ensure that we can connect to the relevant services before downloading from them

v0.0.2

12 Nov 17:50
v0.0.2
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Fixes local-exec module paths

First Release

25 Oct 12:20
Compare
Choose a tag to compare
First Release Pre-release
Pre-release
v0.0.1

creation was ending after 2m due to low connection timeout, bump to 300s