-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Backporting #2750, 2755 and #2770 to 0.37 #2816
Conversation
This fixes the data race between the functions which could be running in different goroutines. Signed-off-by: Pradyumna Agrawal <[email protected]>
Signed-off-by: Pradyumna Agrawal <[email protected]>
…datedTime) Signed-off-by: Pradyumna Agrawal <[email protected]>
Signed-off-by: Pradyumna Agrawal <[email protected]>
Signed-off-by: Maciej "Iwan" Iwanowski <[email protected]>
Signed-off-by: Maciej "Iwan" Iwanowski <[email protected]>
b366b6e
to
6a73da3
Compare
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
@pkagrawal I need your consent to backport a bugfix to 0.37 branch. |
LGTM |
@pkagrawal I'm afraid that the bot is expecting very precise message, one of the bot's comments above. |
@googlebot I consent. |
@bobbypage can you merge and release a new version, please? |
0.39 is, hopefully, just around the corner and we do not want to risk already release Kubernetes versions stability. I'm withdrawing this PR after a chat with @bobbypage. |
Backports fixes to:
OnDemandHousekeeping
andhousekeepingTick
#2755Brought to my attention in #2814.