This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
v0.19.0
FEATURES: 🌈
- Kubernetes
- Add'l version support:
v1.11.0!
v1.8.14
- Update NVIDIA drivers to 396 (PR #3224 @wbuchwalter)
- OMS agent addon (PRs #3131 #3277 #3294 #3298 #3336 #3342 @jackfrancis @rashmichandrashekar @seanknox)
- Support --set flag in deploy command (PR #3188 @jcorioland)
- Azure CNI networkmonitor addon (PRs #3198 #3270 @jackfrancis)
- Update Calico to 3.1.3 (PR #3257 @dtzar)
- Configure kube-dns to expose metrics (PR #2566 @sylr)
- Add extension for custom DNS (PR #3264 @aminebizid)
- Support upgrade for clusters with vmss-backed agents (PR #3223 @trstringer)
- Remove docker dependency from hyperkube extract (PRs #3296 #3318 @jessfraz @jackfrancis)
- Update Cluster Autoscaler to v1.3 (PR #3320 @sozercan)
- Update containernetworking/plugins to v0.7.1
- Don't install docker in containerd or clear-containers scenarios (PR #2973 @jessfraz)
- Update to Ubuntu 16.04.201806220 (PR #3361 @jackfrancis)
- Add GPU ExtendedResourceToleration admission controller support (PR #3181 @lachie83)
- Add'l version support:
- DCOS
BUGS FIXED: 🐞
- Kubernetes
- Update validate DNSPrefix error message (PR #3206 @weinong @CecileRobertMichon)
- quote base64 strings in the yaml files (PR #3248 @PaulCharlton)
- Add nil check for managed cluster and its properties object (PR #3197 @shrutir25)
- Fix instance metadata + vmss default behavior for k8s 1.10.0 to 1.10.2 (PR #3275 @CecileRobertMichon)
- Ensure params vals are bool, with test (PR #3285 @jackfrancis)
- add annotation to secrets field (PR #3292 @zqingqing1)
- Remove Windows-specific foo for control plane config (PR #3240 @jackfrancis)
- Adds missing cluster subnet substitution for flannel (PR #3356 @thomastaylor312)
- fix nil panic (PR #3359 @CecileRobertMichon)
- Windows: Fix for kubelet startup script when using azure cni (PR #3301 @madhanrm)
- DCOS
DEV IMPROVEMENTS/CHORES: 🔧
- Use github.com/blang/semver (PR #3184 @CecileRobertMichon)
- Vendor: move conform package out of testImport (PR #3217 @rjtsdl)
- Add etgryphon/stringUp (PR #3233 @jackfrancis)
- Some refactoring of validation (PR #3093 @CecileRobertMichon)
- Increase unit tests coverage in package api (PR #3207 @CecileRobertMichon)
- Remove unnecessary nil check (PR #3290 @jackfrancis)
- Refactor validateDNSPrefix function in one place (PR #3276 @CecileRobertMichon)
- More unit tests (PR #3300 @CecileRobertMichon)
- Added more unit tests (PR #3351 @tariq1890)
- Optimizations to Kubernetes provision script implementation
- run /usr/lib/apt/apt.systemd.daily in background (PR #3304 @jackfrancis)
- timeout nc after 3 secs, check 20 times (PR #3314 @jackfrancis)
- Reduce docker pull timeout (PR #3330 @CecileRobertMichon)
- moving journald restart to end of config function (PR #3348 @datwiz)
- Docs updates!
- Adding notes on ACS-Engine v0.18.3 with Windows (PR #3216 @PatrickLang)
- Correct --max-pods documentation error (PR #3237 @jackfrancis)
- Adding keyvaultSecretRef docs (PR #3250 @bnookala)
- Add cluster-autoscaler addon documentation (PR #3243 @diwakar-s-maurya)
- Update kubernetes.md (PR #3329 @dcasati)
- Doc update: fix example kubernetes-vmas.json link (PR #3353 @diwakar-s-maurya)
- CI/E2E maintenance/improvements!
- change codecov yaml (PR #3316 @CecileRobertMichon)
- Fix ssh to get logs in e2e tests (PR #3322 @CecileRobertMichon)
- Enabling 2 Windows E2E tests (PR #3332 @PatrickLang)
- Add a basic DNS livenessprobe test (PR #3346 @jackfrancis)