Skip to content
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

Update machine-controller to v1.15.1 and add the imagePlan field for Azure #947

Merged
merged 2 commits into from
Jul 2, 2020

Conversation

xmudrii
Copy link
Member

@xmudrii xmudrii commented Jul 2, 2020

What this PR does / why we need it:

Update machine-controller to v1.15.1 and add the ImagePlan field for Azure.

Special notes for your reviewer:

The type of the ImagePlan field is different than for other fields. This time, the field type is a struct, and so far we only used primitive types. I don't have access to Azure, so I can't this is this going to work. I assume it should work this way, but I'm not sure.

Does this PR introduce a user-facing change?:

Update machine-controller to v1.15.1
Add the ImagePlan field for Azure Terraform integration

@xmudrii xmudrii requested a review from kron4eg July 2, 2020 14:34
@kubermatic-bot kubermatic-bot added release-note Denotes a PR that will be considered when it comes time to generate release notes. dco-signoff: yes Denotes that all commits in the pull request have the valid DCO signoff message. labels Jul 2, 2020
@kubermatic-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: xmudrii

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:

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

@kubermatic-bot kubermatic-bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jul 2, 2020
@@ -495,6 +496,11 @@ func setWorkersetFlag(w *kubeonev1beta1.DynamicWorkerConfig, name string, value
if s == nil {
return nil
}
case machinecontroller.AzureImagePlan:
Copy link
Member Author

Choose a reason for hiding this comment

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

Probably not needed because we use the pointer type, but I added it anyway because I can't test is it going to work without it.

@xmudrii xmudrii changed the title Update machine-controller to v1.15.0 and add the ImagePlan field for Azure Update machine-controller to v1.15.1 and add the ImagePlan field for Azure Jul 2, 2020
@xmudrii xmudrii changed the title Update machine-controller to v1.15.1 and add the ImagePlan field for Azure Update machine-controller to v1.15.1 and add the imagePlan field for Azure Jul 2, 2020
@kubermatic-bot kubermatic-bot added the lgtm Indicates that a PR is ready to be merged. label Jul 2, 2020
@kubermatic-bot
Copy link
Contributor

LGTM label has been added.

Git tree hash: c4154335394b9ee7390fbfca0fab59a17fdf7a11

@kubermatic-bot kubermatic-bot merged commit 3cdce2e into master Jul 2, 2020
@kubermatic-bot kubermatic-bot added this to the v1.0 milestone Jul 2, 2020
@kubermatic-bot kubermatic-bot deleted the mc-1.15.0 branch July 2, 2020 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Denotes that all commits in the pull request have the valid DCO signoff message. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants