Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Releases: Azure/acs-engine

v0.18.2

06 Jun 23:12
Compare
Choose a tag to compare

This patch release adds add'l Kubernetes version support.

CHANGES since v0.18.1: 🌈🐞🔧

*v1.10.4 (PR #3200, @CecileRobertMichon)

v0.18.1

06 Jun 06:00
Compare
Choose a tag to compare

This patch release fixes two Kubernetes cluster provisioning bugs.

CHANGES since v0.18.0: 🌈🐞🔧

  • Wait longer (10 mins) for k8s control plane health on masters (PR #3183 @jackfrancis)
  • Explicitly install apt deps during provisioning (PR #3179 @jackfrancis)
    • nfs-common
    • ceph-common
    • conntrack
    • glusterfs-client
    • ipset
    • jq

v0.18.0

05 Jun 16:31
Compare
Choose a tag to compare

FEATURES: 🌈

BUGS FIXED: 🐞

DEV IMPROVEMENTS/CHORES: 🔧

v0.18.0-rc.2

05 Jun 03:36
Compare
Choose a tag to compare
v0.18.0-rc.2 Pre-release
Pre-release
<!--
v0.18.0-rc.2
-->

v0.18.0-rc.1

04 Jun 18:33
Compare
Choose a tag to compare
v0.18.0-rc.1 Pre-release
Pre-release
<!--
v0.18.0-rc.1
-->

v0.17.1

23 May 00:15
Compare
Choose a tag to compare

This patch release adds add'l Kubernetes version support.

CHANGES since v0.17.0: 🌈🐞🔧

v0.17.0

17 May 20:50
Compare
Choose a tag to compare

FEATURES: 🌈

  • Kubernetes
    • Add'l version support:
      • v1.8.13 (Linux only)
        • Windows Kubernetes note: all future Kubernetes version support effort for Windows will focus on >= 1.9, as no further Windows-affecting changes are anticipated for the 1.7 and 1.8 release channels.
        • Default Kubernetes version for Windows-enabled clusters is now 1.9.7.
    • Update Calico to 3.1 (PR #2521 @dtzar)
    • VirtualMachineScaleSets support (PRs #2620 #2830 @sozercan)
    • Use addon-resizer 1.8.1 for k8s 1.9 and above (PR #2753 @jackfrancis)
    • Common cluster etcd encryption key (PR #2756 @CecileRobertMichon)
    • Add acs-engine version tag to provisioned clusters (PR #2782 @maniSbindra)
    • Update docker image for kms service (PR #2821 @ritazh)
    • Rationalize network config and k8s NetworkPolicy (PR #2813 #2854 #2884 @jackfrancis @saiyan86)
      • This PR adds a networkPlugin property to kubernetesConfig which carries configuration for the kubelet runtime --network-plugin option (and enforces related cluster configuration). Prior to this change, both network plugin config (e.g., "kubenet") and networkPolicy enforcement (e.g., what "calico" does) were defined under a common networkPolicy configuration key. Now networkPolicy carries only "network policy" config; and networkPlugin carries only "network plugin" config. Note: this change is backwards-compatible to support previous config patterns (e.g., "networkPolicy": "none")
    • Create a --set flag for generate (PR #2787 @jcorioland)
    • Remove route table when using cilium CNI (PR #2834 @khenidak)
    • StorageProfile default is now ManagedDisks (PR #2833 @jackfrancis)
    • Updated to 1.1.0 release of containerd-cri (PR #2849 @lachie83)
    • Reword cmd descriptions (PR #2856 @CecileRobertMichon)
    • RBAC-enabled dashboard for k8s 1.9 and greater (PR #2816 @jackfrancis)
    • Set Windows Azure CNI config (PR #2822 @saiyan86)
    • Support for CoreOS Flannel (PR #2635 @jessfraz)
    • Kubernetes Cluster Autoscaler (VMSS) addon (PR #2637 #2915 @sozercan @jackfrancis)
    • Disable Windows firewall for Azure CNI (PR #2929 @saiyan86)
    • Update ubuntu image to 16.04.201805090 (PR #2947 @jackfrancis)
    • Add choco extension with param support (PR #2707 @sylus)
    • Update Windows images to 1803 (PR #2958 @jsturtevant)
  • DCOS

BUGS FIXED: 🐞

DEV IMPROVEMENTS/CHORES: 🔧

v0.17.0-rc.2

16 May 23:26
Compare
Choose a tag to compare
v0.17.0-rc.2 Pre-release
Pre-release
<!--
v0.17.0-rc.2
-->

v0.17.0-rc.1

16 May 18:28
c151aad
Compare
Choose a tag to compare
v0.17.0-rc.1 Pre-release
Pre-release
<!--
v0.17.0-rc.1
-->

v0.16.2

02 May 23:07
Compare
Choose a tag to compare

This patch release adds add'l Kubernetes version support.

CHANGES since v0.16.1: 🌈🐞🔧

*v1.8.12 (PR #2803, @jackfrancis @JiangtianLi)