Releases: giantswarm/cluster-aws
Releases · giantswarm/cluster-aws
v2.3.0
Added
- Expose the
maxHealthyPercentage
property to allow setting the maximum percentage of healthy machines in the Auto Scaling Group during upgrades.
v1.3.4
Changed
- Bump
cluster
chart to1.0.3
so that we can configure node pools for cgroupsv1.
v1.1.3
Changed
- Bump
cluster
chart to0.35.3
so that we can configure node pools for cgroupsv1.
v1.3.3
Changed
- Chart: Update
cluster
to v1.0.2.- Chart: Add OS tooling named template.
v2.2.0
Added
- Allow to enable
auditd
throughglobal.components.auditd.enabled
helm value. - Chart: Support multiple service account issuers.
This is used for example in the migration from Vintage AWS clusters to CAPA. Multiple issuers were previously supported only through internal chart values (this change removesinternal.migration.irsaAdditionalDomain
). The internal annotationaws.giantswarm.io/irsa-additional-domain
on AWSMachineTemplate objects is changed to pluralaws.giantswarm.io/irsa-trust-domains
on the AWSCluster object.
Changed
- Chart: Update
cluster
to v1.4.1. - Set provider specific configuration for cilium CNI ENI values.
Removed
- Remove Cilium app deprecated values.
v1.3.2
Added
- Chart: Allow to enable
auditd
throughglobal.components.auditd.enabled
. - Chart: Add
global.connectivity.network.pods.nodeCidrMaskSize
to schema.
v1.3.1
Added
- Chart: Support multiple service account issuers.
This is used for example in the migration from Vintage AWS clusters to CAPA. Multiple issuers were previously supported only through internal chart values (this change removesinternal.migration.irsaAdditionalDomain
). The internal annotationaws.giantswarm.io/irsa-additional-domain
on AWSMachineTemplate objects is changed to pluralaws.giantswarm.io/irsa-trust-domains
on the AWSCluster object.
Changed
- Chart: Update
cluster
to v1.0.1.
v1.1.2
Added
- Chart: Add
global.connectivity.network.pods.nodeCidrMaskSize
to schema. - Chart: Allow to enable
auditd
throughglobal.components.auditd.enabled
.
v1.1.1
Added
- Chart: Support multiple service account issuers.
This is used for example in the migration from Vintage AWS clusters to CAPA. Multiple issuers were previously supported only through internal chart values (this change removesinternal.migration.irsaAdditionalDomain
). The internal annotationaws.giantswarm.io/irsa-additional-domain
on AWSMachineTemplate objects is changed to pluralaws.giantswarm.io/irsa-trust-domains
on the AWSCluster object.
Changed
- Chart: Update
cluster
to v0.35.2.
v2.1.0
Changed
- Do not allow additional properties in most values in order to avoid unnoticed typos.
- Validate that machine pool availability zones belong to the selected region.
- CI: Bump release version.
- Apps: Use
catalog
from Release CR.
Removed
- Remove unused kubectl image Helm value.