Skip to content

Releases: giantswarm/cluster-aws

v2.3.0

17 Oct 12:21
be7e031
Compare
Choose a tag to compare

Added

  • Expose the maxHealthyPercentage property to allow setting the maximum percentage of healthy machines in the Auto Scaling Group during upgrades.

v1.3.4

15 Oct 15:22
9028d95
Compare
Choose a tag to compare

Changed

  • Bump cluster chart to 1.0.3 so that we can configure node pools for cgroupsv1.

v1.1.3

15 Oct 09:45
645abef
Compare
Choose a tag to compare

Changed

  • Bump cluster chart to 0.35.3 so that we can configure node pools for cgroupsv1.

v1.3.3

30 Sep 16:26
6bafc80
Compare
Choose a tag to compare

Changed

  • Chart: Update cluster to v1.0.2.
    • Chart: Add OS tooling named template.

v2.2.0

24 Sep 12:29
c3f17be
Compare
Choose a tag to compare

Added

  • Allow to enable auditd through global.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 removes internal.migration.irsaAdditionalDomain). The internal annotation aws.giantswarm.io/irsa-additional-domain on AWSMachineTemplate objects is changed to plural aws.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

19 Sep 17:18
43a90c9
Compare
Choose a tag to compare

Added

  • Chart: Allow to enable auditd through global.components.auditd.enabled.
  • Chart: Add global.connectivity.network.pods.nodeCidrMaskSize to schema.

v1.3.1

19 Sep 14:28
53aa719
Compare
Choose a tag to compare

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 removes internal.migration.irsaAdditionalDomain). The internal annotation aws.giantswarm.io/irsa-additional-domain on AWSMachineTemplate objects is changed to plural aws.giantswarm.io/irsa-trust-domains on the AWSCluster object.

Changed

  • Chart: Update cluster to v1.0.1.

v1.1.2

19 Sep 17:16
e37f348
Compare
Choose a tag to compare

Added

  • Chart: Add global.connectivity.network.pods.nodeCidrMaskSize to schema.
  • Chart: Allow to enable auditd through global.components.auditd.enabled.

v1.1.1

18 Sep 22:37
90141f7
Compare
Choose a tag to compare

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 removes internal.migration.irsaAdditionalDomain). The internal annotation aws.giantswarm.io/irsa-additional-domain on AWSMachineTemplate objects is changed to plural aws.giantswarm.io/irsa-trust-domains on the AWSCluster object.

Changed

  • Chart: Update cluster to v0.35.2.

v2.1.0

29 Aug 18:37
8ed275b
Compare
Choose a tag to compare

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.