Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Added
- [Helm] Ability to specify deployment (rollout) strategy and switch from ‘Recreate’ to ‘RollingUpdate’ by default.
Added
- Chart: Sync to upstream. (#903)
- Chart: Add volumes for webhook patch job.
- Chart: Add resize policy.
- Chart:
Add controller.metrics.serviceMonitor.scrapeTimeout.
Changed
- Chart: Sync to upstream. (#903)
- Controller: Update image to v1.14.0.
- Kube Webhook CertGen: Update image to v1.6.4.
- Chart: Make extra init containers templatable.
Changed
- Fixed: set observability tenant to ‘giantswarm’
Changed
- Chart: Sync to upstream. (#901)
- Controller: Update image to v1.13.4.
- Kube Webhook CertGen: Update image to v1.6.4.
- Chart: Make
service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled overridable.
Added
- Chart: Sync to upstream. (#899)
- Chart: Add
controller.service.trafficDistribution.
Changed
- Chart: Sync to upstream. (#899)
- Controller: Update image to v1.12.8.
- Kube Webhook CertGen: Update image to v1.6.4.
- Chart: Make
service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled overridable.
Changed
- Fixed: remove ‘additionalProperties: false’ from values.yaml schema.
Changed
- Upgrade to upstream Helm chart
v0.1.83 (patch release) and zot 2.1.10
Changed
- Add the team tenant observability label to pod templates
- switch helm schema generation to
https://github.com/dadav/helm-schema/, add it to pre-commit config and
add some missing annotations
Changed
- Added support for Node.js v24
- Removed TypeScript types for Kubernetes object and types generator script.
- Refactored the code to use types from
@giantswarm/k8s-types package.
Fixed