Fleet Management
Added
- Basic usage tracking data is now collected for every command execution. This should help us maintain and develop the tool. Set the
KUBECTL_GS_TELEMETRY_OPTOUT environment variable to an arbitrary value to disable this. Data is submitted to TelemetryDeck in the EU. More details are available in our docs.
Changed
- BREAKING When templating cluster manifests for CAPV clusters with
kubectl gs template cluster command, now we set the workload cluster release version via the --release flag, instead setting cluster-vsphere version via --cluster-version.
Changed
- Update
karpenter-capa-taint-remover to allow scheduling on all taints.
Changed
- Allow all taints in the daemonset
Changed
- Moved
.serviceMonitor Helm values under .metrics to conform upstream chart.- Additionally, now
.metrics.enabled and .metrics.serviceMonitor.enabled must both be set to true to
deploy the ServiceMonitor to conform upstream.
- Bump default
zot image tag to v2.1.1.
Removed
- Removed
.serviceMonitor.namespace as it was not used and upstream does not use it either.
Changed
- Update
karpenter-crossplane-resources app version to add support for vintage OIDC issuer on migrated clusters
Changed
- Update karpenter to update flowschema API
Changed
- Update to upstream version 2.8.3.
Changed
- Change versioning system to our own app version.
Changed
- Update Kyverno PolicyExceptions to v2 and fallback to v2beta1.
Removed
- Remove dependabot configuration, as we want to use Renovate.