Releases: Azure/acs-engine
v0.15.0-rc.1
<!-- v0.15.0-rc.1 -->
v0.14.6
v0.14.6-rc.1
v0.14.5
CHANGES since v0.14.4: 🌈🐞🔧
This patch release adds support for Kubernetes v1.10.0
:
https://github.com/kubernetes/kubernetes/releases/tag/v1.10.0
Disclaimer: Windows support for v1.10.0 is for provided for experimentation only at this point, ymmv. When we have a consistent, stable cluster deployment experience we will explicitly note that in a future release.
v0.14.4
This patch release adds add'l Kubernetes version support.
CHANGES since v0.14.3: 🌈🐞🔧
- Kubernetes
v1.9.6
support (PR #2505, @jackfrancis) - two bug fix for hosted master template configurations (PR #2503 @jackfrancis)
v0.14.3
This patch release adds add'l Kubernetes version support.
CHANGES since v0.14.2: 🌈🐞🔧
- Kubernetes
v1.10.0-rc.1
support (Linux only) added (PR #2497, @jackfrancis) - bug fix for IsHostedMaster configurations (PR #2498 @jackfrancis)
v0.14.2
This patch release adds add'l Kubernetes version support.
CHANGES since v0.14.1: 🌈🐞🔧
*v1.9.5
(PR #2487, @jackfrancis @JiangtianLi)
*v1.8.10
(PR #2488, @jackfrancis @JiangtianLi)
*v1.7.15
(PR #2490, @jackfrancis @JiangtianLi)
v0.14.1
This patch release adds add'l Kubernetes version support
CHANGES since v0.14.0: 🌈🐞🔧
- Windows support for Kubernetes
v1.7.14
,v1.8.9
, andv1.9.4
(PR #2471, @JiangtianLi nLi) - Support Kubernetes for
v1.10.0-beta.4
(Linux only) (PR #2472 @jackfrancis)
v0.14.0
KUBERNETES SECURITY 🔐
- Kubernetes security patch releases
- v1.9.4 (Linux-only) (PR #2405 @jackfrancis)
- v1.8.9 (Linux-only) (PR #2441 @CecileRobertMichon)
- v1.7.14 (Linux-only) (PR #2442 @CecileRobertMichon)
FEATURES: 🌈
- Kubernetes
- Add'l version support:
- v1.7.13 (PRs #2369 #2370 @CecileRobertMichon @JiangtianLi)
- Kubernetes 1.10-beta.2 support (Linux-only) (PR #2413 @jackfrancis)
- Upgrade Kubernetes components (PRs #2406 #2415 @jackfrancis)
- Ubuntu base image SKU to
16.04.201802220
- Base CNI plugin to
v0.7.0
- Dashboard image to
kubernetes-dashboard-amd64:v1.8.3
- Heapster image to
heapster-amd64:v1.5.1
- Addon-manager image to
kube-addon-manager-amd64:v8.6
- Tiller to 2.8.1 (PR #2397 @ultimateboy)
- Ubuntu base image SKU to
- Support non-public Internet cluster deployments (PRs #2326 #2353 #2354 #2363 #2401 #2414 @CecileRobertMichon)
- Enable k8s AggregatedAPI by default for k8s 1.9.0+ (PR #2264 @pidah)
- Configurable--cluster-domain (PR #2303 #2276 @jackfrancis)
- Update default etcd version to v3.2.16 (PR #2292 @jackfrancis)
- --cgroups-per-qos & --enforce-node-allocatable (PR #2310 @pidah)
- NVIDIA GPU support (PRs #2219 #2316 #2409 @wbuchwalter, @jackfrancis)
- Azure Government Cloud support (PRs #2293 #2356 #2335 #2352 #2375 #2373 #2376 #2381 @gsacavdm)
- Metrics server addon (PR #2339 @pidah)
- Deprecate support for Kubernetes v1.5 (PR #2394 @rjtsdl)
- Cluster deployment success/failure on 100% nodes in Ready state (PR #2225 @jackfrancis)
- Cilium network policy support (PR #2429 @jessfraz)
- Add'l version support:
BUGS FIXED: 🐞
- Fix monitoring extension and add support for prometheus v2 (PRs #2257 #2274 @trstringer)
- Don't display "Error: " on successful deployment (PR #2300 @itowlson)
- Ensure docker installs before ensure docker runs (PR #2305 @jackfrancis)
- Save api model changes after upgrade (PR #2306 @CecileRobertMichon)
- Handle error due to missing permissions during deploy (PR #2297 @vvvrrooomm)
- Fix quotation in etcd daemon args (PR #2325 @CecileRobertMichon)
- Remove Windows + custom VNET validation error (PR #2322 @jackfrancis)
- Fixes to Azure CNI upgrade (PRs #2327 @JunSun17)
- Missing import (PR #2348 @jackfrancis)
- Add ClustrRole & ClusterRoleBinding for azure file (PR #2238 @andyzhangx)
- Mount /sbin/apparmor_parser if PodSecurityPolicy is enabled (PR #2320 @jackfrancis)
- Remove deprecated k8s --require-kubeconfig (PR #2365 @karataliu)
- Mounting multiple azure disks fix (PR #2410 @andyzhangx)
- Sync flags with azure cli shorthands (PR #2423 @Kargakis)
DEV IMPROVEMENTS/CHORES: 🔧
- Allow "v" prefix in orchestrator version and release (PR #2344 @CecileRobertMichon)
- Allow a default k8s version for loading agentpool-only clusters (PR #2357 @mboersma)
- Minor fix in Windows build script (PR #2379 @JiangtianLi
- Rationalized vendor/ dependencies (PR #2390 @jackfrancis)
- Remove unnecessary hyperkube reference (PR #2391 @jackfrancis)
- OrchestratorRelease by platform in vlabs (#2458)
- Update dev image to
quay.io/deis/go-dev:v1.9.0
- Docs updates!
- Check for permission to create and assign service principals (PR #2281 @vvvrrooomm)
- Clarify that only Calico supports K8s network policies (PR #2270 @dennis-benzinger-hybris)
- Improve the instructions for AAD. (PR #2330 @brendandburns)
- Typo in custom VNET docs (PR #2342 @ChunkLightTuna)
- Notes on day-to-day operations on an acs-engine cluster (PR #2351 @skinny)
- Add etcd certs to KV docs (PR #2396 @CecileRobertMichon)
- Remove managed disks private preview notice (PR #2416 @sgoings)
- CI/E2E maintenance/improvements!
- api/vlabs: fix typos in tests (PR #2280 @jessfraz)
- Service LB validations and pod Ready/NotReady (PR #2279 @jackfrancis)
- Test single master node Windows clusters (PR #2402 @jackfrancis)
- Add e2e validation for k8s ILB routing (PR #2427 @jackfrancis)
v0.13.1
This patch fixes an upgrade regression due to recently implemented static IP allocation and a regression causing etcd not to restart on master reboots (issue #2282).