From 63d1919c33927fd87b8fd46afcad8ff4450596d9 Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Fri, 3 Sep 2021 10:37:42 -0700 Subject: [PATCH 1/2] Update Makefile and CHANGELOG for 1.23.0 release --- CHANGELOG.md | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++ Makefile | 2 +- 2 files changed, 106 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab0ded5a073f..eeec05320e67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,110 @@ # Release Notes +## Version 1.23.0 - 2021-09-03 + +Features: +* Add `--extra-disks` capability to kvm2 driver [#12351](https://github.com/kubernetes/minikube/pull/12351) +* Support Rootless Docker [#12359](https://github.com/kubernetes/minikube/pull/12359) +* Add support for tcsh in docker-env subcommand [#12332](https://github.com/kubernetes/minikube/pull/12332) +* Support Ingress on MacOS, driver docker [#12089](https://github.com/kubernetes/minikube/pull/12089) +* KVM2 driver for linux/aarch64 [#11768](https://github.com/kubernetes/minikube/pull/11768) +* Build kicbase image for linux/s390x [#12079](https://github.com/kubernetes/minikube/pull/12079) +* Add configurable port for minikube mount [#11979](https://github.com/kubernetes/minikube/pull/11979) +* Add ability to create extra disks on hyperkit vms [#11483](https://github.com/kubernetes/minikube/pull/11483) +* Add method for customized box output [#11709](https://github.com/kubernetes/minikube/pull/11709) +* Add addon support for portainer [#11933](https://github.com/kubernetes/minikube/pull/11933) +* minikube start --image-repository will now accept URLs with port [#11585](https://github.com/kubernetes/minikube/pull/11585) + +minikube image: +* Add `minikube image` commands for pull and tag and push [#12326](https://github.com/kubernetes/minikube/pull/12326) +* new `image save` command [#12162](https://github.com/kubernetes/minikube/pull/12162) +* Auto start buildkit daemon on `image build` for containerd [#12076](https://github.com/kubernetes/minikube/pull/12076) + +Bug fixes: +* Select WSL VM IP when performing mounting [#12319](https://github.com/kubernetes/minikube/pull/12319) +* Fix minikube restart on Cloud Shell [#12237](https://github.com/kubernetes/minikube/pull/12237) +* pause each container separately [#12318](https://github.com/kubernetes/minikube/pull/12318) +* Add output parameter to the docker-env none shell [#12263](https://github.com/kubernetes/minikube/pull/12263) +* Clean up ssh tunnels during exit. [#11745](https://github.com/kubernetes/minikube/pull/11745) +* Fix loading an image from tar failing on existing delete [#12143](https://github.com/kubernetes/minikube/pull/12143) +* configure gcp-auth addon pull secret to work with all GCR and AR mirrors [#12106](https://github.com/kubernetes/minikube/pull/12106) +* Fix the error output of minikube version --components command [#12085](https://github.com/kubernetes/minikube/pull/12085) +* Added restart command after setting crio options [#11968](https://github.com/kubernetes/minikube/pull/11968) +* Don't set conntrack parameters in kube-proxy [#11957](https://github.com/kubernetes/minikube/pull/11957) +* Fix kvm2 driver arm64 deb package [#11937](https://github.com/kubernetes/minikube/pull/11937) +* Allow to set the dashboard proxyfied port [#11553](https://github.com/kubernetes/minikube/pull/11553) + +Version Upgrades: +* bump golang version to 1.17 [#12378](https://github.com/kubernetes/minikube/pull/12378) +* Bump k8s.io/kubectl from 0.22.0 to 0.22.1 [#12335](https://github.com/kubernetes/minikube/pull/12335) +* 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) +* Add kubeadm image versions for kubernetes 1.22 [#12331](https://github.com/kubernetes/minikube/pull/12331) +* bump calico to v3.20 and move away from v1beta apis [#12230](https://github.com/kubernetes/minikube/pull/12230) +* Upgrade Buildroot to 2021.02 LTS with Linux 4.19 [#12268](https://github.com/kubernetes/minikube/pull/12268) +* Upgrade buildkit from 0.8.2 to 0.9.0 [#12032](https://github.com/kubernetes/minikube/pull/12032) +* ISO: Upgrade Docker, from 20.10.6 to 20.10.8 [#12122](https://github.com/kubernetes/minikube/pull/12122) +* ISO: Upgrade crictl (from cri-tools) to v1.21.0 [#12129](https://github.com/kubernetes/minikube/pull/12129) + +Thank you to our contributors for this release! + +- Akihiro Suda +- Alexandre Garnier +- Anders F Björklund +- Andriy Dzikh +- Blaine Gardner +- Devdutt Shenoi +- Ilya Zuyev +- Jack Zhang +- Jeff MAURY +- Joel Klint +- Julien Breux +- Leopold Schabel +- Matt Dainty +- Medya Ghazizadeh +- Pablo Caderno +- Parthvi Vala +- Peixuan Ding +- Predrag Rogic +- Raghavendra Talur +- Rajwinder Mahal +- Sharif Elgamal +- Steven Powell +- Tejal Desai +- Vishal Jain +- Zhang Shihe +- amit dixit +- balasu +- dmpe +- jayonlau +- m-aciek +- rajdevworks +- なつき + +Thank you to our PR reviewers for this release! + +- medyagh (68 comments) +- sharifelgamal (26 comments) +- afbjorklund (22 comments) +- spowelljr (15 comments) +- andriyDev (7 comments) +- mikebrow (7 comments) +- iliadmitriev (2 comments) +- ilya-zuyev (2 comments) +- azhao155 (1 comments) +- briandealwis (1 comments) +- ncresswell (1 comments) +- shahiddev (1 comments) + +Thank you to our triage members for this release! + +- afbjorklund (47 comments) +- RA489 (36 comments) +- sharifelgamal (32 comments) +- spowelljr (28 comments) +- medyagh (20 comments) + +Check out our [contributions leaderboard](https://minikube.sigs.k8s.io/docs/contrib/leaderboard/v1.23.0/) for this release! + ## Version 1.22.0 - 2021-07-07 Features: diff --git a/Makefile b/Makefile index b52eb76b2640..64d313a710e3 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # Bump these on release - and please check ISO_VERSION for correctness. VERSION_MAJOR ?= 1 -VERSION_MINOR ?= 22 +VERSION_MINOR ?= 23 VERSION_BUILD ?= 0 RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD) VERSION ?= v$(RAW_VERSION) From 898fb85524121d5b622289bf3d0a820246cd7337 Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Fri, 3 Sep 2021 10:48:29 -0700 Subject: [PATCH 2/2] address comments --- CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeec05320e67..7638ea4667fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,17 +3,16 @@ ## Version 1.23.0 - 2021-09-03 Features: -* Add `--extra-disks` capability to kvm2 driver [#12351](https://github.com/kubernetes/minikube/pull/12351) * Support Rootless Docker [#12359](https://github.com/kubernetes/minikube/pull/12359) * Add support for tcsh in docker-env subcommand [#12332](https://github.com/kubernetes/minikube/pull/12332) * Support Ingress on MacOS, driver docker [#12089](https://github.com/kubernetes/minikube/pull/12089) -* KVM2 driver for linux/aarch64 [#11768](https://github.com/kubernetes/minikube/pull/11768) -* Build kicbase image for linux/s390x [#12079](https://github.com/kubernetes/minikube/pull/12079) +* Add support for linux/s390x on docker/podman drivers [#12079](https://github.com/kubernetes/minikube/pull/12079) * Add configurable port for minikube mount [#11979](https://github.com/kubernetes/minikube/pull/11979) -* Add ability to create extra disks on hyperkit vms [#11483](https://github.com/kubernetes/minikube/pull/11483) * Add method for customized box output [#11709](https://github.com/kubernetes/minikube/pull/11709) * Add addon support for portainer [#11933](https://github.com/kubernetes/minikube/pull/11933) * minikube start --image-repository will now accept URLs with port [#11585](https://github.com/kubernetes/minikube/pull/11585) +* Add ability to create extra disks for hyperkit driver [#11483](https://github.com/kubernetes/minikube/pull/11483) +* Add ability to create extra disks for kvm2 driver [#12351](https://github.com/kubernetes/minikube/pull/12351) minikube image: * Add `minikube image` commands for pull and tag and push [#12326](https://github.com/kubernetes/minikube/pull/12326) @@ -36,7 +35,6 @@ Bug fixes: Version Upgrades: * bump golang version to 1.17 [#12378](https://github.com/kubernetes/minikube/pull/12378) -* Bump k8s.io/kubectl from 0.22.0 to 0.22.1 [#12335](https://github.com/kubernetes/minikube/pull/12335) * 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) * Add kubeadm image versions for kubernetes 1.22 [#12331](https://github.com/kubernetes/minikube/pull/12331) * bump calico to v3.20 and move away from v1beta apis [#12230](https://github.com/kubernetes/minikube/pull/12230)