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

Bump CAPI to v1.9.4 #5316

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

mboersma
Copy link
Contributor

@mboersma mboersma commented Dec 2, 2024

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

Updates CAPI to v1.9.4.

Which issue(s) this PR fixes:

Fixes #5290
Closes #5384

Special notes for your reviewer:

See controller-runtime v0.19 release notes: https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.19.0
See CAPI 1.8 - 1.9 migration guide: https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/book/src/developer/providers/migrations/v1.8-to-v1.9.md
CAPA's PR, for comparison: kubernetes-sigs/cluster-api-provider-aws#5209

  • cherry-pick candidate

TODOs:

  • squashed commits
  • includes documentation
  • adds unit tests

Release note:

Bump CAPI to v1.9.3

@k8s-ci-robot
Copy link
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@k8s-ci-robot k8s-ci-robot added kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. release-note Denotes a PR that will be considered when it comes time to generate release notes. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Dec 2, 2024
@mboersma
Copy link
Contributor Author

mboersma commented Dec 2, 2024

/test pull-cluster-api-provider-azure-ci-entrypoint

@mboersma mboersma changed the title Bump CAPI to v1.9.0-rc.0 [WIP] Bump CAPI to v1.9.0-rc.0 Dec 2, 2024
@mboersma mboersma mentioned this pull request Dec 2, 2024
4 tasks
@mboersma
Copy link
Contributor Author

mboersma commented Dec 2, 2024

/test pull-cluster-api-provider-azure-ci-entrypoint

Copy link

codecov bot commented Dec 2, 2024

Codecov Report

Attention: Patch coverage is 31.11111% with 62 lines in your changes missing coverage. Please review.

Project coverage is 52.40%. Comparing base (b026094) to head (ebf4bd4).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
main.go 0.00% 18 Missing ⚠️
...ntrollers/azureasomanagedmachinepool_controller.go 0.00% 9 Missing ⚠️
controllers/azureasomanagedcluster_controller.go 0.00% 8 Missing ⚠️
...trollers/azureasomanagedcontrolplane_controller.go 0.00% 7 Missing ⚠️
controllers/asosecret_controller.go 0.00% 5 Missing ⚠️
controllers/azurejson_machine_controller.go 0.00% 3 Missing ⚠️
controllers/azurejson_machinepool_controller.go 0.00% 3 Missing ⚠️
...ontrollers/azurejson_machinetemplate_controller.go 0.00% 3 Missing ⚠️
azure/scope/machine.go 0.00% 1 Missing ⚠️
azure/scope/machinepool.go 0.00% 1 Missing ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5316      +/-   ##
==========================================
- Coverage   52.44%   52.40%   -0.04%     
==========================================
  Files         272      272              
  Lines       29349    29361      +12     
==========================================
- Hits        15391    15388       -3     
- Misses      13152    13167      +15     
  Partials      806      806              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mboersma
Copy link
Contributor Author

mboersma commented Dec 2, 2024

/test pull-cluster-api-provider-azure-ci-entrypoint

1 similar comment
@mboersma
Copy link
Contributor Author

mboersma commented Dec 2, 2024

/test pull-cluster-api-provider-azure-ci-entrypoint

@k8s-ci-robot k8s-ci-robot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Dec 2, 2024
@mboersma mboersma force-pushed the bump-capi-one-nine-zero branch 2 times, most recently from 52803fb to 571ecf0 Compare December 2, 2024 20:30
@mboersma
Copy link
Contributor Author

mboersma commented Dec 2, 2024

/test pull-cluster-api-provider-azure-ci-entrypoint
/test pull-cluster-api-provider-azure-verify

@mboersma mboersma marked this pull request as ready for review December 2, 2024 20:48
@mboersma mboersma force-pushed the bump-capi-one-nine-zero branch from 571ecf0 to 2b9c390 Compare December 5, 2024 16:13
@mboersma mboersma changed the title [WIP] Bump CAPI to v1.9.0-rc.0 [WIP] Bump CAPI to v1.9.0-rc.1 Dec 5, 2024
@mboersma mboersma force-pushed the bump-capi-one-nine-zero branch 3 times, most recently from 0469276 to 3cd8220 Compare December 11, 2024 16:24
@willie-yao
Copy link
Contributor

This may have Skipped the rest of the neighboring test suite--it's tricky getting Ginkgo's container nesting right, maybe adding an It here wasn't enough. I need to investigate and maybe just comment out this spec.

I just manually commented it out. I remember doing this for previous e2e tests we have skipped. Would it be sufficient to just comment it out instead of using Skip?

@mboersma mboersma force-pushed the bump-capi-one-nine-zero branch from 602e4de to d231eaf Compare January 27, 2025 18:27
@mboersma
Copy link
Contributor Author

/hold cancel

Commented out test spec instead.

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 27, 2025
@willie-yao
Copy link
Contributor

/lgtm

cc @nawazkh for approval

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 27, 2025
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 1ed432d8d76b459fa1e8811521a22264deec64c6

@willie-yao
Copy link
Contributor

/test pull-cluster-api-provider-azure-e2e-optional

Copy link
Member

@nawazkh nawazkh left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

This was a fun-debug-ride!

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: nawazkh

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 27, 2025
@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jan 27, 2025
@mboersma mboersma force-pushed the bump-capi-one-nine-zero branch from d231eaf to ebf4bd4 Compare January 27, 2025 23:26
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 27, 2025
@k8s-ci-robot k8s-ci-robot requested a review from nawazkh January 27, 2025 23:26
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jan 27, 2025
@nawazkh
Copy link
Member

nawazkh commented Jan 27, 2025

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 27, 2025
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 02119a53f70a11114cd373b5dc5a40854497ec74

@k8s-ci-robot
Copy link
Contributor

k8s-ci-robot commented Jan 27, 2025

@mboersma: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-cluster-api-provider-azure-apidiff ebf4bd4 link false /test pull-cluster-api-provider-azure-apidiff

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@k8s-ci-robot k8s-ci-robot merged commit aac663c into kubernetes-sigs:main Jan 28, 2025
23 of 25 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v1.18 milestone Jan 28, 2025
@mboersma mboersma deleted the bump-capi-one-nine-zero branch January 28, 2025 01:36
@mboersma mboersma mentioned this pull request Feb 19, 2025
4 tasks
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", 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/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

CAPI v1.9.0-beta.0 has been released and is ready for testing
4 participants