-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Tracking issue for dropping code deprecated in v1.3 release #7713
Comments
@ykakarap I suggest making each item it's own ticket and using this ticket as an overview. Then each ticket can be discussed and assigned separately, to avoid having multiple people working on the same task. I also suggest each item should include updating the docs :) |
That is the intention 🙂. I will leave it to whoever picks up an item to create a PR and if they want an issue to go with it.
+1 |
/help |
@ykakarap: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
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. |
/triage accepted |
Hello Team, I will work on the task to |
@chiukapoor Great to hear! I suspect you should be able to look at #7752 for inspiration. Note the apidiff test will fail for your pr and this is expected. |
@ykakarap Just a note. For some of the sub-tasks we have to update .golangci.yaml. Can you please add that to the respective sub-tasks? (e.g. Lines 222 to 225 in de575ca
|
hey, I will get these subtasks, PRs follows -
|
/reopen |
@knabben: Reopened this issue. In response to this:
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. |
Quick update: after recent PRs that now only leaves the removal of |
Looks like @chiukapoor Is already assigned to that item. Once that is done I will close this issue. |
@chiukapoor are you working on 'clusterctl restore' task?? If not then I can take it. |
Hey @hackeramitkumar, I have started the work will push changes in couple of days. |
@chiukapoor , thank you
|
@chiukapoor are you still working on |
We don't have to do it before the next patch release as the change will be done on main and the next release "from main" will be the first v1.4 beta. |
Echoing what @sbueringer said, this does not block the next v1.3 and v1.2 patch releases. It would just be nice to get done to close the deprecation work on main. 🙂 |
Thx @hackeramitkumar for taking over the last part. Thx everyone! /close |
@sbueringer: Closing this issue. In response to this:
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. |
Thank you everyone who worked on this issue! 🙏🏼 |
dream team! |
The following parts of the code base were deprecated in the previous release (v1.3). This is a tracking issue for all the work that needs to be done to drop all the deprecated work:
MachineHealthCheckSuccededCondition
inapi/v1beta1/condition_consts.go
(@knabben)MachineHealthCheckSucceededCondition
clusterctl backup
command (@oscr)clusterctl move --to-directory
.cmd/clusterctl/cmd/backup.go
Backup(options BackupOptions) error
method from theClient
interface and the implementations of this interface:clusterctlClient
andfakeClient
BackupOptions
fromcmd/clusterctl/client/move.go
Backup(namespace string, directory string) error
method from theObjectMover
interface and the implementations of this interface:objectMover
andfakeObjectMover
clusterctl restore
command (@hackeramitkumar )clusterctl move --from-directory
.cmd/clusterctl/cmd/restore.go
Restore(options RestoreOptions) error
method from theClient
interface and the implementations of this interface:clusterctlClient
andfakeClient
RestoreOptions
fromcmd/clusterctl/client/move.go
Restore(namespace string, directory string) error
method from theObjectMover
interface and the implementations of this interface:objectMover
andfakeObjectMover
--disable-no-echo
flag inclusterctl describe
command. (@knabben)disableNoEcho
) and its uses from the file.--list-images
flag inclusterctl init
command. (@knabben)listImages
and its uses from the file.CloneTemplate
andCloneTemplateInput
(@knabben)CreateFromTemplate
andCreateFromTemplateInput
NewServer
inexp/runtime/server/server.go
(@knabben)New
ClusterTopologyManagedFieldsAnnotation
(@knabben)The text was updated successfully, but these errors were encountered: