- initial Helm Chart and repository configuration.
Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Changed
- Use
node-role.kubernetes.io/control-planeas key for node selector for master instances asnode-role.kubernetes.io/masteris deprecated and removed in v1.25
- Use
Added
- Configure request and limits for CRD job.
Added
cluster templatesupports a generic way to templateCAPIbased clusters where all the input parameters are given asvalues.yamlfrom the correspondingclusteranddefault-appschart.- CAPZ: removed unmaintained
CAPZimplementation and switched to the generic templating implementation.
Changed
kubectl gs template clusterfor Cluster API provider AWS has been adapted to work with the values schema of cluster-aws v0.28.0.
Changed
- Update
kyvernoto upstream version 1.9.2 / chart version 2.7.2.
- Update
Added
- Add
node-role.kubernetes.io/control-planekey to list of tolerations
- Add
Added
- Add
node-role.kubernetes.io/control-planeto crd install jobs toleration.
- Add
Changes
- JSON schema form payload cleaning was added by @gusevda in https://github.com/giantswarm/happa/pull/4165
Full Changelog: https://github.com/giantswarm/happa/compare/v1.57.8...v1.57.9
Fixed
- The VPA for
external-secretserroneously picks up thekubectlpod created by the CRD installer job and changes the resource requirements for it potentially causing OOM kill for it
- The VPA for
Changed
- Add new app dependency mechanism (
app-operator.giantswarm.io/depends-on) to the prometheus-operator-app and agent so they are not installed until the CRD app is deployed. - prometheus-operator: drop
apiserver_request_slo_duration_seconds_bucketmetrics from apiserver - upgrade
prometheus-operator-appto 4.0.1 andprometheus-operator-crdto 4.0.0 - upgrade
prometheus-agentto 0.3.0 to support chinese registry
Added
- Add
promtail-appv1.0.1 disabled by default.
- Add new app dependency mechanism (