What’s Changed
- Remove ServiceClass refs from public docs [4/4] by @QuentinBisson in https://github.com/giantswarm/muster/pull/636
Full Changelog: https://github.com/giantswarm/muster/compare/v0.1.166...v0.1.167
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Full Changelog: https://github.com/giantswarm/muster/compare/v0.1.166...v0.1.167
Full Changelog: https://github.com/giantswarm/muster/compare/v0.1.165...v0.1.166
Full Changelog: https://github.com/giantswarm/muster/compare/v0.1.164...v0.1.165
Full Changelog: https://github.com/giantswarm/muster/compare/v0.1.163...v0.1.164
login: support direct OIDC authentication for workload clusters (Kubernetes structured authentication). The appropriate workload-cluster authentication mode is now selected automatically based on the cluster’s configuration.Full Changelog: https://github.com/giantswarm/muster/compare/v0.1.162...v0.1.163
Full Changelog: https://github.com/giantswarm/muster/compare/v0.1.161...v0.1.162
Full Changelog: https://github.com/giantswarm/muster/compare/v0.1.160...v0.1.161
Full Changelog: https://github.com/giantswarm/muster/compare/v0.1.159...v0.1.160
.Values.probes.{liveness,readiness} (initialDelaySeconds, periodSeconds, timeoutSeconds, failureThreshold) and the default timeoutSeconds is raised from the k8s implicit 1 to 5. The HTTP path/port stay fixed (/.backstage/health/v1/{liveness,readiness} on port). The k8s default 1s is tight against the chart’s 500m CPU limit: event-loop stalls during plugin startup, GC, or DB reconnects regularly miss the deadline and surface as Unhealthy: ... context deadline exceeded events even though the pod keeps serving traffic (observed on the BWI Backstage Deployment on spidertron, 2026-05-11).
See ./docs/releases/v0.130.0-changelog.md for more information.