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

Bump Cluster API and providers#3699

Closed
ykakarap wants to merge 11 commits intomainfrom
bump-capi-and-providers
Closed

Bump Cluster API and providers#3699
ykakarap wants to merge 11 commits intomainfrom
bump-capi-and-providers

Conversation

@ykakarap
Copy link
Copy Markdown

What this PR does / why we need it

This PR bumps the version of ClusterAPI and the providers.

Go dependencies will be merged in #3157

Which issue(s) this PR fixes

Fixes #

Describe testing done for PR

Release note


Additional information

Special notes for your reviewer

@ykakarap ykakarap requested a review from a team as a code owner October 18, 2022 22:36
@ykakarap ykakarap requested a review from a team October 18, 2022 22:36
@ykakarap ykakarap requested a review from prkalle as a code owner October 18, 2022 22:36
@ykakarap ykakarap requested review from a team October 18, 2022 22:36
@ykakarap ykakarap requested a review from a team as a code owner October 18, 2022 22:36
@github-actions
Copy link
Copy Markdown

Cluster Generation A/B Results:
https://storage.googleapis.com/tkg-clustergen/3699/20221018224827/clustergen.diff.txt
Author/reviewers:
Please review to verify that the effects on the generated cluster configurations are exactly what the PR intended, and give a thumbs-up if so.

@ykakarap
Copy link
Copy Markdown
Author

//usebom:sandbox/v1.7.0-zshippable/430495289984455744/tkg-compatibility:v12

@wjun
Copy link
Copy Markdown
Contributor

wjun commented Oct 19, 2022

Please fix the errors in main/build, capd cc, and capa cc pipelines.

@srm09 srm09 force-pushed the bump-capi-and-providers branch from 39950d3 to 177938a Compare October 20, 2022 00:46
@github-actions
Copy link
Copy Markdown

Cluster Generation A/B Results:
https://storage.googleapis.com/tkg-clustergen/3699/20221020005811/clustergen.diff.txt
Author/reviewers:
Please review to verify that the effects on the generated cluster configurations are exactly what the PR intended, and give a thumbs-up if so.

@github-actions
Copy link
Copy Markdown

Cluster Generation A/B Results:
https://storage.googleapis.com/tkg-clustergen/3699/20221020020944/clustergen.diff.txt
Author/reviewers:
Please review to verify that the effects on the generated cluster configurations are exactly what the PR intended, and give a thumbs-up if so.

@ykakarap ykakarap force-pushed the bump-capi-and-providers branch from b2bb97a to d5f5506 Compare October 20, 2022 02:44
@github-actions
Copy link
Copy Markdown

Cluster Generation A/B Results:
https://storage.googleapis.com/tkg-clustergen/3699/20221020025326/clustergen.diff.txt
Author/reviewers:
Please review to verify that the effects on the generated cluster configurations are exactly what the PR intended, and give a thumbs-up if so.

@ykakarap
Copy link
Copy Markdown
Author

//usebom:sandbox/v1.7.0-zshippable/430679015683004628/tkg-compatibility:v12

@wjun
Copy link
Copy Markdown
Contributor

wjun commented Oct 20, 2022

Please rebase to main branch with a reverted merge that blocked ClusterClass related pipeline tests.

@randomvariable randomvariable force-pushed the bump-capi-and-providers branch from d5f5506 to 896a068 Compare October 20, 2022 16:34
@randomvariable
Copy link
Copy Markdown
Contributor

rebased

@github-actions
Copy link
Copy Markdown

Cluster Generation A/B Results:
https://storage.googleapis.com/tkg-clustergen/3699/20221020164413/clustergen.diff.txt
Author/reviewers:
Please review to verify that the effects on the generated cluster configurations are exactly what the PR intended, and give a thumbs-up if so.

@ykakarap
Copy link
Copy Markdown
Author

rebased

Thank you!

@ykakarap
Copy link
Copy Markdown
Author

//usebom:sandbox/v1.7.0-zshippable/430776759441430622/tkg-compatibility:v12

@ykakarap ykakarap force-pushed the bump-capi-and-providers branch from 896a068 to af92df5 Compare October 21, 2022 19:33
@github-actions
Copy link
Copy Markdown

Cluster Generation A/B Results:
https://storage.googleapis.com/tkg-clustergen/3699/20221021194146/clustergen.diff.txt
Author/reviewers:
Please review to verify that the effects on the generated cluster configurations are exactly what the PR intended, and give a thumbs-up if so.

@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 21, 2022

Codecov Report

Merging #3699 (af92df5) into main (863aba1) will decrease coverage by 0.82%.
The diff coverage is 66.66%.

@@            Coverage Diff             @@
##             main    #3699      +/-   ##
==========================================
- Coverage   46.22%   45.40%   -0.83%     
==========================================
  Files         400      425      +25     
  Lines       39642    41198    +1556     
==========================================
+ Hits        18326    18706     +380     
- Misses      19626    20792    +1166     
- Partials     1690     1700      +10     
Impacted Files Coverage Δ
tkg/client/init.go 0.00% <0.00%> (ø)
tkg/client/machine_deployment.go 61.86% <ø> (ø)
tkg/client/upgrade_cluster.go 43.05% <66.66%> (ø)
tkg/clusterclient/clusterclient.go 48.79% <85.71%> (ø)
cmd/cli/plugin/cluster/machinehealthcheck.go 100.00% <0.00%> (ø)
cmd/cli/plugin/cluster/scale.go 17.85% <0.00%> (ø)
cmd/cli/plugin/cluster/kubeconfig_get.go 8.82% <0.00%> (ø)
cmd/cli/plugin/cluster/get_machinehealthcheck.go 11.42% <0.00%> (ø)
...in/cluster/set_machinehealthcheck_control_plane.go 21.21% <0.00%> (ø)
...in/cluster/get_machinehealthcheck_control_plane.go 11.11% <0.00%> (ø)
... and 22 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@srm09 srm09 force-pushed the bump-capi-and-providers branch from af92df5 to da525be Compare October 26, 2022 19:50
@srm09
Copy link
Copy Markdown
Contributor

srm09 commented Oct 26, 2022

Removed the CAPA 2.0.0 bump from the patch. Also, removed the fixes for the pipelines made for the CAPA bumps.

@github-actions
Copy link
Copy Markdown

Cluster Generation A/B Results:
https://storage.googleapis.com/tkg-clustergen/3699/20221026200649/clustergen.diff.txt
Author/reviewers:
Please review to verify that the effects on the generated cluster configurations are exactly what the PR intended, and give a thumbs-up if so.

sedefsavas and others added 3 commits October 26, 2022 15:01
(cherry picked from commit 002f19f)
This patch changes the overlays to include the customization of the
subnets for cluster creation only when using a custom VPC. The overlays
now check for the presence of the VPC ID and the public/private subnet
ID, before including those blocks for cluster YAML creation.

Since, the public/private subnets can be used only when using a custom
VPC. Otherwise we leave the AWSCluster.spec.network.subnets slice empty
and let CAPA handle the creation of the resources.

Signed-off-by: Sagar Muchhal <[email protected]>
@github-actions
Copy link
Copy Markdown

Cluster Generation A/B Results:
https://storage.googleapis.com/tkg-clustergen/3699/20221026222001/clustergen.diff.txt
Author/reviewers:
Please review to verify that the effects on the generated cluster configurations are exactly what the PR intended, and give a thumbs-up if so.

@srm09
Copy link
Copy Markdown
Contributor

srm09 commented Oct 27, 2022

Will eventually close this in favor of #3752
/hold

@ykakarap
Copy link
Copy Markdown
Author

ykakarap commented Nov 7, 2022

Closing this PR in favor of #3772

@ykakarap ykakarap closed this Nov 7, 2022
@xiaoping8385 xiaoping8385 deleted the bump-capi-and-providers branch December 6, 2022 06:28
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.

8 participants