Skip to content

Commit c61663e

Browse files
Merge pull request #11314 from sharifelgamal/release-1.20
Update Makefile for v1.20.0 release
2 parents 7453873 + 1c50804 commit c61663e

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Release Notes
22

3+
## Version 1.20.0 - 2021-05-06
4+
5+
Feature:
6+
* Add --file flag to 'minikube logs' to automatically put logs into a file. [#11240](https://github.com/kubernetes/minikube/pull/11240)
7+
8+
Minor Improvements:
9+
* Batch logs output to speedup `minikube logs` command [#11274](https://github.com/kubernetes/minikube/pull/11274)
10+
* warn about performance for certain versions of kubernetes [#11217](https://github.com/kubernetes/minikube/pull/11217)
11+
12+
Version Upgrades:
13+
* Update olm addon to v0.17.0 [#10947](https://github.com/kubernetes/minikube/pull/10947)
14+
* Update newest supported Kubernetes version to v1.22.0-alpha.1 [#11287](https://github.com/kubernetes/minikube/pull/11287)
15+
16+
For a more detailed changelog, including changes occuring in pre-release versions, see [CHANGELOG.md](https://github.com/kubernetes/minikube/blob/master/CHANGELOG.md).
17+
18+
Thank you to our contributors for this release!
19+
20+
- Anders F Björklund
21+
- Andriy Dzikh
22+
- Daehyeok Mun
23+
- Ilya Zuyev
24+
- Medya Ghazizadeh
25+
- Predrag Rogic
26+
- Sharif Elgamal
27+
- Steven Powell
28+
- Tomas Kral
29+
- Yanshu
30+
- zhangshj
31+
32+
333
## Version 1.20.0-beta.0 - 2021-04-30
434

535
Features:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Bump these on release - and please check ISO_VERSION for correctness.
1616
VERSION_MAJOR ?= 1
1717
VERSION_MINOR ?= 20
18-
VERSION_BUILD ?= 0-beta.0
18+
VERSION_BUILD ?= 0
1919
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
2020
VERSION ?= v$(RAW_VERSION)
2121

0 commit comments

Comments
 (0)