Releases: giantswarm/cluster-aws
Releases · giantswarm/cluster-aws
v0.13.1
Fixed
- Add
api-audiences
for IRSA. - Bump
cluster-shared
to latest
v0.13.0
Changed
- Make
kubeadm
skip the phase where it installskube-proxy
as we will usecilium
as a replacement.
v0.12.0
Added
- IRSA for CAPA.
Fixed
- Re-added Ubuntu 22.04 with correct lookup
Changed
- Enable tcp forwarding for sshd on bastion.
v0.11.1
Fixed
- Rolled back to Ubuntu 20.04
v0.11.0
Added
- Set
aws.giantswarm.io/vpc-mode
annotation on AWSCluster. - Set cluster to paused when vpcMode is set to private
Changed
- Updated to Kubernetes 1.22.15
- Updated to using Ubuntu 22.04 as base OS
v0.10.0
Changed
.Values.controlPlane.apiLoadbalancerScheme
has been removed in favour of.Values.network.apiMode
Added
- Support for specifying private VPC configuration (not yet used)
- Support for specifying private DNS zone configuration.
- Validation of vpcMode and apiMode combination being valid
v0.9.2
Changed
- Default network topology mode changed to 'None'
v0.9.1
Fixed
- Fix helm context for proxy helper function.
v0.9.0
Added
- Add support for configuring outgoing proxy for the cluster.
- Allow configuration of loadbalancer for Control Plane API (
internet-facing
will be default).
v0.8.7
Fixed
- Improved hash function to hash based on whole
.Spec
rather than just provided values