-
Notifications
You must be signed in to change notification settings - Fork 3.4k
refactor: removed previously deprecated -bpf-lb-proto-diff option. #40505
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
refactor: removed previously deprecated -bpf-lb-proto-diff option. #40505
Conversation
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.
Thanks @Surya-7890 for taking care of this. I've left a few initial comments inline about additional clean-up that should be performed. Moreover, you should also rebase this PR onto the main branch to address the conflicts.
059b55d
to
60e6bac
Compare
Commits 057960a, 1e57434 do not match "(?m)^Signed-off-by:". Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin |
1e57434
to
fed7c71
Compare
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.
Thanks! Changes look good to me. Just one cosmetic comment about the commits structure, in addition to Tom's. I'll trigger the full test suite once these are addressed.
This commit removes notes that are specific to v1.18. The section heading has also been updated to v1.19. Signed-off-by: surya <suryamariappan9108@gmail.com>
Fixes: cilium#39328 This commit removes the -bpf-lb-proto-diff option, which was marked as deprecated in v1.18. Signed-off-by: surya <suryamariappan9108@gmail.com>
fed7c71
to
fc60ef5
Compare
I had to rebase, as some files in |
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.
/lgtm, thanks!
/test |
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.
k8s changes lgtm, thanks !
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.
Thanks!
@cilium/docs-structure Gentle ping 🙏 |
This commit removes -bpf-lb-proto-diff, that was marked as deprecated in v1.18.
Please ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXX
line if the commit addresses a particularGitHub issue.
Fixes: <commit-id>
tag, thenplease add the commit author[s] as reviewer[s] to this issue.
Fixes: #39328