-
Notifications
You must be signed in to change notification settings - Fork 6
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
[1.18] bump istio, go-control-plane and k8s 1.32 deps (#10611) #10627
base: v1.18.x
Are you sure you want to change the base?
[1.18] bump istio, go-control-plane and k8s 1.32 deps (#10611) #10627
Conversation
Issues linked to changelog: |
Describe("when opencensus provider config", func() { | ||
It("translates the plugin correctly using OcagentAddress", func() { |
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.
Did we intentionally delete this 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.
Yes. Open Census support has been deprecated in Envoy for a long time, and they finally removed the protos from go-control-plane.
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.
PR LGTM! However, since we're doing a major go-control-plane, istio and k8s dep bumps, and this is being released in a patch release, we'll want to trigger extended tests for this build to have more confidence that we're not breaking any existing customers pulling in a patch release.
Description
Backport of #10611