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

v0.25.0

Compare
Choose a tag to compare
@jackfrancis jackfrancis released this 06 Nov 18:21
7082f9a

v0.25.0 is a regular minor release

Update docker runtime to moby from docker-engine: #3896 (@jackfrancis)

Moby will replace docker-engine as the docker runtime ("containerRuntime": "docker") for all Linux nodes with the exception of nvidia driver-backed N series VM SKUs, which have a hard docker-engine dependency.

This is a backwards-compatible change for all pre-existing docker-backed clusters.

Track progress of nvidia+moby work here: https://github.com/Azure/acs-engine/issues/4196

4.15.0-1030-azure kernel fix: #4178 (@jackfrancis)

This addresses a long-standing kubernetes bug w/ DNS lookups on alpine-based images. See
kubernetes/kubernetes#56903

Windows operational strengthening

See here for all Windows-related changes on the road to AKS Windows GA:

https://github.com/Azure/acs-engine/pulls?q=is%3Apr+label%3Av0.25.0+is%3Aclosed+label%3Awindows

Don't require VM tags during upgrade/scale: #4100 (@mboersma)

For known operational scenarios, acs-engine-delivered vm tags are no longer a requirement to upgrade/scale clusters. We maintain the recommendation to keep tags unchanged, but in the event that they are removed, the upgrade/scale operations should be resilient against this.

nvidia drivers resilience: #4113 (@jackfrancis)

We expect this refresh of the runtime installation logic to yield fewer flakes during cluster provisioning.

Custom manifest yamls: #4092 (@pidah)

Experimental "bring your own static k8s componentry definitions" functionality — Use at your own risk!

conformance-passing features by default: #4133 (@ritazh)

Minor changes to increase cluster conformance configuration by default.

Complete functional changeset in v0.25.0:

https://github.com/Azure/acs-engine/pulls?q=is%3Apr+label%3Av0.25.0+is%3Aclosed

Please report any new issues here!: https://github.com/Azure/acs-engine/issues/new

Kubernetes versions support!: 🚀

  • v1.11.4
  • v1.12.2
  • v1.13.0-alpha.2
    • v1.13 implementation is still a moving target, we hope to land HPA w/ metrics-server 0.3.1 before final release. Experiment if you wish in the meanwhile!

BUGS FIXED: 🐞

  • Fixed a regression in ManagedIdentity and Authorization

All bugs fixed: