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.9.4

17 Nov 05:12
5070934
Compare
Choose a tag to compare

This patch primarily fixes a regression in clusters using the Azure CNI networking implementation.

CHANGES since v0.9.3: 🌈🐞🔧

v0.9.3

12 Nov 22:39
Compare
Choose a tag to compare

CHANGES since v0.9.2: 🌈🐞🔧

  • added November Canonical Ubuntu image (PR #1757, @anhowe)
  • add option to disable dashboard Kubernetes addon (PR #1754 @dmitsh)

v0.9.2

11 Nov 20:31
Compare
Choose a tag to compare

CHANGES since v0.9.1: 🌈🐞🔧

v0.9.1

05 Nov 05:47
f9d0e57
Compare
Choose a tag to compare

CHANGES since v0.9.0: 🌈🐞🔧

v0.9.0

04 Nov 19:47
Compare
Choose a tag to compare

FEATURES: 🌈

  • New Kubernetes releases!
    • v1.8.2
    • v1.7.9
  • Lots of support for Managed Kubernetes (aks) public preview!
  • Support for etcd v3 (PR #1564 @khenidak)
  • Added latest LTS Ubuntu image (PR #1589 @anhowe)
  • Added NVIDIA drivers for Kubernetes agents (PR #989 @wbuchwalter)
  • related to ^--- refreshed SKU sizes, including GPU vms (PR #1667 @anhowe)
  • updated to latest Azure CNI version (PR #1664 @dmitsh)
  • Update tiller image to v2.6.2 for Kubernetes clusters (PR #1540 @lachie83)
  • Support for Kubernetes --non-masquerade-cidr (PR #1361 @dbourasseau)
  • Custom VNET improvements (PR #1150 @sylr)
  • ARM template optimization (PR #1579 @anhowe)
  • Move kubernetes dashboard to 1.7.1 for all 1.8 k8s releases (PR #1692, @jchauncey)

BUGS FIXED: 🐞

DEV IMPROVEMENTS/CHORES: 🔧

v0.8.0

06 Oct 19:35
Compare
Choose a tag to compare

FEATURES: 🌈

BUGS FIXED: 🐞

DEV IMPROVEMENTS/CHORES: 🔧

v0.7.0

21 Sep 16:01
Compare
Choose a tag to compare

FEATURES: 🌈

BUGS FIXED: 🐞

DEV IMPROVEMENTS/CHORES: 🔧

v0.6.0

05 Sep 17:23
Compare
Choose a tag to compare

FEATURES: 🌈

BUGS FIXED: 🐞

DEV IMPROVEMENTS/CHORES: 🔧

v0.5.0

07 Aug 17:04
Compare
Choose a tag to compare

FEATURES: 🌈

BUGS FIXED: 🐞

  • Update Calico to use Canal, fixes inter-pod communication (PR #1013, @lachie83)
  • Fix Heapster Nanny restarts (PR #1133, @lachie83)
  • Fix Docker group issue on DC/OS (PR #1113, @jmspring)
  • Increase TCP retransmission window to mitigate issue where nodes are blackholed if a master VM disappears unceremoniously (PR #1044, @dmitsh)
  • Added retries for apt-get install and systemctl enable commands for kubernetes custom script (PR #1104, @JackQuincy)

DEV IMPROVEMENTS/CHORES: 🔧

v0.4.0

20 Jul 22:13
Compare
Choose a tag to compare

FEATURES: 🌈

  • Support for Kubernetes v1.7.0 and v1.7.1
  • Enables use of Azure Instance Metadata service
  • Enables use of "Managed Identity" with Kubernetes. This removes the need for user supplied credentials for Kubernetes to be able to leverage the cloudprovider integration with Azure ARM APIs.
  • Add flags for activating the kubernetes cert signing API.
  • Optionally open ports 80/443 on master and enable OAuth for DC/OS
  • Can specify custom hyperkube image in kubernetesConfig
  • Cloud Backoff should be easily configurable for users
  • kube-proxy should be started with CriticalPodAnnotation and NoExecute toleration
  • Enable upgrade of Kubernetes clusters with master VMs using managed disks
  • add anti-affinity to kube-dns deployment
  • feat(deploy): deploy auto-populates SP, SSH, DNSPrefix

FIXES: 🐞

  • Migrate from docker daemon to dockerd (Docker Swarm Mode)
  • Can now use KeyVault reference
  • autodeploy should skip credential creation when UseManagedIdentity is true
  • templates.go is now gitignored
  • Fix container start timeout in latest Windows image
  • docs(README): encourage getting latest Azure CLI 2.0 release
  • typo(deploy): error is for location, not subscription-id
  • return more meaningful validation error message with invalid AgentPoolProfile.Ports
  • Numerous CI improvements