Skip to content

Commit 49788bc

Browse files
authored
Merge pull request #5277 from tstromberg/relnotes
Update CHANGELOG to include the most recent commits
2 parents 684ef35 + 15a8a68 commit 49788bc

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

CHANGELOG.md

+17-13
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
# Release Notes
22

3-
# 1.4.0-beta.0 - 2019-09-04
3+
## Version 1.4.0-beta.0 - 2019-09-04
44

5-
* Get make builds working on Windows [#5253](https://github.com/kubernetes/minikube/pull/5253)
65
* Upgrade default Kubernetes version to v1.16.0-beta1 [#5250](https://github.com/kubernetes/minikube/pull/5250)
6+
* Move root filesystem from rootfs to tmpfs [#5133](https://github.com/kubernetes/minikube/pull/5133)
7+
* Upgrade containerd to 1.2.8. [#5194](https://github.com/kubernetes/minikube/pull/5194)
8+
* Update gvisor runsc version [#4494](https://github.com/kubernetes/minikube/pull/4494)
9+
* Upgrade nginx to security patch v0.25.1 [#5197](https://github.com/kubernetes/minikube/pull/5197)
10+
* Minimum CPUs check [#5086](https://github.com/kubernetes/minikube/pull/5086)
11+
* Exit if --kubernetes-version is older than the oldest supported version [#4759](https://github.com/kubernetes/minikube/pull/4759)
12+
* Get make builds working on Windows [#5253](https://github.com/kubernetes/minikube/pull/5253)
713
* More logs: exited containers, controller manager, double line count [#5249](https://github.com/kubernetes/minikube/pull/5249)
814
* Moved warning to minikube start command and print it to stderr [#5241](https://github.com/kubernetes/minikube/pull/5241)
915
* Removing undocumented MINIKUBE_WANTREPORTERRORPROMPT [#5218](https://github.com/kubernetes/minikube/pull/5218)
1016
* Announce environmental overrides up front [#5212](https://github.com/kubernetes/minikube/pull/5212)
1117
* Upgrade addons to use apps/v1 instead of extensions/v1beta1 [#5028](https://github.com/kubernetes/minikube/pull/5028)
12-
* Upgrade nginx to security patch v0.25.1 [#5197](https://github.com/kubernetes/minikube/pull/5197)
13-
* Upgrade containerd to 1.2.8. [#5194](https://github.com/kubernetes/minikube/pull/5194)
1418
* Fix and continue French translation [#5198](https://github.com/kubernetes/minikube/pull/5198)
15-
* Move root filesystem from rootfs to tmpfs [#5133](https://github.com/kubernetes/minikube/pull/5133)
1619
* Re-Added time synchronization between host/VM [#4991](https://github.com/kubernetes/minikube/pull/4991)
1720
* Fix downgrade warning is unhelpful and confusing [#5155](https://github.com/kubernetes/minikube/pull/5155)
1821
* Exit if uid=0, add --force flag to override [#5179](https://github.com/kubernetes/minikube/pull/5179)
@@ -25,45 +28,46 @@
2528
* Support adding untrusted root CA certificates (corp certs) [#5015](https://github.com/kubernetes/minikube/pull/5015)
2629
* Advice user on non-existing profile instead of crash [#4896](https://github.com/kubernetes/minikube/pull/4896)
2730
* [FEATURE] allow to set container-runtime via config [#4834](https://github.com/kubernetes/minikube/pull/4834)
28-
* Improve the release tarballs with compression and checksum [#4751](https://github.com/kubernetes/minikube/pull/4751)
2931
* Improve handling KUBECONFIG environment variable with invalid entries [#5056](https://github.com/kubernetes/minikube/pull/5056)
3032

3133
Thank you to our contributors:
3234

3335
- AllenZMC
3436
- Alok Kumar
3537
- Anders F Björklund
38+
- bpopovschi
3639
- Carlos Sanchez
40+
- chentanjun
41+
- Deepika Pandhi
3742
- Diego Mendes
43+
- ethan
3844
- Guangming Wang
3945
- Ian Lewis
4046
- Ivan Ogasawara
4147
- Jituri, Pranav
48+
- josedonizetti
4249
- Marcin Niemira
50+
- Max K
4351
- Medya Ghazizadeh
4452
- Michaël Bitard
4553
- Miguel Moll
4654
- Olivier Lemasle
4755
- Pankaj Patil
56+
- phillipahereza
4857
- Phillip Ahereza
4958
- Pranav Jituri
5059
- Praveen Sastry
5160
- Priya Wadhwa
5261
- RA489
5362
- Rishabh Budhiraja
63+
- serhatcetinkaya
5464
- Sharif Elgamal
5565
- Thomas Strömberg
5666
- Vydruth
5767
- William Zhang
68+
- xieyanker
5869
- Zhongcheng Lao
5970
- Zoltán Reegn
60-
- bpopovschi
61-
- chentanjun
62-
- ethan
63-
- josedonizetti
64-
- phillipahereza
65-
- tstromberg
66-
- xieyanker
6771

6872
## Version 1.3.1 - 2019-08-13
6973

0 commit comments

Comments
 (0)