This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
v0.47.0
v0.47.0 - 2020-02-18
Bug Fixes 🐞
- raising dynamic port range for windows to better support clusters with 200+ services (#2688)
- update CSE moby version substring match (#2662)
- don't expire adminUser account (#2661)
- remove extra param from 'systemctl_restart' invocation (#2654)
- persist new pool after addpool operation (#2653)
- make Windows scaling work (#2643)
- default LB AllocatedOutboundPorts to 0 (#2526)
- stop using type nesting in billing extensions to address SDK-for-Go breaking change (#2640)
- custom kube-controller-manager template should reference hyperkube (#2639)
- create role assignment for master VMs (#2583)
- Skip storage class e2e test when ephemeral disk is used (#2604)
- Moving publish release notes step after e2e test runs so windows vhd pipeline can be re-run (#2595)
Build 🏭
- fetch k8s Windows .zip from kubernetesartifacts storage (#2655)
- fetch etcd from MCR container image (#2644)
- fetch cni-plugins from kubernetesartifacts storage (#2617)
- fetch azure-vnet-cni from kubernetesartifacts storage (#2593)
Code Refactoring 💎
- extract common script parameters into function (#2651)
- cleanup duplicate functions and move apiversions to consts (#2659)
Continuous Integration 💜
- change apiVersion of prow deployments from v1beta2 to v1 (#2669)
Documentation 📘
- refer to kubernetesartifacts storage in examples and comments (#2656)
- add support note to main readme (#2623)
- remove VHD code comment suggesting registry is temporary (#2602)
Features 🌈
- updating windows VHD for Feb k8s versions (#2731)
- add support for Kubernetes 1.15.10 (#2709)
- add support for Kubernetes 1.16.7 (#2710)
- add support for Kubernetes 1.17.3 (#2707)
- abort/warn if apimodel contains properties not supported by Azure Stack (#2717)
- read vm size from instance metadata service for windows cse telemetry (#2663)
- add new VM SKUs (#2647)
- validate VHD availability on azurestack (#2342)
- add support for Kubernetes 1.16.6 (#2588)
- fetching collect-windows-logs.ps1 during windows CSE (#2615)
- add support for Kubernetes 1.15.9 (#2589)
- add support for Kubernetes 1.17.2 (#2612)
- add support for Kubernetes 1.18.0-alpha.2 (#2610)
- Updating aks-windows vhd to to include jan patches (#2603)
Maintenance 🔧
- rev AKS Engine Linux VHDs to 2020.02.12 (#2728)
- Add ProgressPreference=SilentlyContinue to disable progress bar (#2693)
- don't refer to hyperkube in template if > 1.16 (#2676)
- update Azure NPM to v1.0.32 (#2665)
- rev Linux VHDs to 2020.01.30 (#2660)
- use IsVMSSToBeUpgraded func to validate vmss pools in upgrade (#2650)
- Bump moby to 3.0.10 (#2613)
- update Azure cloud-provider components to v0.4.1 (#2627)
- support v1.15.9 on Azure Stack (#2628)
- Updating NPM CPU and Memory requests and limits (#2530)
- Adding 1.17.1 package to windows vhd (#2607)
Testing 💚
- replace containerd+kubenet with containerd+azure (#2678)
- enable scale/upgrade for base E2E cluster config (#2670)
- delete pod if exists in run pod scenario (#2668)
- wait for "Ready" nodes, where appropriate (#2657)
- zones aren't available everywhere (#2633)
- allow cluster-autoscaler more nodes in everything test config (#2629)
- modify vm sku during e2e upgrade tests (#2625)
- HPA/cluster-autoscaler fixes so we don't scale up too many pods (#2626)
- configurable pvc E2E tests (#2620)
- don't test for static node count if add node pool context (#2619)
- consolidate E2E test cluster configurations (#2586)