Releases: giantswarm/cluster-aws
Releases · giantswarm/cluster-aws
v0.21.0
Breaking Change
- For private clusters, where
network.vpcMode
is set toprivate
, 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 tov0.21.0
" section in the readme.
Added
- More configuration options when defining subnets to be created
controlPlane.subnetTags
,bastion.subnetTags
andmachinePools[].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
Changed
- Use Giant Swarm image repository for official Kubernetes images
v0.20.6
Added
- Add and propagate
no_proxy
value to the underlying components.
v0.20.5
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, andk8s.gcr.io
is outdated
v0.20.4
Changed
- Change default NTP server as AWS NTP server.
- Deprecate confusingly named
aws.awsClusterRole
in favor ofaws.awsClusterRoleIdentityName
. The value refers to anAWSClusterRoleIdentity
object, not directly to an IAM role name/ARN. - Bump Kubernetes to 1.23.15
v0.20.3
Added
- Add cluster base domain to no proxy config.
v0.20.2
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
Release v0.20.1 (#183) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v0.20.0
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
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
.