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

✨ Remove previously deprecated code #2451

Merged

Conversation

Ankitasw
Copy link
Member

@Ankitasw Ankitasw commented Oct 19, 2023

What this PR does / why we need it:
This PR addresses following to prepare main branch for release-1.9:

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Part of #2394
Part of #2207

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Oct 19, 2023
@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Oct 19, 2023
@Ankitasw Ankitasw changed the title Prepare main branch for release-1.9 ✨ Prepare main branch for release-1.9 Oct 19, 2023
@Ankitasw Ankitasw changed the title ✨ Prepare main branch for release-1.9 ✨ [WIP] Prepare main branch for release-1.9 Oct 19, 2023
@Ankitasw Ankitasw changed the title ✨ [WIP] Prepare main branch for release-1.9 ✨ Prepare main branch for release-1.9 Oct 19, 2023
@Ankitasw
Copy link
Member Author

/test ?

@k8s-ci-robot
Copy link
Contributor

@Ankitasw: The following commands are available to trigger required jobs:

  • /test pull-cluster-api-provider-vsphere-conformance-main
  • /test pull-cluster-api-provider-vsphere-e2e-full-main
  • /test pull-cluster-api-provider-vsphere-e2e-main
  • /test pull-cluster-api-provider-vsphere-test-integration-main
  • /test pull-cluster-api-provider-vsphere-test-main
  • /test pull-cluster-api-provider-vsphere-verify-main

The following commands are available to trigger optional jobs:

  • /test pull-cluster-api-provider-vsphere-apidiff-main

Use /test all to run the following jobs that were automatically triggered:

  • pull-cluster-api-provider-vsphere-apidiff-main
  • pull-cluster-api-provider-vsphere-e2e-main
  • pull-cluster-api-provider-vsphere-test-integration-main
  • pull-cluster-api-provider-vsphere-test-main
  • pull-cluster-api-provider-vsphere-verify-main

In response to this:

/test ?

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/test-infra repository.

@Ankitasw
Copy link
Member Author

/test pull-cluster-api-provider-vsphere-e2e-full-main

Copy link
Contributor

@killianmuldoon killianmuldoon left a comment

Choose a reason for hiding this comment

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

Could we split this up into two PRs? One for the housekeeping and another for removing deprecated code?

@codecov
Copy link

codecov bot commented Oct 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5211b8e) 62.83% compared to head (e50316a) 62.85%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2451      +/-   ##
==========================================
+ Coverage   62.83%   62.85%   +0.02%     
==========================================
  Files         122      122              
  Lines        8763     8753      -10     
==========================================
- Hits         5506     5502       -4     
+ Misses       2863     2858       -5     
+ Partials      394      393       -1     
Files Coverage Δ
controllers/vspherecluster_reconciler.go 61.79% <ø> (-0.40%) ⬇️
controllers/vsphereclusteridentity_controller.go 56.14% <ø> (+2.35%) ⬆️

... and 7 files with indirect coverage changes

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

@Ankitasw Ankitasw changed the title ✨ Prepare main branch for release-1.9 ✨ Remove previously deprecated code Oct 25, 2023
@Ankitasw Ankitasw force-pushed the pre-release-1.9-branch-prep branch 2 times, most recently from e3df956 to 961b7f0 Compare October 25, 2023 06:08
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Oct 25, 2023
@Ankitasw Ankitasw force-pushed the pre-release-1.9-branch-prep branch 4 times, most recently from 384f1c5 to b40146a Compare October 25, 2023 06:38
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Oct 26, 2023
@sbueringer sbueringer mentioned this pull request Oct 26, 2023
7 tasks
@sbueringer
Copy link
Member

Thx!

/lgtm

/assign @killianmuldoon @chrischdi

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

LGTM label has been added.

Git tree hash: 23bf3b14b0cd30f8979462ebbcaf1b961b58d53b

Copy link
Contributor

@killianmuldoon killianmuldoon left a comment

Choose a reason for hiding this comment

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

Thanks!

/lgtm

@killianmuldoon
Copy link
Contributor

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: killianmuldoon

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 Oct 26, 2023
@k8s-ci-robot k8s-ci-robot merged commit 71db86f into kubernetes-sigs:main Oct 26, 2023
18 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v1.9 milestone Oct 26, 2023
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. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants