- Update introductions of all
kubectl gs template ...command pages (#1320)
Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Fixes
- Handle empty
image.registryin CRD install job
- Handle empty
Added
- Add cluster-namespace controller which ensures that RBAC resources to access resources in cluster namespaces can be granted to those with access to the clusters organization
- Add bootstrapping for the
read-cluster-appsandwrite-cluster-appsclusterRoles. - Add update option for
orgReadClusterRoleBindingresource.
Changed
- The
write_all_groupconfiguration key is now optional.
- Update GitOps support section of app platform docs (#1319)
- Update Management API intro (#1316)
Changes
- Don’t display “Get Started” guide if the cluster is not in the organization namespace. By @kuosandys in https://github.com/giantswarm/happa/pull/3186
- When creating a cluster with a single control plane node on AWS, we now make sure that the availability zone is randomly selected. By @kuosandys in https://github.com/giantswarm/happa/pull/3191
Full Changelog: https://github.com/giantswarm/happa/compare/v1.35.10...v1.35.11
- Internal change: Update image for CircleCI (#1317)
Added
- Add the
image_registrylabel exposing the image registry.
Changed
- Bump
golang,prometheus, andstarboarddependency versions. - Update Grafana dashboard to use plugin version 8.3.2 and the new label.
- Add the
Fixed
- Fix RBAC rule for fix secret job.