Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Added
- Add
io.giantswarm.application.managedchart annotation for Backstage visibility. - Add optional
cluster-readerClusterRole (off by default, enabled viaclusterReader.enabled: true) that aggregates into the built-inviewClusterRole and grants read access (get/list/watch) on cluster-scoped resources.
Changed
- Migrate chart metadata annotations to OCI-compatible format.
- Add
Added
login: new--oidc-scopeflag (repeatable, comma-separated) appends extra scopes to the direct workload-cluster OIDC request. Use--oidc-scope=groupswith Okta to receive group memberships in the ID token when the workload cluster’s structured auth is configured withgroupsClaim.
What’s Changed
- chore(deps): update dependency @anthropic-ai/claude-code to v2.1.159 by @renovate[bot] in https://github.com/giantswarm/klaus/pull/286
Full Changelog: https://github.com/giantswarm/klaus/compare/v0.0.176...v0.0.177
Added
- AI chat: add Opus 4.8 context window info.
Changed
- AI chat: make the Anthropic thinking config model-aware so adaptive-thinking Claude models (Opus 4.5+, Sonnet 4.6) use the
adaptivethinking interface with a configurableeffort(aiChat.anthropic.effort, defaulthigh), while older Claude models keep the legacy budget-based interface.
Fixed
- AI chat: forward chat-level errors to the error reporter (Sentry) so the “Network error” banner is no longer silent, and log a backend warning when the client disconnects mid-stream. See ./docs/releases/v0.133.0-changelog.md for more information.
What’s Changed
- fix: make workflow availability session-aware (closes #764) by @teemow in https://github.com/giantswarm/muster/pull/765
Full Changelog: https://github.com/giantswarm/muster/compare/v0.1.221...v0.1.222
What’s Changed
- chore(deps): update klaus-images to v0.0.176 by @renovate[bot] in https://github.com/giantswarm/klaus-toolchains/pull/50
Full Changelog: https://github.com/giantswarm/klaus-toolchains/compare/go/v0.1.20...go/v0.1.21
What’s Changed
- fix: eliminate test-runner port race causing flaky scenario setup timeouts by @teemow in https://github.com/giantswarm/muster/pull/763
Full Changelog: https://github.com/giantswarm/muster/compare/v0.1.220...v0.1.221