- Add missing cluster labelling images for 1.8.13 release
Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
- Document tenant cluster labelling through the web interface
Added
- Add Cluster-scoped Organization CRD
Cluster Labelling Support
It is now possible to view and assign labels to your clusters on the cluster detail screen. (#1505, #1501, #1499, #1474, #1472, #1515)

Work to support High Availability Masters has started
We’ve been working on changes to support HA Masters, this is still behind a feature flag though and will be enabled in a later release as the feature matures. (#1507, #1483)
What else has changed
- Add a ‘Cancel’ button to v4 cluster creation & wire it up (#1516)
- Show “internal” app catalogs, but only for Giant Swarm staff. (#1510)
- Show flatcar in release selection modal (#1460)
- don’t show the string ‘flatcar’ for containerlinux >= 2345.3.1 (#1473)
Fixed
- Show ‘1 node pool’ instead of ‘1 node pools’ in cluster overview (#1513)
Dev changes
- Add a boilerplate reducing middleware and action creator. Implement catalog listing with it. (#1462)
- Remove some fields we don’t use from package.json (#1481)
- Use ‘RadioInput’ instead of the previous implementation (#1485)
- update react-router (#1480)
- Underscore cleanup (#1503)
- Create an general Input component from one in AppCatalog (#1471)
Changed
- Import latest upstream Cluster API & Azure Cluster API CRDs.
- Fix
namespacelabelercontroller label selector. - Fix
rolename reference in OIDC group and service accountsrolebinding.
- Fix
Changed
- Make LastDeployed a nullable field.
Changed
- Push tags to aliyun repository.
- Move
rbaccontroller code intorbacpackage. - Add
namespacelabelercontroller, which labels legacy namespaces. - Add
automationservice account inglobalnamespace, which has admin access to all the tenant namespaces.
Mention kubectl-gs in the api basics guide.
Changed
- Prefer CNAMEs record sets for AWS SDK configuration with explicit credentials.