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.16.1
This patch release adds add'l Kubernetes version support.
CHANGES since v0.16.0: 🌈🐞🔧
*v1.10.2
(PR #2794, @jackfrancis @JiangtianLi)
v0.16.0
FEATURES: 🌈
- Kubernetes
- Add'l version support:
v1.9.7
v1.11.0-alpha.1
- Run kubelet as native daemon (and not inside container) (PRs #2584 #2610 @CecileRobertMichon)
- k8s apiserver --oidc properties are user-overridable (PR #2603 @jackfrancis)
- Enable custom base images for Kubernetes (PRs #2513 #2613 @Kargakis)
- Add'l version support:
- DCOS
- private registry support for DCOS (PR #1137 @xtophs)
- add EnableRBAC to hosted master workflow (PRs #2647 #2653 @rjtsdl)
- add custom VNET to hosted master workflow (PRs #2648 #2693 #2716 @JunSun17)
- Use latest patch version in preferred release channel as default k8s release (PR #2654 @CecileRobertMichon)
BUGS FIXED: 🐞
- fix maxPods deprecation inconsistency (PR #2618 @jackfrancis)
- remove deprecated etcd-quorum-read flag from apiserver (PR #2630 @seanknox)
- ensurePodSecurityPolicy before check for ready nodes (PR #2633 @jackfrancis)
- add condition to kubelet.service (PR #2638 @jackfrancis)
- Update grafana for fix fs issues (PR #2628 @martell)
- Fix nil linuxprofile (PR #2621 @zqingqing1)
- Don't generate ssh key on existing cluster (PR #2671 @weinong)
- Fix clear containers cc-proxy (PR #2686 @jessfraz)
- Fix the older api version to make LinuxProfile not required (PR #2717 @weinong)
- Fix a bug where version is override when omitted during update (PR #2725 @weinong)
- Fix nil pointer panic (PR #2733 @weinong)
DEV IMPROVEMENTS/CHORES: 🔧
- Prevent override of _output directory (PR #2581 @skinny)
- Updated ubuntu image to 16.04.201804050 (PR #2640 @jackfrancis)
- Rename Kubernetes provision script (PR #2617 @CecileRobertMichon)
- Optimizations to Kubernetes provision script implementation
- remove unnecessary setNetworkPlugin func (PR #2601 @jackfrancis)
- retry apt-mark hold and apt-mark unhold (PR #2625 @jackfrancis)
- add retries for systemctl commands (PR #2639 @jackfrancis)
- wait_for_file, rationalize docker install (PR #2641 @jackfrancis)
- install kubelet deps during provisioning (PR #2643 @jackfrancis)
- Do not check for nodes Ready in CSE on masters (PR #2650 @jackfrancis)
- Standardize systemd implementation for k8s provisioning (PR #2666 @jackfrancis)
- Rationalize exit codes in CSE (PR #2701 @CecileRobertMichon)
- refresh dependencies (PR #2615 @jackfrancis)
- Fix broken devenv.ps1 due to dot net core (PR #2660 @JiangtianLi)
- Docs updates!
- Cluster definition docs cleanup (PR #2622 @CecileRobertMichon)
- CI/E2E maintenance/improvements!
- re-enable marathon app in DCOS cluster validation (PR #2655 @dmitsh)
- re-enable soak tests (PR #2642 @CecileRobertMichon)
- E2E ILB test only create service once (PR #2667 @CecileRobertMichon)
v0.16.0-rc.4
<!-- v0.16.0-rc.4 -->
v0.16.0-rc.3
<!-- v0.16.0-rc.3 -->
v0.16.0-rc.2
<!-- v0.16.0-rc.2 -->
v0.15.2
This patch release adds add'l Kubernetes version support.
CHANGES since v0.15.1: 🌈🐞🔧
*v1.10.1
(PR #2672, @jackfrancis @JiangtianLi)
v0.16.0-rc.1
<!-- v0.16.0-rc.1 -->
v0.15.1
This patch release adds add'l Kubernetes version support.
CHANGES since v0.15.0: 🌈🐞🔧
*v1.8.11
(PR #2605, @jackfrancis @JiangtianLi)
*v1.7.16
(PR #2592, @jackfrancis @JiangtianLi)
v0.15.0
FEATURES: 🌈
- Kubernetes
- Add'l version support:
- Windows support for v1.10.0
- update ubuntu image ver to 16.04.201803230 (PR #2578 @jackfrancis)
- Enable --oidc overrides in apiserver (PR #2528 @sylr)
- use cri-containerd w/ clear-containers (PR #2536 @jessfraz)
- Set default windows network policy to Azure CNI (PR #2514 @saiyan86)
- Istio example added for Kubernetes + Istio experimentation (PR #2531 @dtzar)
- Improve non-masquerade-cidr (PR #2557 @sylr)
- Generic kube-scheduler config interface (PR #2500 @jackfrancis)
- Enable full semver Kubernetes release handling (PR #2506 @jackfrancis)
- Trimmed down permission for dashboard service account (PR #2571 @EPinci)
- Make --azure-container-registry-config optional (PR #2546 @yolo3301)
- Increase etcd disk volume with node count (PR #2435 @sylr @jackfrancis)
- Add'l version support:
- private registry support for DCOS (PR #1137 @xtophs)
BUGS FIXED: 🐞
- Deregister node in api server during cordon-and-drain (PR #2437 @dmitsh)
- added deployment name and resource group name to deployment error (PR #2466 @dmitsh)
- fix azuredeploy warnings (PR #2468 @CecileRobertMichon)
- fix delay in outbound internet access for Windows Kubernetes clusters (PR #2378 @madhanrm)
- fixed dcos deployment generation with omitted preprovisioning script (PR #2501 @dmitsh)
- More descriptive version error messages (PR #2522 @vpatelsj)
- change managed azure disk storage class to unmanaged (PR #2526 @andyzhangx)
- use v1beta1 for ClusterRole to support k8s 1.7 (PR #2525 @andyzhangx)
- Add containerized flag and update mount options (PR #2519 @lachie83)
- fixed nil panics during aggregated API validation (PR #2594 @jackfrancis)
DEV IMPROVEMENTS/CHORES: 🔧
- simplify code and turn on more linters (PR #2433 @jessfraz)
- added 20180331 api model to support addon (PR #2440 @weinong)
- goimports: run on files (PR #2467 @jessfraz)
- deployment optimizations (PRs #2479 #2457 #2486 #2492 #2518 #2520 #2552 #2577 @jackfrancis @CecileRobertMichon)
- colorized CLI stdout logging (PR #2482 @drdarshan)
- Update PULL_REQUEST_TEMPLATE.md (PR #2515 @CecileRobertMichon)
- Remove trailing whitespaces (PR #2495 @sylr)
- clear-containers cleanup (PR #2539 @jessfraz)
- containerd: just install tarball release (PR #2547 @jessfraz)
- ACI client key as secret value (PR #2436 @vglafirov)
- update dev image to go-dev:v1.9.1 (PR #2579 @jackfrancis)
- linux profile is optional and add the nodeRG (PR #2582 @zqingqing1)
- Docs updates!
- Improved docs and added missing fields in keyvault-params example (PR #2524 @ewok2030)
- Updated admission control defaults documentation to match actual (PR #2558 @billpratt)
- Doc to update Route Table when Custom VNET is in different RG (PR #2086 @davesykeselateral)
- CI/E2E maintenance/improvements!
- make e2e compatible with jumpbox for private clusters (PR #2575 @CecileRobertMichon)
v0.15.0-rc.2
<!-- v0.15.0-rc.2 -->