-
Notifications
You must be signed in to change notification settings - Fork 208
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
sysdump: Use intermediate import package for supported envoy resources #1763
Conversation
ecdb8e4
to
93a12c6
Compare
93a12c6
to
4c37fcf
Compare
4c37fcf
to
dd39fab
Compare
dd39fab
to
1fcb3cf
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.
I think there's now a new replace directive in v1.14.0-rc.0:
replace (
github.com/miekg/dns => github.com/cilium/dns v1.1.51-0.20220729113855-5b94b11b46fc
go.universe.tf/metallb => github.com/cilium/metallb v0.1.1-0.20220829170633-5d7dfb1129f7
k8s.io/client-go => github.com/cilium/client-go v0.27.2-fix
sigs.k8s.io/controller-tools => github.com/cilium/controller-tools v0.6.2
)
1fcb3cf
to
e3ac1c0
Compare
Good catch, thanks 💯 |
e3ac1c0
to
b79773a
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.
lgtm
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 split the go.mod update into a separate commit.
b79773a
to
73fd80d
Compare
Commit 370fa54 does not contain "Signed-off-by". Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin |
Signed-off-by: Tam Mach <[email protected]>
This is to avoid the similar happening again in the future, when we add more envoy resource types. Relates: cilium#1756 Signed-off-by: Tam Mach <[email protected]>
73fd80d
to
7a87052
Compare
This is to avoid the similar happening again in the future, when we add more envoy resource types.
Relates: #1756
Relates: cilium/cilium#26469