This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
Releases: Azure/acs-engine
Releases · Azure/acs-engine
v0.20.1
CHANGES since v0.20.0: 🔧
- Replace Glide with Dep (PR #3522 @juan-lee)
- retire Azure CDN for container image repository proxying (PR #3535 @jackfrancis)
v0.20.1-rc.2
<!-- v0.20.1-rc.2 -->
v0.20.1-rc.1
<!-- v0.20.1-rc.1 -->
v0.20.0
FEATURES: 🌈
- Kubernetes
- Native Azure NetworkPolicy support (PRs #3205 #3410 #3426 @saiyan86)
- Update etcd to 3.2.23 (PR #3372 @jackfrancis)
- Componentry version updates for 1.11 clusters (PR #3374 @jackfrancis)
- heapster v1.5.3
- kube-dns v1.14.10
- dnsmasq v1.14.10
- rescheduler v0.4.0
- Accelerated Networking by default for supported VMs (PRs #3449 #3483 #3490 @julienstroheker @CecileRobertMichon)
- Remove DenyEscalatingExec admission controller from default list (PR #3423 @lachie83)
- Nvidia device plugin updates for 1.11 (PR #3422 @lachie83)
- kata container support (PR #3465 @egernst)
- Mount audit log file to disk (PR #3335 @kichristensen)
- Windows Remote Management extension (PR #3485 @PatrickLang)
- Keyvault-flexvolume addon (PR #3498 @ritazh)
BUGS FIXED: 🐞
- Kubernetes
- Fix preProvision extensions on Windows (PR #3367 @adelina-t)
- Fix audit-policy erroneous logging (PR #3390 @maniSbindra)
- Fix KMS in multi api-server (PR #3430 @ritazh)
- Update clusterKeyVaultName for kv and sa (PR #3440 @ritazh)
- Using Fatalf instead of Fatalln when formatting characters are present (PR #3450 @tariq1890)
- Pass ARM_CLOUD to autoscaler (PR #3446 @gsacavdm)
- Do not deploy AKS Billing extension for national clouds (PR #3417 @gsacavdm)
- added nvidia device plugin limits and requests (PRs #3497 #3509 @sozercan @jackfrancis)
- Ensure nvidia drivers install after docker is installed (PR #3517 @jackfrancis)
DEV IMPROVEMENTS/CHORES: 🔧
- Add bash completion command (PR #3392 @stuartleeks)
- Use errgroup instead of counting goroutines (PR #3387 @cpuguy83)
- Cleanup error usage (PR #3386 @cpuguy83)
- Unit test coverage (PRs #3382 #3344 #3467 #3476 @tariq1890 @CecileRobertMichon)
- Add TLS Certificates to Docker Image (PR #3457 @apeschel)
- Commiting the latest code gen files so that circle-ci builds pass (PR #3477 @tariq1890)
- Update go-autorest to v9.10.0 and azure-sdk-for-go to v12.4.0-beta (PR #3095 @gsacavdm)
- Optimizations to Kubernetes provision script implementation
- higher timeout, more retries for dpkg -i (PR #3441 @jackfrancis)
- Docs updates!
- Windows troubleshooting steps (PR #3431 @PatrickLang)
- Add manual steps for powershell remoting. Workaround for #3460 (PR #3461 @PatrickLang)
- CI/E2E maintenance/improvements!
- Windows cluster tests maintenance (PRs #3407 #3402 #3429 #3470 @PatrickLang)
- Optimized HPA test (PR #3428 @jackfrancis)
v0.19.5
This patch release adds add'l Kubernetes version support.
CHANGES since v0.19.4: 🌈
- Add Kubernetes
v1.11.1
support (PR #3495 @jackfrancis)
v0.19.4
CHANGES since v0.19.3: 🌈🐞🔧
- Kubernetes: Enables
br_netfilter
kernel module (PR #3484 @thomastaylor312)- This change enables iptables bridging for CNI-enabled Kubernetes clusters
v0.19.3
This patch release adds add'l Kubernetes version support.
CHANGES since v0.19.2: 🌈🐞🔧
- Add Kubernetes
v1.8.15
support (PR #3464 @CecileRobertMichon)
v0.19.2
CHANGES since v0.19.1: 🌈🐞🔧
- Kubernetes: Azure CNI v1.0.7 (PR #3433 @jackfrancis)
- Fix Windows network blip during network creation/deletion (#3438 @madhanrm)
v0.19.1
This patch release adds add'l Kubernetes version support.
CHANGES since v0.19.0: 🌈🐞🔧
- Enable upgrade to
v1.11.n
fromv1.10.n
(PR #3397 @jackfrancis) - Update component versions for Kubernetes 1.11 (#3374 @jackfrancis)
- Add Kubernetes
v1.9.9
support (PR #3388 @CecileRobertMichon)
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)