Skip to content

Releases: giantswarm/cluster-aws

v0.21.0

19 Jan 11:14
0323122
Compare
Choose a tag to compare

Breaking Change

  • For private clusters, where network.vpcMode is set to private, the subnets property has changed. Instead of previously being a list of CIDR strings the property now include a more complex object providing more configuration options. For migration steps see the "Upgrading to v0.21.0" section in the readme.

Added

  • More configuration options when defining subnets to be created
  • controlPlane.subnetTags, bastion.subnetTags and machinePools[].subnetTags to target specific subnets
  • Add icon to Chart.yaml

Changed

  • Subnets are now specified on the AWSCluster resource by default rather than relying on CAPA code to default them. The same sizing as the CAPA default have been used.

v0.20.7

12 Jan 12:03
5fdab1e
Compare
Choose a tag to compare

Changed

  • Use Giant Swarm image repository for official Kubernetes images

v0.20.6

11 Jan 13:21
f5dd910
Compare
Choose a tag to compare

Added

  • Add and propagate no_proxy value to the underlying components.

v0.20.5

11 Jan 12:38
f67eb4c
Compare
Choose a tag to compare

Changed

  • Override image repository to registry.k8s.io because kubeadm of Kubernetes v1.23.15 tries to pull the official image incorrectly, resulting in failing cluster upgrades, and k8s.gcr.io is outdated

v0.20.4

09 Jan 07:56
49e01ec
Compare
Choose a tag to compare

Changed

  • Change default NTP server as AWS NTP server.
  • Deprecate confusingly named aws.awsClusterRole in favor of aws.awsClusterRoleIdentityName. The value refers to an AWSClusterRoleIdentity object, not directly to an IAM role name/ARN.
  • Bump Kubernetes to 1.23.15

v0.20.3

22 Dec 12:09
2ab58c4
Compare
Choose a tag to compare

Added

  • Add cluster base domain to no proxy config.

v0.20.2

09 Dec 11:56
c52fcb1
Compare
Choose a tag to compare

Changed

  • Dowgrade to using Ubuntu 20.04 as base OS.
  • Run bastion on private IP if vpc mode is set to private.
  • Remove registry authetication workaround.

v0.20.1

07 Dec 07:50
c1c0441
Compare
Choose a tag to compare
Release v0.20.1 (#183)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.20.0

06 Dec 09:31
1f79b12
Compare
Choose a tag to compare

Added

  • Add schema for items of the arrays .machinePools[*].availabilityZones and .machinePools[*].customNodeTaints.
  • Add IRSA domain placeholder replacer as postKubeadm script.
  • Add containerd registry auth workaround to bug giantswarm/roadmap#1737.

v0.19.0

29 Nov 15:58
d010263
Compare
Choose a tag to compare

Add

  • Add option to specify oidc CA PEM in order to autheticate againts OIDC with custom CA.
  • Add option to configure containerd registry authentication for docker.io.