-
Notifications
You must be signed in to change notification settings - Fork 519
feat: add support for Kubernetes 1.16.9 #3087
Conversation
538eb64
to
41799a1
Compare
/hold This has a temporary commit for testing that should be discarded before merge. |
Codecov Report
@@ Coverage Diff @@
## master #3087 +/- ##
=======================================
Coverage 70.63% 70.63%
=======================================
Files 147 147
Lines 25410 25410
=======================================
Hits 17949 17949
Misses 6340 6340
Partials 1121 1121
Continue to review full report at Codecov.
|
This passed CI, so I will discard the temporary testing commit and it should be ready for review. |
41799a1
to
3397117
Compare
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.
/lgtm
@@ -78,9 +78,9 @@ function Get-FilesToCacheOnVHD | |||
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.15.9/windowszip/v1.15.9-1int.zip", | |||
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.15.10/windowszip/v1.15.10-1int.zip", | |||
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.15.11/windowszip/v1.15.11-1int.zip", | |||
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.16.6/windowszip/v1.16.6-1int.zip", | |||
"https://kubernetesartifacts.azureedge.net/kubernetes/v1.16.7/windowszip/v1.16.7-1int.zip", |
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.
get rid of 1.16.7?
* feat: add support for Kubernetes 1.16.9 See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.16.md#changelog-since-v1168 * chore: remove 1.16.7-azs from Linux VHD
Reason for Change:
See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.16.md#changelog-since-v1168
Issue Fixed:
Requirements:
Notes: