Merge pull request #9719 from sharifelgamal/1.15.1

Update Makefile and release notes for 1.15.1 release
pull/9721/head v1.15.1
Sharif Elgamal 2020-11-16 16:19:34 -08:00 committed by GitHub
commit 23f40a012a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 1 deletions

View File

@ -1,5 +1,22 @@
# Release Notes
## Version 1.15.1 - 2020-11-16
Feature:
* Add Support for driver name alias [#9672](https://github.com/kubernetes/minikube/pull/9672)
Bug fix:
* less verbose language selector [#9715](https://github.com/kubernetes/minikube/pull/9715)
Thank you to our contributors for this release!
- Ben Leggett
- Medya Ghazizadeh
- Priya Wadhwa
- Sadlil
- Sharif Elgamal
- Vasilyev, Viacheslav
## Version 1.15.0 - 2020-11-13
Features:

View File

@ -15,7 +15,7 @@
# Bump these on release - and please check ISO_VERSION for correctness.
VERSION_MAJOR ?= 1
VERSION_MINOR ?= 15
VERSION_BUILD ?= 0
VERSION_BUILD ?= 1
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
VERSION ?= v$(RAW_VERSION)