Skip to content

Commit cbff55f

Browse files
authored
Merge pull request #11241 from ilya-zuyev/ilyaz/release_1.20.0-beta.0
Release 1.20.0-beta.0
2 parents 6f38808 + 0037043 commit cbff55f

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed

CHANGELOG.md

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

3+
## Version 1.20.0-beta.0 - 2021-04-30
4+
5+
Features:
6+
7+
* New command: `build` to build images using minikube [#11164](https://github.com/kubernetes/minikube/pull/11164)
8+
* New command 'image pull': allow to load remote images directly without cache [#11127](https://github.com/kubernetes/minikube/pull/11127)
9+
* Add feature to opt-in to get notifications for beta releases [#11169](https://github.com/kubernetes/minikube/pull/11169)
10+
* UI: Add log file to GitHub issue output [#11158](https://github.com/kubernetes/minikube/pull/11158)
11+
12+
Bug Fixes:
13+
14+
* Ingress Addon: fix bug which the networking.k8s.io/v1 ingress is always rejected [#11189](https://github.com/kubernetes/minikube/pull/11189)
15+
* Improve how cni and cruntimes work together [#11185, #11209](https://github.com/kubernetes/minikube/pull/11209, https://github.com/kubernetes/minikube/pull/11185)
16+
* Docker driverr: support docker installed by Snap Package Manager [#11088](https://github.com/kubernetes/minikube/pull/11088)
17+
* Change 'minikube version --short' to only print the version without a prompt. [#11167](https://github.com/kubernetes/minikube/pull/11167)
18+
19+
20+
Thank you to our contributors for this release!
21+
22+
- Anders F Björklund
23+
- Andriy Dzikh
24+
- Ed Vinyard
25+
- Hu Shuai
26+
- Ilya Zuyev
27+
- Kenta Iso
28+
- Medya Ghazizadeh
29+
- Michael Captain
30+
- Predrag Rogic
31+
- Sharif Elgamal
32+
- Steven Powell
33+
- Tobias Klauser
34+
- csiepka
35+
- hiroygo
36+
- 李龙峰
37+
38+
339
## Version 1.19.0 - 2021-04-09
440

541
* allow Auto-Pause addon on VMs [#11019](https://github.com/kubernetes/minikube/pull/11019)

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
# Bump these on release - and please check ISO_VERSION for correctness.
1616
VERSION_MAJOR ?= 1
17-
VERSION_MINOR ?= 19
18-
VERSION_BUILD ?= 0
17+
VERSION_MINOR ?= 20
18+
VERSION_BUILD ?= 0-beta.0
1919
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
2020
VERSION ?= v$(RAW_VERSION)
2121

0 commit comments

Comments
 (0)