-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update changelog for v1.6.0-beta.0 release #5929
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: priyawadhwa The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## master #5929 +/- ##
=======================================
Coverage 36.09% 36.09%
=======================================
Files 110 110
Lines 8208 8208
=======================================
Hits 2963 2963
Misses 4854 4854
Partials 391 391 |
@@ -1,5 +1,59 @@ | |||
# Release Notes | |||
|
|||
## Version 1.6.0-beta.0 - 2019-11-15 | |||
* Update DefaultKubernetesVersion to v1.17.0-beta.1 to prepare for betas [#5925](https://github.com/kubernetes/minikube/pull/5925) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's more art than science, but the release notes should only contain user-facing changes, and be sorted roughly by the likelihood that a user would need to care about it. Here's my take:
- Update DefaultKubernetesVersion to v1.17.0-beta.1 to prepare for betas #5925
- Make it possible to recover from a previously aborted StartCluster (Ctrl-C) #5916
- Add retry to SSH connectivity check #5848
- Make --wait=false non-blocking, --wait=true blocks on system pods #5894
- Only copy new or modified files into VM on restart #5864
- Remove heapster addon #5243
- mention fix for AppArmor related permission errors #5842
- Health check previously configured driver & exit if not installed #5840
- Add memory and wait longer for TestFunctional tests, include node logs #5852
- Improve message when selected driver is incompatible with existing cluster #5854
- Update libmachine to point to latest #5877
- none driver: Warn about --cpus, --memory, and --container-runtime settings #5845
- Refactor config.Config to prepare for multinode #5889
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah gotcha, thanks!
No description provided.