-
Notifications
You must be signed in to change notification settings - Fork 179
Remove deprecated field from Deployment #5809
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: sagnik3788 <[email protected]>
@sagnik3788 |
Signed-off-by: sagnik3788 <[email protected]>
Signed-off-by: sagnik3788 <[email protected]>
I will fix these |
@sagnik3788 Please fix lint and test, and use |
Signed-off-by: sagnik3788 <[email protected]>
Signed-off-by: sagnik3788 <[email protected]>
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.
Thank you for your contribution.
I commented on nits.
@@ -77,7 +77,6 @@ var ( | |||
d.StatusReason = statusReason | |||
d.RunningCommitHash = runningCommitHash | |||
d.RunningConfigFilename = runningConfigFilename | |||
d.Version = version |
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.
Please remove the argument version
because it is unused now.
@sagnik3788 And please fix the conflict 🙇 It's due to other PRs. |
What this PR does:
as title
Why we need it:
version field was already marked as deprecated and is no longer in use
Which issue(s) this PR fixes:
Fixes #5061