kezhenxu94 opened a new pull request, #185: URL: https://github.com/apache/skywalking-swck/pull/185
## Summary This PR bumps Go dependencies in `adapter/` to address the following CVEs: | CVE | Package | Old Version | New Version | |-----|---------|-------------|-------------| | CVE-2026-33186 | google.golang.org/grpc | v1.61.0 | v1.79.3 | | CVE-2026-24051 | go.opentelemetry.io/otel/sdk | v1.22.0 | v1.40.0 | | CVE-2026-25679 | Go stdlib | 1.25.5 | 1.25.8 | | CVE-2026-27142 | Go stdlib | 1.25.5 | 1.25.8 | Also includes CI fixes: - Fix cert-manager version in e2e tests (v1.8.0 → v1.11.5) - Fix CI failures after grpc/Go upgrade - Add e2e log upload on failure - Update kube-rbac-proxy from deprecated gcr.io to quay.io registry (v0.8.0 → v0.18.1) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
