happa release v0.10.30
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)