Skip to content

Instantly share code, notes, and snippets.

@alena1108
Created March 20, 2018 23:46
Show Gist options
  • Save alena1108/243eb974c77e7e00ac50134d55586aeb to your computer and use it in GitHub Desktop.
Save alena1108/243eb974c77e7e00ac50134d55586aeb to your computer and use it in GitHub Desktop.
patches
commit 85b663a0d93d2691e8980d271667053f5eacfcac (HEAD, tag: v1.8.6-rancher4, upstream/v1.8.6-rancher)
Author: Darren Shepherd <[email protected]>
Date: Mon Feb 26 22:15:39 2018 -0700
Add global default proxy dialer
commit 46944cfeb117c1a0a370751ab77b7fcce852eaa0 (tag: v1.8.6-rancher3)
Author: Darren Shepherd <[email protected]>
Date: Mon Feb 26 16:51:59 2018 -0700
Disable more azure support
commit df6af2cf75338c60c662858b8b41d1c159186012 (tag: v1.8.6-rancher2)
Author: Darren Shepherd <[email protected]>
Date: Tue Jan 30 09:22:14 2018 -0700
Do not assume first discovery set is consistent
The previous GarbageCollector.Sync method assumed that the restMapper
cache would be in sync with the first set of deletable resources seen
from the discovery client. A bug occurs when the restMapper has set
A cached and then GarbageCollector.Sync sees first set A'. This can
happen if the set changed after restMapper read the set but before
GarbageCollector.Sync reads the set. If then going forward the set
never changes from A' to A'' GarbageCollector.Sync will never call
restMapper.Reset() and resyncMonitors(). The end result will be that
the rest of the GarbageCollector code will be operating on set A and
not A'.
commit 821cc4ec703053250de8e6645ff097a82336f1f3
Author: Nathan Jenan <[email protected]>
Date: Mon Jan 29 17:31:15 2018 -0700
removing unnecessary azure provider so we don't conflict with kontainer-engine
commit c484e1ef6226e5131b7fefc7f2262630423ab05d
Author: Darren Shepherd <[email protected]>
Date: Thu Jan 4 23:49:07 2018 -0700
Add openapi gen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment