- Update app platform overview diagram (#982)
Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Changed
- Change ingress API version to
networking.k8s.io/v1(falling back tonetworking.k8s.io/v1beta1where the first is not available).
- Change ingress API version to
- Adjust terminology in best practices article (#980)
- Added recommendations regarding sizing of control plane nodes (formerly master nodes) to the best practices article (#955)
What’s changed
- Terminology change for alignment with the Kubernetes project: What was called a “master node” is now called a “control plane node”. “High-availability masters” is now called “High-availability control plane”. (#2505)
- Our real user monitoring now records every URL seen in the web UI, to help us understand better how you use it. Previously only a subset of URLs was recorded. (#2506)
- a few smaller changes
- In the
template clustercommand, the flag--control-plane-azis replacing--master-az.
- In the
- Bump upstream flux toolkit version to 0.15.0
- Use kubectl kustomize to update app
- Use EmptyDir instead of PVC
- Allow use of other providers other than Github
Changed
- Upgrade upstream external-dns from v0.7.6 to v0.8.0.
- Allow to configure the minimum interval between two consecutive synchronizations triggered from kubernetes events through
externalDNS.minEventSyncInterval.
Added
- Add validation for node host volumes definition in KVMConfig CRD.
Changed
- Update
aad-pod-identityupstream CRDs to v1.8.0.
- Add Web UI > Organization management article (#907)