Releases: giantswarm/cluster
Releases · giantswarm/cluster
v0.23.0
Added
- Render
KubeadmConfig.spec.containerLinuxConfig.additionalConfig.storage.filesystems
for machine pool workers to be able to configure additional disks.
v0.22.0
Added
- Allow to set SELinux mode through
global.components.selinux.mode
.
v0.21.0
Added
- Allow to set data directory for etcd.
v0.20.0
Added
- Allow to set cloud-config path.
- Add
mounts
anddiskSystem
as spec fields forKubeadmControlPlane
.
Changed
- Upgrade cilium-app to v0.24.0 (cilium 1.15.4).
v0.19.0
- 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
Changed
- Update teleport node labels - add
ins=
label and removecluster=
label condition check, such that MC nodes have this label.
v0.17.0
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
v0.15.0
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
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)