From 2a318992bf6070b62d975ff774ea9a78f5343e5c Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Tue, 17 May 2022 13:48:48 -0700 Subject: [PATCH] Update Makefile for v1.26.0-beta.1 release --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ Makefile | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbcee61aa9..a9e5836b50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,40 @@ # Release Notes +## Version 1.26.0-beta.1 - 2022-05-17 + +QEMU driver enchancements: +* fix qemu firmware path locations [#14182](https://github.com/kubernetes/minikube/pull/14182) +* re-establish apiserver tunnel on restart [#14183](https://github.com/kubernetes/minikube/pull/14183) + +Features: +* Add configure option to registry-aliases addon [#13912](https://github.com/kubernetes/minikube/pull/13912) +* GUI: Check for updates again after 24 hours of usage [#14164](https://github.com/kubernetes/minikube/pull/14164) + +For a more detailed changelog, including changes occuring in pre-release versions, see [CHANGELOG.md](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md). + +Thank you to our contributors for this release! + +- Jack Zhang +- Pablo Caderno +- Sharif Elgamal +- Steven Powell +- Yuki Okushi +- loftkun + +Thank you to our PR reviewers for this release! + +- spowelljr (20 comments) +- afbjorklund (1 comments) +- sharifelgamal (1 comments) + +Thank you to our triage members for this release! + +- afbjorklund (4 comments) +- spowelljr (4 comments) +- Al4DIN (1 comments) +- Gimb0 (1 comments) +- Neandril (1 comments) + ## Version 1.26.0-beta.0 - 2022-05-13 Featues: diff --git a/Makefile b/Makefile index cf93c286d6..257b3e9288 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ # Bump these on release - and please check ISO_VERSION for correctness. VERSION_MAJOR ?= 1 VERSION_MINOR ?= 26 -VERSION_BUILD ?= 0-beta.0 +VERSION_BUILD ?= 0-beta.1 RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD) VERSION ?= v$(RAW_VERSION)