This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
v0.18.0
FEATURES: 🌈
- Kubernetes
- Add'l version support:
v1.11.0-beta.1
v1.11.0-alpha.2
v1.9.8
- NVIDIA Device Plugin support (PR #2545 @sozercan)
- Update cluster-autoscaler version to 1.2.2 (PRs #3014 #3035 @sozercan)
- client-go dependency updated to v7.0.0 (PR #2954 @thomastaylor312)
- Custom VNET support for network policy and kubenet customization. (PR #2931 @JunSun17)
- Support for Low-priority VMs on Virtual Machine Scale Sets (VMSS) (PR #2980 @asw101)
- Added instuctions for installation with gofish (PR #3055 @maniSbindra)
- Autofill ACI Connector credentials and enable logs (PR #2903 @sozercan)
- VMSS is default for >= v1.10.0 (PR #3065 @CecileRobertMichon)
- Set Azure CNI default mode to l2bridge (PR #3104 @saiyan86)
- Add pod-pid-limit options to kubelet in kubernetes 1.10 (PR #2736 @youkoulayley)
- Ensure --admission-control is removed for 1.10 (PR #3108 @jackfrancis)
- Custom Search Domains (PR #2590 @axier)
- Update ubuntu image to 16.04.201805220 (PR #3129 @jackfrancis)
- Scaling Windows agent pools for Availability Sets and VMSS (PR #2859 @danigian)
- Check outbound internet connection at the start of CSE (PR #3083 @CecileRobertMichon)
- Custom DNS (PR #3138 @aminebizid)
- Add'l version support:
- DCOS
BUGS FIXED: 🐞
- Kubernetes
- Validation for WindowsProfile (PR #2798 @JamesEarle)
- removing the vnet from scale templates (PR #2994 @JackQuincy)
- Add node selector for heapster addon (PR #3002 @adelina-t)
- Fix heapster deployment on versions above 1.8 (PR #2925 @kichristensen)
- Revert vmss extension name (PR #3059 @CecileRobertMichon)
- Delete role assignments when deleting a VM (PR #2934 @croeck)
- Fix default Windows versions in different api versions (PR #3079 @CecileRobertMichon)
- Fix systemd service quote issue (PR #3117 @karataliu)
- Remove pre-fill validation in deploy (PR #3112 @CecileRobertMichon)
- Calico needs kubelet config —network-config=cni (PR #3128 @jackfrancis)
- Re-added lost Service object to Heapster addon (PR #3127 @ewok2030)
- Replace log.Fatal by return errors in deploy.go (PR #3116 @CecileRobertMichon)
- Strip version to Major.Minor.Build format (PR #3135 @adelina-t)
- Merge AADProfile during update (PR #3147 @amanohar)
- Throws an error when an unsupported version (PR #3118 @tariq1890)
- Sort k8s versions for better error message readability (PR #3165 @CecileRobertMichon)
- Check for kubernetesConfig nil (PR #3164 @jackfrancis)
- DCOS
DEV IMPROVEMENTS/CHORES: 🔧
- Remove usages of outdated uuid libraries. (PR #3000 @tariq1890)
- Fixing redundant err != nil checks (PR #3007 @tariq1890)
- More cmd package unit tests (PR #2997 @CecileRobertMichon)
- Add codecov yaml (PR #3115 @CecileRobertMichon)
- Updating the go-bindata go get paths (PR #3119 @tariq1890)
- Light refactor of engine.go (PR #3084 @jackfrancis)
- Introduce github.com/rjtsdl/conform dep (PR #3140 @rjtsdl)
- Optimizations to Kubernetes provision script implementation
- PRs #3005 @jackfrancis
- Docs updates!
- Adding example on how to switch Windows versions and OS disk size (PR #2995 @PatrickLang)
- Update docs for Azure CNI subnet requirements (PR #2992 @CecileRobertMichon)
- Fixed dead links in documentation. (PR #3019 @tariq1890)
- SP with resource group level scope example (PR #3077 @billpratt)
- Add doc for useManagedIdentity (PR #3097 @richerlariviere)
- Adding Windows troubleshooting section (PR #3045 @PatrickLang)
- Kubernetes v1.10 example api model (PR #3096 @lucaslccs)
- Add CSE VM extension error troubleshooting guide (PR #3103 @CecileRobertMichon)
- CI/E2E maintenance/improvements!
- Add support for building win zip from for e2e testing (PR #3003 @adelina-t)
- Setup prow CI (PRs #2923 #3160 @Kargakis @CecileRobertMichon)
- DCOS e2e log errors (PR #3081 @CecileRobertMichon)
- Kubernetes: working calico E2E (PRs #3146 #3148 @jackfrancis @dtzar)