This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
v0.9.0
FEATURES: 🌈
- New Kubernetes releases!
v1.8.2
v1.7.9
- Lots of support for Managed Kubernetes (
aks
) public preview! - Support for etcd v3 (PR #1564 @khenidak)
- Added latest LTS Ubuntu image (PR #1589 @anhowe)
- Added NVIDIA drivers for Kubernetes agents (PR #989 @wbuchwalter)
- related to
^---
refreshed SKU sizes, including GPU vms (PR #1667 @anhowe) - updated to latest Azure CNI version (PR #1664 @dmitsh)
- Update tiller image to v2.6.2 for Kubernetes clusters (PR #1540 @lachie83)
- Support for Kubernetes
--non-masquerade-cidr
(PR #1361 @dbourasseau) - Custom VNET improvements (PR #1150 @sylr)
- ARM template optimization (PR #1579 @anhowe)
- Move kubernetes dashboard to 1.7.1 for all 1.8 k8s releases (PR #1692, @jchauncey)
BUGS FIXED: 🐞
- vendor/ directory was broken for certain filesystems (PR #1634, @jackfrancis)
- removed bug vector in Kubernetes provision script (PR #1570, @karataliu)
- etcd no longer listens on public interface (PR #1628, @jchauncey)
- agent extensions point to master instead of agent nodes (PR #1657 @jessfraz)
- tiller not working in Azure China Cloud (PR #1635 @howudoing)
- Decouple ResourceProvider registration from creating azure client (PR #1665 @CecileRobertMichon)
DEV IMPROVEMENTS/CHORES: 🔧
- Rationalized
vendor/
dependencies (PR #1562, @jackfrancis) - Strip
vendor/
directories (PR #1689, @ultimateboy) - Improved dev environment for k8s on Windows (PR #1703 @JiangtianLi)
- Docs updates!
- PR #1559 @krancour
- PR #1602 @alexandair
- PR #1629 @AntoineGa
- PR #1627 @jackfrancis
- PR #1681 @cr4igo
- CI/E2E maintenance/improvements!