Merge pull request #9719 from sharifelgamal/1.15.1
Update Makefile and release notes for 1.15.1 releasepull/9721/head v1.15.1
commit
23f40a012a
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,5 +1,22 @@
|
||||||
# Release Notes
|
# 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
|
## Version 1.15.0 - 2020-11-13
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -15,7 +15,7 @@
|
||||||
# Bump these on release - and please check ISO_VERSION for correctness.
|
# Bump these on release - and please check ISO_VERSION for correctness.
|
||||||
VERSION_MAJOR ?= 1
|
VERSION_MAJOR ?= 1
|
||||||
VERSION_MINOR ?= 15
|
VERSION_MINOR ?= 15
|
||||||
VERSION_BUILD ?= 0
|
VERSION_BUILD ?= 1
|
||||||
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
|
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
|
||||||
VERSION ?= v$(RAW_VERSION)
|
VERSION ?= v$(RAW_VERSION)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue