Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Added
- Allow overriding the AI chat context window size via
aiChat.contextWindow in app-config.
Changed
- Improve markdown table rendering in AI chat: tables are now horizontally scrollable with better cell spacing.
Fixed
- Cache-bust custom branding logo URLs so replaced logos appear immediately instead of being served stale from the browser cache.
See ./docs/releases/v0.124.3-changelog.md for more information.
Changed
- Decouple custom branding from the gs-backend plugin so branding assets are served by a dedicated backend plugin and work without
gs: config.
See ./docs/releases/v0.124.2-changelog.md for more information.
Added
- Add
envoy-vs-nginx-loadtesting and envoy-vs-kong-loadtesting dashboards to public org, split from the former envoy-gateway-loadtesting private dashboard
Fixed
- Fix metric comparability in
envoy-vs-nginx-loadtesting: align downstream RPS (rate/aggregation), success rate window ([2m]→[5m]), and replace wrong Nginx upstream RPS metric; fix Nginx downstream latency unit (seconds→ms) - Fix metric comparability in
envoy-vs-kong-loadtesting: align downstream RPS (rate/aggregation), fix success rate regex to correctly exclude 4xx/5xx codes