Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Fixed
- CI: cap the release image build to
linux/amd64. The devctl-generated config built a multi-arch (amd64+arm64) image, but the arm64 cross-build of the backend’s native modules (isolated-vm, better-sqlite3, keytar) runs under QEMU emulation and silently exceeds the orb’s 20m no-output timeout, which blocked the tag pipeline (and therefore the chart catalog push) on v0.137.1. Every prior release was single-arch amd64 and the management clusters are amd64, so arm64 is unused.
See ./docs/releases/v0.137.2-changelog.md for more information.
Changed
- Updating to the
v2.5.0 version.
Fixed
- (oauth) Stop workloadAudiences crashing the server; map subject from a claim in #858 by @QuentinBisson
Full Changelog: https://github.com/giantswarm/muster/compare/v0.7.3...v0.7.4
Changed
- CI: prepare for the devctl-generated CircleCI config. The repo-specific jobs (the Node
buildjob that feeds the image build, and the second control-plane-catalog chart push) move to .circleci/custom.yml; the .ats/main.yaml smoke-test config and a renovate-custom.json5 (preserving the repo’s Renovate reviewers, package groups, and schedule) are added so the upcoming generated config.yml/workflows.yml and regenerated renovate.json5 keep the existing behavior.
See ./docs/releases/v0.137.1-changelog.md for more information.
Added
- (kagent) Opt-in header-less muster-user RemoteMCPServer for user-token propagation in #136 by @QuentinBisson
Full Changelog: https://github.com/giantswarm/agentic-platform/compare/v1.3.4...v1.4.0
Fixed
- (aggregator) Connect SSO backends synchronously for M2M sessions in #857 by @QuentinBisson
Full Changelog: https://github.com/giantswarm/muster/compare/v0.7.2...v0.7.3