Continuous Deployment
Changed
- Enable VPA by default (Helm value
.verticalPodAutoscaler.enabled
now defaults to true
, was false
).
Changed
- Upgrade Flux to 2.2.3 version.
Changed
- Updgrade Flux to 2.4.0 version.
Changed
- Updgrade Flux to 2.3.0 version.
- Updgrade Flux to 2.2.0 version.
Changed
- Update PolicyExceptions to
v2beta1
.
- Set the location of the notificaton-controller to the namespace it’s currently running in.
Fixed
- Fix resource labelling from
giantswarm.io/service_type
to giantswarm.io/service-type
.
Changed
- Bump generated sources and kustomizations to v1.
Added
- Add pod monitors to controllers. Creation is controlled by the
.podMonitors.enabled
Helm value with default: true
.
Removed
- Removed
{{ .Release.Name }}-monitoring
service that was used in the old monitoring stack.