stable-1.15-2.0.0
joejulian
released this
09 Jul 18:41
·
434 commits
to master
since this release
- [awsebscsiprovisioner] The manual steps to upgrade the snapshot APIs from v1alpha1 to v1beta1 is no longer required. It has been automated in the chart CRD install hook by default. If you do not want that default behavior of cleaning up v1alpha1 snapshot CRDs, you can set
cleanupVolumeSnapshotCRDV1alpha1
tofalse
and follow the instructions for upgrading to Kubernetes1.17
. (#273, @sebbrandt87) - [gcpdisk-csi-driver] The manual steps to upgrade the snapshot APIs from v1alpha1 to v1beta1 is no longer required. It has been automated in the chart CRD install hook by default. If you do not want that default behavior of cleaning up v1alpha1 snapshot CRDs, you can set
cleanupVolumeSnapshotCRDV1alpha1
tofalse
and follow the instructions for upgrading to Kubernetes1.17
.
[azuredisk-csi-driver] The manual steps to upgrade the snapshot APIs from v1alpha1 to v1beta1 is no longer required. It has been automated in the chart CRD install hook by default. If you do not want that default behavior of cleaning up v1alpha1 snapshot CRDs, you can setsnapshot.cleanupVolumeSnapshotCRDV1alpha1
tofalse
and follow the instructions for upgrading to Kubernetes1.17
. (#279, @jieyu) - [prometheus-operator] Upgrade to version 0.38.1
- [traefik] fix an issue where
clusterhostname
can now be an ipaddress as well (#286, @GoelDeepak) - [dex-k8s-authenticator] Fix bug in init container that could remove custom CA certificate from main cluster login instructions (#291, @mhrabovcin)
- [traefik] Distribute pods across nodes and zones when possible.
[traefik] Set a PodDisruptionBudget to ensure at least 1 pod is running at all times. (#292, @branden) - Prometheus-alert-manager: increase memory and cpu limits due to OOM errors (#298, @hectorj2f)
- Traefik is now upgradeable again when the
initCertJobImage
field is modified. (#302, @makkes) - [traefik]:
- upgrade to 1.7.24
- mTLS available
- accessLogs.filters setable
- caServer setable for acme challenge (#304, @sebbrandt87)
- Traefik: access log is enabled by default (#305, @mhrabovcin)
- Opsportal: fix a typo in 'lables' that caused issues during upgrades. (#307, @dkoshkin)
- [prometheus]: Update prometheus-operator chart, which adds a grafana dashboard for monitoring autoscaler (#308, @gracedo)
- [dex-k8s-authenticator]:
- fix: render configure kubectl instructions with the cluster hostname.
- fix: add clippy js for clipboard support (#309, @samvantran)
- [prometheus] Increases default Prometheus server resources. (#310, @branden)
- ValuesRemap has been added for rewriting the forward authentication url in multiple addons. (#315, @jr0d)
- Konvoyconfig has a new field
caCertificate
to support custom certificate in managed cluster (#316, @GoelDeepak) - Istio addon upgraded to 1.6.3 (#317, @GoelDeepak)
- Opsportal: allow landing page deployment replica count to be configured (#319, @jieyu)
- [dashboard] Upgrades the Kubernetes dashboard to 2.0.3.
[dashboard] Adds metrics visualizations to the Kubernetes dashboard UI. (#320, @branden) - Traefik: revert changes to the service ports that broke Velero functionality. (#328, @dkoshkin)
- Traefik-foward-auth: fix a bug that might cause /_oauth callback to be redirected to other services (#334, @jieyu)
- Adds the Conductor service card to the cluster detail page of the UI. (#344, @natmegs)