diff --git a/CHANGELOG.md b/CHANGELOG.md index bebf6f5a..c3f199d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Azure Kubernetes Service Changelog +## Release 2019-06-10 + +* Bug Fixes + * Kubernetes taints and tolerations are now supported in all AKS regions. + * Taints & Tolerations are preserved for current cluster nodes and + through upgrades, however they are _not_ preserved through scale (up, + down) operations. + +* Preview Features + * A bug that prevented cluster agent pool deletions due to VMSS creation + failures has been fixed. + * A bug preventing the cluster autoscaler from working with nodepool enabled + clusters (one or more nodepools) has been fixed. + * A bug where the NSG would not be reset as needed during a nodepool create + request has been fixed. + +* Component Updates + * AKS-Engine has been updated to v0.35.4 + ## Release 2019-05-28 * New Features