You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,41 @@
1
1
# Release Notes
2
2
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
+
3
39
## Version 1.19.0 - 2021-04-09
4
40
5
41
* allow Auto-Pause addon on VMs [#11019](https://github.com/kubernetes/minikube/pull/11019)
0 commit comments