Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Add support for Kubernetes 1.12.4 #82

Merged
merged 5 commits into from
Dec 18, 2018
Merged

Conversation

mboersma
Copy link
Member

@mboersma mboersma commented Dec 4, 2018

What this PR does / why we need it:

See https://github.com/kubernetes/kubernetes/releases/tag/v1.12.4

Refs #73.

TODO:

  • upload Windows binary

If applicable:

  • documentation
  • unit tests
  • tested backward compatibility (ie. deploy with previous version, upgrade with this branch)

Release note:

Add support for Kubernetes 1.12.4

@codecov
Copy link

codecov bot commented Dec 4, 2018

Codecov Report

Merging #82 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #82   +/-   ##
=======================================
  Coverage   55.45%   55.45%           
=======================================
  Files         109      109           
  Lines       16054    16054           
=======================================
  Hits         8903     8903           
  Misses       6368     6368           
  Partials      783      783

1 similar comment
@codecov
Copy link

codecov bot commented Dec 4, 2018

Codecov Report

Merging #82 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #82   +/-   ##
=======================================
  Coverage   55.45%   55.45%           
=======================================
  Files         109      109           
  Lines       16054    16054           
=======================================
  Hits         8903     8903           
  Misses       6368     6368           
  Partials      783      783

@codecov
Copy link

codecov bot commented Dec 4, 2018

Codecov Report

Merging #82 into master will increase coverage by <.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #82      +/-   ##
==========================================
+ Coverage   53.16%   53.16%   +<.01%     
==========================================
  Files          95       95              
  Lines       14230    14228       -2     
==========================================
  Hits         7565     7565              
+ Misses       5997     5995       -2     
  Partials      668      668

@mboersma mboersma changed the title Add support for Kubernetes 1.12.3 Add support for Kubernetes 1.12.4 Dec 17, 2018
@mboersma mboersma force-pushed the k8s-1.12.3 branch 2 times, most recently from 4c6ebbe to 4d8eb18 Compare December 18, 2018 15:10
@@ -30,7 +30,7 @@ var k8sComponentVersions = map[string]map[string]string{
"aci-connector": "virtual-kubelet:latest",
ContainerMonitoringAddonName: "oms:ciprod10162018-2",
AzureCNINetworkMonitoringAddonName: "networkmonitor:v0.0.4",
"cluster-autoscaler": "cluster-autoscaler:v1.3.3",
"cluster-autoscaler": "cluster-autoscaler:v1.12.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a good reason for including this change in this PR?

Copy link
Member Author

@mboersma mboersma Dec 18, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just bump components when Kubernetes release notes say to do so, and this big jump was recommended in v1.12.3: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.12.md#changelog-since-v1122

Update Cluster Autoscaler to 1.12.1 (#70705, @losipiuk)

The new versioning is outlined here: https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler#releases

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see. The reason I'm confused is because as implemented here we're bumping cluster-autoscaler in 1.13 only.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That seems incorrect then. Should be 1.12.x for 1.12.x and 1.13.x for 1.13... I'll fix it up.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed this--thanks for noticing! cluster-autoscaler v1.12.1 appears to be the current 1.12.x release, so I left it there.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See also #170.

@jackfrancis
Copy link
Member

/lgtm

@acs-bot
Copy link

acs-bot commented Dec 18, 2018

New changes are detected. LGTM label has been removed.

@acs-bot acs-bot removed the lgtm label Dec 18, 2018
@jackfrancis
Copy link
Member

/lgtm post-rebase

@acs-bot
Copy link

acs-bot commented Dec 18, 2018

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jackfrancis, mboersma

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:
  • OWNERS [jackfrancis,mboersma]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@mboersma mboersma merged commit eb2ca8c into Azure:master Dec 18, 2018
@mboersma mboersma deleted the k8s-1.12.3 branch December 18, 2018 23:57
juhacket pushed a commit to juhacket/aks-engine that referenced this pull request Mar 14, 2019
* Add support for Kubernetes 1.12.3

See https://github.com/kubernetes/kubernetes/releases/tag/v1.12.3

* Bump cluster-autoscaler to recommended version for 1.12.3

* Bump to k8s 1.12.4

See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.12.md#v1124

* Move cluster-autoscaler bump to correct stanza

* enable 20 mins for HPA scale down
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants