Skip to content

Releases: giantswarm/cluster

v0.23.0

08 May 12:21
9ad3306
Compare
Choose a tag to compare

Added

  • Render KubeadmConfig.spec.containerLinuxConfig.additionalConfig.storage.filesystems for machine pool workers to be able to configure additional disks.

v0.22.0

07 May 15:17
b7e8d21
Compare
Choose a tag to compare

Added

  • Allow to set SELinux mode through global.components.selinux.mode.

v0.21.0

07 May 13:10
bf28ba2
Compare
Choose a tag to compare

Added

  • Allow to set data directory for etcd.

v0.20.0

07 May 10:15
8c324fa
Compare
Choose a tag to compare

Added

  • Allow to set cloud-config path.
  • Add mounts and diskSystem as spec fields for KubeadmControlPlane.

Changed

  • Upgrade cilium-app to v0.24.0 (cilium 1.15.4).

v0.19.0

26 Apr 14:30
25bef8b
Compare
Choose a tag to compare
  • Upgrade cilium-app to v0.23.0 in order to make Cilium ENI mode for CAPA usable (adds subnet and security group selection filters)
  • Add OS image to cluster chart schema, so it can be used by cluster-<provider> apps.

v0.18.0

28 Mar 14:31
7cd72d8
Compare
Choose a tag to compare

Changed

  • Update teleport node labels - add ins= label and remove cluster= label condition check, such that MC nodes have this label.

v0.17.0

28 Mar 10:18
b2e698c
Compare
Choose a tag to compare

Changed

  • Update network-policies-app to v0.1.0.
  • Update cilium to v0.22.0. This version includes schemas and the extra-policies deletion job.

v0.16.0

26 Mar 13:27
f9d04e7
Compare
Choose a tag to compare

Changed

  • Disable unnecessary systemd unit sshkeys.service. (#136)

v0.15.0

26 Mar 11:08
a973759
Compare
Choose a tag to compare

Added

  • Chart: Add ip to Kubelet node labels(#125)
  • Chart: Add providerIntegration.apps.networkPolicies to be able to add provider specific network-policies helm values.
  • Chart: Add global.apps.networkPolicies to allow customers to change network-policies helm values.
  • Chart: Add cluster-test HelmRepository.

v0.14.0

21 Mar 10:11
08ff8e3
Compare
Choose a tag to compare

Added

  • Chart: Add providerIntegration.controlPlane.kubeadmConfig.clusterConfiguration.apiServer.serviceAccountIssuer.templateName to be able set API Service Account Issuer via template.
  • Chart: Add providerIntegration.apps.coredns to be able to add provider specific coredns helm values.
  • Chart: Add providerIntegration.registry to be able to set the container registry value via template.

Changed

  • Chart: Make internal.advancedConfiguration.controlPlane.controllerManager.terminatedPodGCThreshold configurable. (#123)

Fixed

  • Typo on role in Cleanup HelmReleases Hook Job role. (#124)