Skip to content

Commit 22099c8

Browse files
authored
Merge pull request #10997 from ilya-zuyev/ilyaz/release-1.19.0
Release 1.19.0-beta.0
2 parents ca96b6f + 97fb17d commit 22099c8

File tree

2 files changed

+109
-2
lines changed

2 files changed

+109
-2
lines changed

CHANGELOG.md

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

3+
## Version 1.19.0-beta.0 - 2021-04-05
4+
5+
Features:
6+
7+
* add `minikube image rm` command [#10924](https://github.com/kubernetes/minikube/pull/10924)
8+
* GCP-Auth addon: Add support for GCR creds [#10853](https://github.com/kubernetes/minikube/pull/10853)
9+
* new command: `minikube cp` to copy files into minikube [#10198](https://github.com/kubernetes/minikube/pull/10198)
10+
* new flag "--listen-address" for docker and podman driver [#10653](https://github.com/kubernetes/minikube/pull/10653)
11+
* iso: enable Network Block Device support [#10217](https://github.com/kubernetes/minikube/pull/10217)
12+
13+
Minor Improvements:
14+
15+
* auto-pause: initialize the pause state from the current state [#10958](https://github.com/kubernetes/minikube/pull/10958)
16+
* iso: make sure to capture failures through pipes [#10974](https://github.com/kubernetes/minikube/pull/10974)
17+
* Avoid logging 'kubeconfig endpoint' error when cluster is 'starting' [#10968](https://github.com/kubernetes/minikube/pull/10968)
18+
* docker-env: improve detecting powershell if SSHed from linux [#10722](https://github.com/kubernetes/minikube/pull/10722)
19+
* kvm2 driver: add dedicated network & static ip [#10792](https://github.com/kubernetes/minikube/pull/10792)
20+
* Replace glog with klog [#10955](https://github.com/kubernetes/minikube/pull/10955)
21+
* retry kapi.ScaleDeployment on failure [#10938](https://github.com/kubernetes/minikube/pull/10938)
22+
* Auto-pause handle internal kubernetes requests [#10823](https://github.com/kubernetes/minikube/pull/10823)
23+
* add additional options to avoid node drain or delete getting stuck [#10926](https://github.com/kubernetes/minikube/pull/10926)
24+
* cache add: improved error message when image does not exist [#10811](https://github.com/kubernetes/minikube/pull/10811)
25+
* Image load: Allow loading local images from tar or cache [#10807](https://github.com/kubernetes/minikube/pull/10807)
26+
* status: Omit `timeToStop` if nonexistent [#10906](https://github.com/kubernetes/minikube/pull/10906)
27+
* arm64: Fix incorrect image arch in the manifest for etcd and other kube images [#10642](https://github.com/kubernetes/minikube/pull/10642)
28+
* add docker-env and podman-env to minikube status [#10872](https://github.com/kubernetes/minikube/pull/10872)
29+
* adding new exit code word for when runtime not running [#10364](https://github.com/kubernetes/minikube/pull/10364)
30+
* Generate one log file per minikube command [#10425](https://github.com/kubernetes/minikube/pull/10425)
31+
* bridge cni: Make sure to create the directory for cni config [#10868](https://github.com/kubernetes/minikube/pull/10868)
32+
* docker-env: Add the daemon host address as Alternate Name in apiserver.crt if it's not an IP [#10873](https://github.com/kubernetes/minikube/pull/10873)
33+
* Add solution message if Docker is rootless [#10878](https://github.com/kubernetes/minikube/pull/10878)
34+
* Add a red box around docker desktop registry port [#10818](https://github.com/kubernetes/minikube/pull/10818)
35+
* new flag --ssh for `minikube kubectl` to allow running it over the ssh connection [#10844](https://github.com/kubernetes/minikube/pull/10844)
36+
* UI: Add progressbar when downloading kic base image [#10887](https://github.com/kubernetes/minikube/pull/10887)
37+
* Show last start and audit logs on `minikube logs` if minikube not running [#10839](https://github.com/kubernetes/minikube/pull/10839)
38+
* unique error codes for KVM network and docker ip conflict [#10841](https://github.com/kubernetes/minikube/pull/10841)
39+
* Unique error code for no disk space [#10837](https://github.com/kubernetes/minikube/pull/10837)
40+
* Add rpm and deb packaging for ppc64le and s390x [#10824](https://github.com/kubernetes/minikube/pull/10824)
41+
* Provide unique error code (GUEST_KIC_CP_PUBKEY) for not copyable cert for kic [#10834](https://github.com/kubernetes/minikube/pull/10834)
42+
* minikube kubectl: The --cluster flags should be prepended [#10793](https://github.com/kubernetes/minikube/pull/10793)
43+
* ui: break down usage for no profile found [#10800](https://github.com/kubernetes/minikube/pull/10800)
44+
* Enable portmap for the default cni bridge [#10782](https://github.com/kubernetes/minikube/pull/10782)
45+
* install losetup from util-linux in the ISO to enable support for VolumeMode=Block PVCs [#10704](https://github.com/kubernetes/minikube/pull/10704)
46+
* auto-detect gce and do not enable gcp auth addon [#10730](https://github.com/kubernetes/minikube/pull/10730)
47+
* add validations --image-repository inputs [#10760](https://github.com/kubernetes/minikube/pull/10760)
48+
* docker-env & podman-env: silent output when talking to a shell [#10763](https://github.com/kubernetes/minikube/pull/10763)
49+
* The cluster doesn't have to be healthy for kubectl [#10732](https://github.com/kubernetes/minikube/pull/10732)
50+
* Need to exit if unable to cache kubectl [#10734](https://github.com/kubernetes/minikube/pull/10734)
51+
* increase wait for docker starting on windows [#10765](https://github.com/kubernetes/minikube/pull/10765)
52+
* Correct spelling in --insecure-registry validation error message [#10735](https://github.com/kubernetes/minikube/pull/10735)
53+
* kvm: provide solution if user doesn't belong to libvirt group [#10712](https://github.com/kubernetes/minikube/pull/10712)
54+
* CoreDNS early scale down to 1 replica [#10656](https://github.com/kubernetes/minikube/pull/10656)
55+
* Wait for crictl version after the socket is up [#10705](https://github.com/kubernetes/minikube/pull/10705)
56+
57+
Bug Fixes:
58+
59+
* Fix CNI issue related to picking up wrong CNI [#10985](https://github.com/kubernetes/minikube/pull/10985)
60+
* Improve validation for extra-config. [#10886](https://github.com/kubernetes/minikube/pull/10886)
61+
* Fix the failure of `minikube mount` in case of KVM2 [#10733](https://github.com/kubernetes/minikube/pull/10733)
62+
* Fix/minikube status for scheduled stop [#10911](https://github.com/kubernetes/minikube/pull/10911)
63+
* create network: use locks and reservations to solve race condition [#10858](https://github.com/kubernetes/minikube/pull/10858)
64+
* fix driver.IndexFromMachineName() [#10821](https://github.com/kubernetes/minikube/pull/10821)
65+
* multinode cluster: fix waits and joins [#10758](https://github.com/kubernetes/minikube/pull/10758)
66+
* hyperkit: fix hyperkit-vpnkit-sock setting [#10631](https://github.com/kubernetes/minikube/pull/10631)
67+
68+
Version changes:
69+
70+
* BuildKit 0.8.2 [#10648](https://github.com/kubernetes/minikube/pull/10648)
71+
* ISO Upgrade Docker, from 20.10.3 to 20.10.4 [#10647](https://github.com/kubernetes/minikube/pull/10647)
72+
* Addon: bump csi-hostpath-driver to v1.6.0 [#10798](https://github.com/kubernetes/minikube/pull/10798)
73+
* Upgrade ingress addon files according to upstream(ingress-nginx v0.44.0) [#10879](https://github.com/kubernetes/minikube/pull/10879)
74+
* addon: Upgrade VolumeSnapshot to GA(v1) [#10654](https://github.com/kubernetes/minikube/pull/10654)
75+
76+
Thank you to our contributors for this release!
77+
78+
- Anders F Björklund
79+
- Andrew Stanton
80+
- BLasan
81+
- Daehyeok Mun
82+
- Federico Gallo
83+
- Ilya Zuyev
84+
- Kent Iso
85+
- Madhav Jivrajani
86+
- Medya Ghazizadeh
87+
- Niels de Vos
88+
- Patrik Freij
89+
- Prasanna Kumar Kalever
90+
- Predrag Rogic
91+
- Sharif Elgamal
92+
- Steven Powell
93+
- Szabolcs Dombi
94+
- Tharun
95+
- Thomas Strömberg
96+
- Tom Di Nunzio
97+
- Vishal Jain
98+
- Yanshu Zhao
99+
- alonyb
100+
- anencore94
101+
- bharathkkb
102+
- dependabot[bot]
103+
- hetong07
104+
- ely
105+
- maoyangLiu
106+
- tripolkaandrey
107+
- yxxhero
108+
- zhangshj
109+
- 李龙峰
3110

4111
## Version 1.18.1 - 2021-03-04
5112

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 ?= 18
18-
VERSION_BUILD ?= 1
17+
VERSION_MINOR ?= 19
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)