- Initial release.
Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Changed
- !Breaking change: Simplify configuration for the bundled apps. See our upgrade guide
- Move all user configs from under
apps.<appName>.userConfigfrom string to regular helm values touserConfig.<appName> - Rename
prometheus-operator-apptokube-prometheus-stack - Rename
promtail-apptopromtail
- Move all user configs from under
- Enforce
Cilium Network Policyby default. - Enforce
Pod Security Standardby default. - Upgrade
kube-prometheus-stackto 8.1.1 andprometheus-operator-crdto 8.0.0 - Upgrade
grafana-agentto 0.3.2.
- !Breaking change: Simplify configuration for the bundled apps. See our upgrade guide
Added
- Add vintage clusters specific resources in helm chart when running with elevated permissions.
Added
- Add vintage clusters specific resources in helm chart when running with elevated permissions.
Added
- Enable high availability mode and podDisruptionBudget
Added
- Enable high availability mode and podDisruptionBudget
Fixed
- Update
listen-portto 8080 to avoid connection issues as pods are running with non-root user.
- Update
Fixed
- Update
listen-portto 8080 to avoid connection issues as pods are running with non-root user.
- Update
Highlights for the week ending Dec 21 2023
Observability
- Logging for workload clusters is now enabled by default
- You can access those logs via your installation’s Grafana
- Logs are available for
- All CAPA workload clusters
- AWS workload clusters from 19.3.0 onwards
- Available logs:
- Pod logs from
giantswarmandkube-systemnamespaces - Kubernetes API server audit logs
- Systemd unit logs
- Pod logs from
- Documentation: https://handbook.giantswarm.io/docs/observability/loki-usage/
- Logging for workload clusters is now enabled by default