Fleet Management
Changed
- Migrate build step to app-build-suite
- Add basic chart tests
Fixed
- Fixed logging in to clusters running on custom domains by removing domain restriction from API URL validation
Fixed
- Add missing namespace in SOPS related secrets created by GitOps subcommands.
- Using custom docker image with openssl to fix vpa-certgen job
- Allow an array of write-all-groups.
Fixed
- Fix
update cluster
command when scheduling an upgrade for a Cluster when the Cluster CR had no previous annotations.
Changed
- Adding
application.giantswarm.io/team
label to kubernetes resources - Removing openssl update in
vertical-pod-autoscaler-certgen
container
- Ensure dedicated
cert-operator
version 0.0.0
is used for client certificate creation in login
command to avoid timeouts. - Adjusted GCP config to support the volume type for all kind of volumes (root, etcd, kubelet, containerd)
Changed
- Update to upstream v1.7.5 policies.
Fixed
- The
kubectl-gs login
command no longer writes to the main kubeconfig file in case there are no changes in access tokens and/or the current context. Also setting the --context
flag will no longer affect the current context (current-context
in kubeconfig) #949