- Fix in the
gsctl create kubeconfigreference https://github.com/giantswarm/docs/pull/399 - thanks to @wind0r! - Update to the AWS account preparation guide https://github.com/giantswarm/docs/pull/415
Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Added
- Add helm chart for dex.
- AWS: Update info on minimal EC2 instance type in Cluster Size and Autoscaling article. Basically types with 2 CPU cores (.large) are no longer eligible. #412
Added
- In preparation of an upcoming Giant Swarm release, we have added support for picking Availability Zones when creating Azure clusters. (#899)
Changed
We now wait till we are sure the cluster delete request succeeded before redirecting to the organization page (#1099)
We’ve added a “Nodes not ready yet” message to the node count when a cluster is new, instead of showing
0 Nodeswhich might be a bit confusing. (#1137, #1103, #1141, #1108, #1129, #1128)Change the error message when Happa fails to fetch or process releases(#1127, #1122)
Fixed
- Temporary fix for last updated label (#1116)
- Fixed a flash of content in the v4 cluster details views (#1143)
- We fixed an authentication issue with the User invite feature (only available to Giant Swarm staff at the moment). It was using the old JWT token instead of a new one after the token got stale. (#1089)
Dev changes / Refactorings
- Added tests for app installation and editing (#1120)
- Update production build (#1130)
- Adapt Happa to use new error/loading reducers in clusterReducer and cluster views (#1109)
- Write integration test for the OAuth admin login user flow (#1106)
- Write integration test for the Sign Up user flow (#1102)
- Change ErrorFallback so that it accepts an array (#1104)
- Add error reducer (#1100)
- Add entity error reducer and ErrorFallback component (#1101)
- Entity loading reducer (#1125)
- Remove deleted cluster from calls in batchedRefreshClusters (#1138)
- Fix capabilities not being injected during the deployment process (#1148)
Mentions Azure Multi-AZ support #389
Removes some TODO messages #413
Changed
- Updated helm chart to use a same image registry on parent/subcharts. (#13)