Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Added
- Add clusterresourcesets and clusterresourcesetbindings CRDs to the information about Cluster API CRDs and controllers.
Removed
- Removed the
--num-availability-zones flag from the kubectl-gs template commands. The --availability-zones flag
should be used to specify a list of availability zones.
Changed
- Build release binaries using go 1.16. Kubectl-gs is now available for Linux and Darwin ARM64 machines including Apple M1 Macs.
- Upgrade dependency github.com/giantswarm/app to 4.9.0
- Fetch installation information using a new service, instead of relying on the Giant Swarm REST API.
Added
- Add network policy template.
What’s changed
Fixed
- A configuration change to fix Management API access in one customer installation (#2337)
Dev changes
- Various Dependency updates