Skip to content

Releases: opzkit/terraform-aws-k8s

v0.14.2

15 May 08:16
v0.14.2
ef71fce
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump terraform-kops/kops from 1.28.5 to 1.28.6 by @dependabot in #74

Full Changelog: v0.14.1...v0.14.2

v0.14.1

18 Apr 11:57
v0.14.1
5a7f272
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump terraform-kops/kops from 1.28.1 to 1.28.5 by @dependabot in #73

Full Changelog: v0.14.0...v0.14.1

v0.14.0

12 Apr 14:44
v0.14.0
0938aa9
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in #69
  • chore(deps): bump wagoid/commitlint-github-action from 5 to 6 by @dependabot in #70
  • fix: commitlint config by @argoyle in #71
  • feat: switch to new maintained provider by @argoyle in #72

Note: Make sure to change provider from clayrisser/kops to terraform-kops/kops

Full Changelog: v0.13.4...v0.14.0

v0.13.4

06 Dec 14:37
v0.13.4
a5aea5c
Compare
Choose a tag to compare

What's Changed

  • feat: update cluster-autoscaler module by @argoyle in #68

Full Changelog: v0.13.3...v0.13.4

v0.13.3

04 Dec 14:13
v0.13.3
4510961
Compare
Choose a tag to compare

What's Changed

  • fix: use null as default since that's what we check by @argoyle in #67
  • feat: fetch latest focal image if not specified by @argoyle in #67

Full Changelog: v0.13.2...v0.13.3

v0.13.2

30 Nov 19:52
v0.13.2
10ca696
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.1...v0.13.2

v0.13.1

30 Nov 14:31
v0.13.1
d04bea0
Compare
Choose a tag to compare

What's Changed

  • fix: use control_plane_prefix for etcd by @argoyle in #65

Full Changelog: v0.13.0...v0.13.1

v0.13.0

30 Nov 13:45
v0.13.0
7334353
Compare
Choose a tag to compare

What's Changed

  • feat: allow to specify what image to use for instances by @argoyle in #63
  • feat: migrate to clayrisser/kops by @argoyle in #64

BREAKING: Requires a terraform state rm + terraform import of the kops_cluster resource due to incompatible state formats.

terraform state rm module.k8s.kops_cluster.k8s
terraform import module.k8s.kops_cluster.k8s <cluster-name>

Adapt module names according to your setup.

Full Changelog: v0.12.1...v0.13.0

v0.12.1

26 Sep 06:26
v0.12.1
50d9b3f
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #61
  • fix: use source_hash instead of etag since KMS handles etag by @argoyle in #62

Full Changelog: v0.12.0...v0.12.1

v0.12.0

13 Jun 07:05
v0.12.0
c56dfac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.12.0