- Support Ingress resources validating webhook.
Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Added
- Implemented support for the
get cluster(s) <id>command. - Improved error printing formatting.
Changed
- Running the
templatecommand without any arguments how displays the command help output.
- Implemented support for the
Fixed
- We fixed a bug with the organization drop down menu not redirecting back to the cluster overview after clicking on an organization. (#1728)
Cover running multiple NGINX Ingress Controllers
Changed
- Update Kubernetes dependencies to v1.18.5
- Update
sigs.k8s.io/cluster-apito v0.3.7 - Update
sigs.k8s.io/cluster-api-provider-azureto v0.4.6
What’s changed
Cluster upgrades from within happa has been made safer. It is no longer possible to upgrade non-ready clusters. Also, an upgrade indicator will be displayed for upgrades in progress from this version on. (#1697)
Bugfixes
Cluster creation would show empty rows in the release selection table. This won’t happen again for now. (#1708)
Internal changes
Cluster detail styles have been ported to use styled components (#1712)
Fixed
- Fix NetworkPolicy templating, to allow Pod ingress traffic (Prometheus scrape requests) on same port that the metrics/monitoring service advertises.
- Update releases reference
Changed
- Graduate StorageConfig CRD to
v1.
- Graduate StorageConfig CRD to
Fixed
- Fix controller RBAC permissions, granting “get” and “update” of leader election ConfigMap lock.