Releases: giantswarm/cluster-aws
Releases · giantswarm/cluster-aws
v0.75.0
Added
- Worker nodes - Add
nonRootVolumes
fields to mount/var/lib
and/var/log
on separate disk volumes.
Changed
- Control-plane nodes - combine kubelet disk
/var/lib/kubelet
and containerd disk/var/lib/containerd
into single disk/var/lib
to share the volume space and save cost.
v0.74.0
Fixed
- Added an annotation to Kubernetes resources to resolve an issue where deletion was stuck due to hanging load balancers.
Added
- Make Cilium ENI-based IP allocation configurable with high-level
global.connectivity.cilium.ipamMode
value. This feature was previously introduced as prototype and is now fully working.
v0.73.0
Added
- Add
log
volume to control-plane nodes.
v0.72.0
Added
- Add option to configure instance metadata http tokens for EC2 instances to enable or disable IMDSv2 enforcement.
v0.71.0
Changed
- Update cluster chart to v0.18.0. This updates teleport node labels and will roll nodes.
- Update instanceWarmup to 10' to be on pair with Vintage
- Enable extraPolicies from network-policies-app.
- Disable and remove extraPolicies from cilium-app.
v0.70.0
Changed
- Update cluster chart to v0.17.0. This updates cilium app from v0.21.0 to v0.22.0.
v0.69.0
Added
- Allow customizing instance refresh parameters.
Fixed
- Fix selecting right AWS region for Machine Pools when cluster is in different AWS region than MC.
Changed
- Update Availability Zones in helm/cluster-aws/files/azs-in-region.yaml
- AMI: Use new AMI which includes latest teleport binary v15.1.7
v0.68.0
Changed
- Chart: Bump
cluster
to v0.16.0.
v0.67.0
Added
- Smart defaulting for AWS availability zones using actual AZs in the region of choice rather than hardcoded values.
v0.66.1
Fixed
- Update Chart.lock with current version of dependencies.