Managed Apps
Changed
- Updated Ingress resources in helm chart.
- Add workaround for Chart upgrade not working when not using lets encrypt due to changed secret type.
Fixes
- Disable Secrets creation validation in ValidatingWebhookConfiguration. This fixes deployments with
ingressController.admissionWebhook.enabled in values.
Updates
Added
- Allow enabling the
--enable-ssl-chain-completion flag. Disabled by default. Use this to autocomplete SSL certificate chains with missing intermediate CA certificates. Certificates uploaded to Kubernetes must have the “Authority Information Access” X.509 v3 extension for this to succeed.
Fixed
- Fix naming of VPA deployments in workload clusters.
Added
- Increase
trivy scan Job memory limits to 1G.
Changed
- Allow setting the AWS default region (
aws.region) indepentent from any other value.
Removed
- Disable policy-reporter monitoring (ServiceMonitors) by default.
Added
- Add VPA app to default catalog.
Removed
- Move CRDs to giantswarm/vertical-pod-autoscaler-crd app.
Fixed
- Match
appVersion to the starboard-operator app version.