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
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,16 @@
3
3
## Version 1.23.0 - 2021-09-03
4
4
5
5
Features:
6
-
* Add `--extra-disks` capability to kvm2 driver [#12351](https://github.com/kubernetes/minikube/pull/12351)
7
6
* Support Rootless Docker [#12359](https://github.com/kubernetes/minikube/pull/12359)
8
7
* Add support for tcsh in docker-env subcommand [#12332](https://github.com/kubernetes/minikube/pull/12332)
9
8
* Support Ingress on MacOS, driver docker [#12089](https://github.com/kubernetes/minikube/pull/12089)
10
-
* KVM2 driver for linux/aarch64 [#11768](https://github.com/kubernetes/minikube/pull/11768)
11
-
* Build kicbase image for linux/s390x [#12079](https://github.com/kubernetes/minikube/pull/12079)
9
+
* Add support for linux/s390x on docker/podman drivers [#12079](https://github.com/kubernetes/minikube/pull/12079)
12
10
* Add configurable port for minikube mount [#11979](https://github.com/kubernetes/minikube/pull/11979)
13
-
* Add ability to create extra disks on hyperkit vms [#11483](https://github.com/kubernetes/minikube/pull/11483)
14
11
* Add method for customized box output [#11709](https://github.com/kubernetes/minikube/pull/11709)
15
12
* Add addon support for portainer [#11933](https://github.com/kubernetes/minikube/pull/11933)
16
13
* minikube start --image-repository will now accept URLs with port [#11585](https://github.com/kubernetes/minikube/pull/11585)
14
+
* Add ability to create extra disks for hyperkit driver [#11483](https://github.com/kubernetes/minikube/pull/11483)
15
+
* Add ability to create extra disks for kvm2 driver [#12351](https://github.com/kubernetes/minikube/pull/12351)
17
16
18
17
minikube image:
19
18
* Add `minikube image` commands for pull and tag and push [#12326](https://github.com/kubernetes/minikube/pull/12326)
@@ -36,7 +35,6 @@ Bug fixes:
36
35
37
36
Version Upgrades:
38
37
* bump golang version to 1.17 [#12378](https://github.com/kubernetes/minikube/pull/12378)
39
-
* Bump k8s.io/kubectl from 0.22.0 to 0.22.1 [#12335](https://github.com/kubernetes/minikube/pull/12335)
40
38
* Bump default Kubernetes version to v1.22.1 and update addons to with new API (ingress, gcpauth, olm and cilium) [#12325](https://github.com/kubernetes/minikube/pull/12325)
41
39
* Add kubeadm image versions for kubernetes 1.22 [#12331](https://github.com/kubernetes/minikube/pull/12331)
42
40
* bump calico to v3.20 and move away from v1beta apis [#12230](https://github.com/kubernetes/minikube/pull/12230)
0 commit comments