- Add weekly highlights for the week ending April 1, 2022 (#1385)
Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Changes
- There is now a guide explaining how to upgrade a cluster via the Management API. Note: it only appears if an upgrade is available. By @gusevda in https://github.com/giantswarm/happa/pull/3303
- For clusters on Azure, we now show the Azure Tenant ID on the cluster details page. By @gusevda in https://github.com/giantswarm/happa/pull/3294
- Fixed a problem in the organization access control > permissions UI where content would sometimes get displayed only after a delay. By @gusevda in https://github.com/giantswarm/happa/pull/3298
Full Changelog: https://github.com/giantswarm/happa/compare/v1.38.1...v1.39.0
- Internal change: use Organization CRD from the canonical source
giantswarm/organization-operatorinstead ofgiantswarm/apiextensions(#1386)
- Internal change: use Organization CRD from the canonical source
- In
kubectl gs login, add support for workload clusters on OpenStack.
- In
Removed
- Remove
orgpermissionscontroller as it is deprecated and all its resources have been cleaned up.
- Remove
- Delete old Kubernetes dashboard docs (#1384)
Fixed
- Add missing config annotation to the chart.
Fixed
- Rename app to grafana instead of grafana-app
Changed
- Dependencies: replace
github.com/dgrijalva/jwt-gowithgithub.com/golang-jwt/jwt/v4.
- Dependencies: replace
Added
- Add templating for clusters using Cluster API provider Google Cloud (CAPG).
Changed
- Make the region and availability zones flags optional for CAPA clusters.