Releases: alauda/kubernetes
Release v1.11.2-v1
- Remove unused kubelet dependency kubernetes#67854
- device manager: don't do operations on nil pointer kubernetes#67661
Release v1.9.6-v2
-
Fixes a bug where character devices are not recongized by the kubelet (kubernetes#60440, @andrewsykim)
-
Fix mounting of UNIX sockets(and other special files) in subpaths (kubernetes#61480, @gnufied)
-
Fixed a race condition in k8s.io/client-go/tools/cache.SharedInformer that could violate the sequential delivery guarantee and cause panics on shutdown. (kubernetes#59828, @krousey)
-
Fixed missing error checking that could cause kubelet to crash in a race condition. (kubernetes#60962, @technicianted)
-
Fixed kube-proxy to work correctly with iptables 1.6.2 and later. (kubernetes#61734, @danwinship)
-
Update kube-dns to Version 1.14.9. Major changes: (kubernetes#61908, @MrHohn)
- Fix for kube-dns returns NXDOMAIN when not yet synced with apiserver.
- Don't generate empty record for externalName service.
- Add validation for upstreamNameserver port.
- Update go version to 1.9.3.
-
fix nsenter GetFileType issue in containerized kubelet (kubernetes#62467, @andyzhangx)
-
Resolves forbidden error when the daemon-set-controller cluster role access controllerrevisions resources. (kubernetes#62146, @frodenas)
-
Update kube-dns to Version 1.14.10. Major changes: (kubernetes#62676, @MrHohn)
- Fix a bug in DNS resolution for externalName services
- and PTR records that need to query from upstream nameserver.
- Fix issue where on re-registration of device plugin, allocatable was not getting updated. This issue makes devices invisible to the Kubelet if device plugin restarts.
-
Only work-around, if this fix is not there, is to restart the kubelet and then start device plugin. (kubernetes#63118, @vikaschoudhary16)
-
Fixes bugs that make apiserver panic when aggregating valid but not well formed OpenAPI spec (kubernetes#63626, @roycaihw)
-
Kubernetes version command line parameter in kubeadm has been updated to drop an unnecessary redirection from ci/latest.txt to ci-cross/latest.txt. Users should know exactly where the builds are stored on Google Cloud storage buckets from now on. For example for 1.9 and 1.10, users can specify ci/latest-1.9 and ci/latest-1.10 as the CI build jobs what build images correctly updates those. The CI jobs for master update the ci-cross/latest location, so if you are looking for latest master builds, then the correct parameter to use would be ci-cross/latest. (kubernetes#63504, @dims)
-
corrects a race condition in bootstrapping aggregated cluster roles in new HA clusters (kubernetes#63761, @liggitt)
-
Fixes issue where subpath readOnly mounts failed (kubernetes#63045, @msau42)
-
Fix a bug in scheduler cache by using Pod UID as the cache key instead of namespace/name (kubernetes#61069, @anfernee)
Release v1.9.6-v1
- Fixes the races around devicemanager Allocate() and endpoint deletion (#60176)