From 575cd8f5a39ebe92bcabb2a2eb7d6131d38a9902 Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Thu, 20 Jan 2022 16:46:25 -0800 Subject: [PATCH] release 1.25.1 --- CHANGELOG.md | 20 ++++++++++++++++++++ Makefile | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8618943cc84a..58fb8f1f9e02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Release Notes +## Version 1.25.1 - 2022-01-20 + +* Resolved regression breaking `minikube start` with hyperkit driver [#13418](https://github.com/kubernetes/minikube/pull/13418) + +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! + +- Medya Ghazizadeh +- Sharif Elgamal +- Steven Powell + +Thank you to our triage members for this release! + +- klaases (13 comments) +- RA489 (12 comments) +- spowelljr (7 comments) +- afbjorklund (6 comments) +- sharifelgamal (2 comments) + ## Version 1.25.0 - 2022-01-18 Features: diff --git a/Makefile b/Makefile index ead6c1a7f874..e18d540adee7 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 ?= 25 -VERSION_BUILD ?= 0 +VERSION_BUILD ?= 1 RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD) VERSION ?= v$(RAW_VERSION)