This repository was archived by the owner on Oct 24, 2023. It is now read-only.
v0.39.0
v0.39.0 - 2019-07-31
Bug Fixes 🐞
- omit NSG rules created by LoadBalancer during upgrade (#1646)
- honour CLEANUP_IF_FAIL in test runner (#1680)
- only include OrchestratorProfile validation during data marshalling for create (#1661)
- add back-compat support for deprecated distro vals (#1669)
- distinct component update messages for upgrade/scale (#1666)
- add ipv6 nic config for vmss [IPv6DualStack] (#1648)
- clusters with SLB scale and upgrade (#1622)
- update container monitoring add-on to use latest version of the containerized omsagent (#1637)
- extend default value -1 for PodMaxPids for master and agentpool profile … (#1623)
- update cluster-autoscaler role (#1643)
- Remove unnecessary transform on VMSS upgrade (#1633)
- CoreOS improvements and fixes (#1578)
- Remove pod-critical annotations in 1.16 manifests. (#1621)
- old VMSS AKS cluster cannot be upgraded after April 2 (#1561)
- remove availability sets in scaling up template (#1610)
- use explicit spec.Selector with apps/v1 api manifests (#1599)
- improve clear containers clean up (#1600)
- do not install clear containers runtime on the VHD (#1587)
- kubeconfig incorrectly escape characters for azuredeploy.json (#1574)
- lock docker distribution version for Azure Stack (#1688)
Documentation 📘
- clean up IPv4/v6 dual stack README (#1690)
- supported versions for disconnected Azure Stacks using VHD 2019.07.10 (#1685)
- Update ipv6 cidr for dualstack (#1683)
- use Microsoft's standard code of conduct for GitHub (#1659)
- rename vhd release notes files to match sku names (#1608)
- fix typo in examples/addons/cluster-autoscaler (#1604)
Features 🌈
- add support for Kubernetes 1.16.0-alpha.1 (#1626)
- add support for Kubernetes 1.15.1 on Azure Stack. (#1653)
- generate network configuration file for Azure CNI on Azure Stack (#1584)
- add support for Kubernetes 1.15.1 (#1642)
- pre-pull docker distribution for Azure Stack (#1631)
- add support for Kubernetes 1.13.8 and 1.14.4 on Azure Stack. (#1614)
- re-enable VMSS overprovisioning for agents (#1601)
- Support kubectl port-forward with k8s 1.15 on Windows nodes (#1543)
- add support for Kubernetes 1.14.4 (#1596)
- add support for Kubernetes 1.13.8 (#1595)
- change windows profile defaults for Azure Stack (#1592)
- add scheduled maintenance addon, by default disabled (#1575)
Maintenance 🔧
- update VHDs to 2019.07.30 (#1700)
- deliver artifacts via VHD where appropriate (#1684)
- use HAS_GOLANGCI value if defined (#1677)
- update Azure CNI to v1.0.24 (#1668)
- update cluster-autoscaler patch versions (#1662)
- update go toolchain to 1.12.7 (#1658)
- deprecate clear-containers runtime support (#1649)
- update dnsmasq-nanny to v1.15.4 (#1639)
- update kube-dns to v1.15.4 (#1629)
- Update OWNERS (#1619)
- re-enable k8s 1.12.7 (#1603)
- update azure-sdk-for-go to v27.3.0 (#1516)
- update Azure constants with new VM sizes (#1591)
Testing 💚
- use kill instead of interrupt signal to terminate kubectl port-forward (#1671)
- don't check for kubernetes.azure.com/role label (#1667)
- replace “vanilla” E2E cluster test with non-VHD cluster test (#1650)
- temporarily allow 10 CA restarts (#1598)
- remove dependency on httpmock for Azure Stack unit tests (#1589)