Continuous Deployment
Added
- Introduce interface for disabling feature gates.
- Fixed quoting of pod template labels
Added
- Add capability to attach custom labels and annotations to kustomize-contoller pod template
Changed
- Bump upstream flux toolkit version to from
v0.36.0 to v0.37.0.- The interpretation of the
gitImplementation field of GitRepository by source-controller and image-automation-controller has been deprecated, and will effectively always use go-git. ImageUpdateAutomation objects with a .spec.PushBranch specified will have the push branch refreshed automatically via force push.ImagePolicy CRD dropped version v1alpha1ImageRepository CRD dropped version v1alpha1ImageUpdateAutomation CRD dropped version v1alpha1
- Increased memory limits for CRD install job as it was observed to frequently get OOM killed
- Add capability to annotate the kustomize-controller service account
Added
- Chart: Add
cluster.domain to configure cluster domain.
Fixed
- Fixed a typo in
image-reflector-controller VPA.
Added
- Add
verticalPodAutoscaler.force switch.
Added
- Add a check if VPA capabilities exist in the first place.
Changed
- Upgrade ATS to
v0.2.9 - Bump upstream flux toolkit version to from
v0.35.0 to v0.36.0. There are
no breaking changes. - Change resource requests & limits.
Added
- Mark the app as subject to two step installation procedure.
Changed
- Bump upstream flux toolkit version to from
v0.33.0 to v0.35.0.
This upgrade comes with 1 breaking change from Flux v0.34.0, see: fluxcd/flux2#3051. - Change default registry in helm chart to docker.io.