-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Prepare for v0.5.7 #1014
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
Prepare for v0.5.7 #1014
Conversation
See kubernetes/kubernetes#92069 Signed-off-by: Vince Prignano <[email protected]>
Signed-off-by: Vince Prignano <[email protected]>
Signed-off-by: Vince Prignano <[email protected]>
This patch fixes an issue that occurs when shutting down an envtest.Environment. If the API server fails to shutdown, then the etcd process is orphaned. This can result in dozens of running etcd processes when debugging failed tests. Please see this Slack discussion for more information: https://kubernetes.slack.com/archives/CAR30FCJZ/p1590779385006000.
Signed-off-by: ialidzhikov <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vincepri 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 |
/assign @alvaroaleman @detiber |
@JoelSpeed This backports the log line fix we discussed last week |
/lgtm |
Thanks! Sidenote, right now there is a set of features/bugfixes that only exist in a 0.5.X release but not in a 0.6.X release, I think we should do a release of the latter as well so ppl dont lose fixes by upgrading 😬 |
This PR backports some fixes and updates from the current release to release-0.5.