-
Notifications
You must be signed in to change notification settings - Fork 54
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
cli: remove old migration steps and id-file references #2440
Conversation
✅ Deploy Preview for constellation-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
linked the AB ticket |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls link an upgrade test
@@ -513,34 +463,6 @@ func (u *upgradeApplyCmd) handleServiceUpgrade( | |||
return nil | |||
} | |||
|
|||
// migrateFrom2_10 applies migrations necessary for upgrading from v2.10 to v2.11 | |||
// TODO(v2.11): Remove this function after v2.11 is released. | |||
func migrateFrom2_10(ctx context.Context, kubeUpgrader kubernetesUpgrader) error { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We decided at some point to make such functions nops, to act as guide for future migration additions. But I am also fine with removing them.
Signed-off-by: Daniel Weiße <[email protected]>
Signed-off-by: Daniel Weiße <[email protected]>
3b3da15
to
33fca51
Compare
Coverage report
|
GCP upgrade ✔️ |
Context
ID file is not used anymore, and some helm/kubernetes migrations are no longer necessary.
Proposed change(s)
Related issue