Update Kubernetes from v1.9.4 to v1.9.5

This commit is contained in:
Dalton Hubble
2018-03-18 17:50:14 -07:00
parent b1cdd361ef
commit 758c09fa5c
26 changed files with 60 additions and 58 deletions

View File

@ -4,6 +4,8 @@ Notable changes between versions.
## Latest
* Kubernetes [v1.9.5](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.9.md#v195)
* Fix `subPath` volume mounts regression ([kubernetes#61076](https://github.com/kubernetes/kubernetes/issues/61076))
* Introduce [Container Linux Config snippets](https://typhoon.psdn.io/advanced/customization/#container-linux) on cloud platforms ([#145](https://github.com/poseidon/typhoon/pull/145))
* Validate and additively merge custom Container Linux Configs during `terraform plan`
* Define files, systemd units, dropins, networkd configs, mounts, users, and more