Releases: giantswarm/cluster-aws
Releases · giantswarm/cluster-aws
v0.7.0
Changed
- Use our Giant Swarm built AMIs
- Bump default Kubernetes version to 1.22.12
v0.6.2
Fixed
- Fixed app version label.
v0.6.1
Added
- Add
localhost
andapi
domain to the certSANs of apiserver certificates.
v0.6.0
Removed
replicas
value fromcontrolPlane
no longer configurable - always set to 3 for HA
v0.5.2
Fixed
- Quoted boolean to a string
v0.5.1
Fixed
- Pod CIDR as array rather than string
v0.5.0
Changed
- Set pod CIDR to 100.64.0.0/12 to match what we set in Cilium (and to not clash with AWS CIDR)
v0.4.2
Changed
- Fix values schema.
- Make bastion optional.
v0.4.1
Changed
- Add team label to helm resources.
- Add
values.schema.json
file. - Remove helm lookup function for SSH CA cert and use value fro central vault instead.
v0.4.0
Changed
- Updated to latest
cluster-shared
library chart
Added
- Support for specifying the
clusterName
(defaults to chart release name)