Skip to content

Releases: giantswarm/cluster-aws

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.

v2.0.0

07 Aug 12:01
5a90e9d
Compare
Choose a tag to compare

Important

Releases that include this cluster-aws version must have the os-tooling component in the Release resource .spec.components,
as well as observability-policies app in the Release resource .spec.apps.

See ami changes below for more details about the change and see AWS (CAPA) release v29.0.0 for a Release resource example.

Added

  • Add global.metadata.labels to values schema. This field is used to add labels to the cluster resources.
  • Enable observability-policies app.

Changed

  • Update cluster chart to v1.1.0.
    • This sets cilium kubeProxyReplacement config to "true" instead to "strict" ("strict" has been deprecated since cilium v1.14, see this upstream cilium issue for more details).
  • Update ami named template to correctly render OS image name with the new format flatcar-stable-<flatcar version>-kube-<kubernetes version>-tooling-<capi-image-builder version>-gs.