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

feat: add support for Kubernetes 1.11.9 #873

Merged
merged 2 commits into from
Mar 25, 2019

Conversation

mboersma
Copy link
Member

@mboersma mboersma commented Mar 25, 2019

Reason for Change:

See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#v1119

Issue Fixed:

Requirements:

  • Windows artifacts uploaded to acsmirror blob store
  • uses conventional commit messages
  • includes documentation
  • adds unit tests
  • tested upgrade from previous version

Notes:

Copy link
Contributor

@CecileRobertMichon CecileRobertMichon left a comment

Choose a reason for hiding this comment

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

/lgtm

@mboersma
Copy link
Member Author

/azp run pr-e2e

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mboersma
Copy link
Member Author

TestK8sVars needs some attention—I'll do that next.

@@ -119,13 +119,13 @@ func TestK8sVars(t *testing.T) {
"mountetcdScript": GetKubernetesB64Mountetcd(),
"nsgID": "[resourceId('Microsoft.Network/networkSecurityGroups',variables('nsgName'))]",
"nsgName": "[concat(variables('masterVMNamePrefix'), 'nsg')]",
"orchestratorNameVersionTag": "Kubernetes:1.11.8",
"orchestratorNameVersionTag": "Kubernetes:1.11.9",
Copy link
Contributor

Choose a reason for hiding this comment

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

are we going to have to update these tests every time there's a new default k8s version patch? Is there any way we can make them expect the latest patch instead of hardcoding to a specific patch?

Copy link
Member Author

@mboersma mboersma Mar 25, 2019

Choose a reason for hiding this comment

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

I'm sure there is a way. I'll enter a ticket to refactor these tests so we're not chasing 1.11.x patches.

Edit: see #878

@mboersma
Copy link
Member Author

/azp run pr-e2e

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Contributor

@CecileRobertMichon CecileRobertMichon left a comment

Choose a reason for hiding this comment

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

/lgtm

@acs-bot acs-bot added the lgtm label Mar 25, 2019
@acs-bot
Copy link

acs-bot commented Mar 25, 2019

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: CecileRobertMichon, 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 [CecileRobertMichon,mboersma]

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

@codecov
Copy link

codecov bot commented Mar 25, 2019

Codecov Report

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

@@           Coverage Diff           @@
##           master     #873   +/-   ##
=======================================
  Coverage   68.29%   68.29%           
=======================================
  Files         115      115           
  Lines       16938    16938           
=======================================
  Hits        11567    11567           
  Misses       4613     4613           
  Partials      758      758

@jackfrancis jackfrancis merged commit 24136ab into Azure:master Mar 25, 2019
@mboersma mboersma deleted the add-k8s-1.11.9 branch March 25, 2019 20:31
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.

4 participants