Commit a9d961c
authored
upgrade to latest dependencies (#2290)
bumping knative.dev/reconciler-test 330ffb2...75d4763:
> 75d4763 Retry on transient K8s API errors in poll loops (# 892)
> 9971c46 Fix DNS issue (# 894)
> 03f8d11 Align downstream tests with common pattern (# 887)
bumping knative.dev/hack bf6758c...c985ed3:
> c985ed3 [release-1.21] Add env var to pass extra flag to license check (# 471)
> e37ec67 Bump go-licenses to v2.0.1 release (# 468)
bumping knative.dev/serving 69aa052...4d92745:
> 4d92745 [release-1.21] feat: use knative.dev/pkg/network/tls for configurable TLS (# 16482)
bumping golang.org/x/oauth2 792c877...acc3815:
> acc3815 endpoints: fix %q verb use with wrong type
> f28b0b5 all: fix some comments
> fd15e0f x/oauth2: populate RetrieveError from DeviceAuth
bumping google.golang.org/grpc 805b1f8...dda86db:
> dda86db Change version to 1.79.3 (# 8983)
> 72186f1 grpc: enforce strict path checking for incoming requests on the server (# 8981)
> 97ca352 Changing version to 1.79.3-dev (# 8954)
> 8902ab6 Change the version to release 1.79.2 (# 8947)
> a928670 Cherry-pick # 8874 to v1.79.x (# 8904)
> 06df363 Change version to 1.79.2-dev (# 8903)
> 782f2de Change version to 1.79.1 (# 8902)
> 850eccb Change version to 1.79.1-dev (# 8851)
> 765ff05 Change version to 1.79.0 (# 8850)
> 68804be Cherry pick # 8864 to v1.79.x (# 8896)
> 0381eb6 xds: Support `:authority` header rewriting for LOGICAL_DNS clusters (# 8822)
> 90f571d xds: remove references to ResolverState.Addresses (# 8841)
> 679565f xds: remove `HashKey` field from `xdsresource.Endpoint` struct (# 8844)
> bb2073d mem: Allow overriding the default buffer pool. (# 8806)
> bd4444a Fix flaky `TestServer_RedundantUpdateSuppression`. (# 8839)
> 623b3f0 test: add regression test for RecvMsg() error shadowing # 7510 (# 8820)
> 5862457 encoding: remove unused `DecompressedSize` API (# 8830)
> e15b867 dns: set Endpoints in resolver updates (# 8812)
> 95825a3 cdsbalancer: Remove UpdateAddresses handling (# 8811)
> 115d49c wrr: improve log messages (# 8824)
> 572fdca xds: remove workarounds in tests added for envoyproxy/go-control-plane#431 (# 8828)
> bb2f97f grpc: improve the docstring for StreamServerInterceptor (# 8823)
> 25dbb81 transport: remove grpchttp2 package (# 8826)
> 6652b15 encoding: add a test for unsupported server codec (# 8819)
> 629ef39 xdsdepmgr: Avoid using actual DNS lookups and fix race during test failure (# 8805)
> ad8bd71 outlierdetection: Remove UpdateAddresses handling (# 8810)
> d675ef5 mem: Optimize buffer object re-use (# 8784)
> afd6cc7 wrr: use new-style atomic APIs (# 8815)
> b3603ab transport: http2 server must validates header list size when early aborting stream (# 8769)
> 9cf0a86 xds/cdsbalancer: change TestErrorFromParentLB_ResourceNotFound to send correct resources (# 8794)
> 9e7491a stream: initialize decompressor for health check streams (# 8765)
> 85ede8e transport: Remove unused return value from connect() (# 8787)
> 9b39ae2 priority: prevent init timer restarting when a child transitions from CONNECTING to CONNECTING (# 8813)
> e05f643 clientconn: close canceled transport synchronously (# 8786)
> 900ffa9 xds: Migrate Addresses usages to Endpoints (# 8804)
> e7a6fed xds: Revert workaround to get SubConn locality (# 8802)
> a887d0b tranport: Reduce heap allocs by setting BufferSlice capacity (# 8797)
> bccbb10 xds: Add `IsDynamic` field to cdsbalancer LB and make it true for RLS (# 8793)
> c6d5e5e stats/otel: a79 scaffolding to register an async gauge metric and api to record it- part 3 (# 8780)
> 319a0fa xds: implement :authority header rewriting in xds_cluster_impl LB policy (gRFC A81) (# 8779)
> 88ac703 grpc: fixing typos (# 8796)
> a2a2023 alts: Fix buffer alignment with 16KB records (# 8791)
> 4046676 xds: Add cluster endpoint watchers to depndency manager (# 8744)
> 2d51986 stats/otel: a79 scaffolding to register an async gauge metric and api to record it- part 2 (# 8755)
> 6ed8acb xds: refactor xdsresource.Endpoint to add resolver.Endpoint (gRFC A81) (# 8750)
> e78c0a5 xds: move e2e tests in clusterresolver package to cdsbalancer package (# 8768)
> 489f1f6 credentials/tls: Strip port before validating authority override (# 8726)
> 374cb2e Cleanup delay calculation for readability (# 8758)
> 4b2d967 transport: add status details even when aborting early (# 8754)
> 9fd5d8a balancer/randomsubsetting: Implementation of the random_subsetting LB policy (# 8650)
> 87c4d96 deps: update dependencies for all modules (# 8764)
> 38a9206 github: Verify PR description before labels (# 8767)
> ae4bd1e Change version to 1.79.0-dev (# 8763)
> 9b990b6 gracefulswitch: Wait for all goroutines on close (# 8746)
> 6677d9a xds: Fixing a typo (# 8760)
> d35cedd xds/resolver: pass route's auto_host_rewrite to LB picker (gRFC A81) (# 8740)
> d931fdc client: allow overriding grpc-accept-encoding header (# 8718)
> 0800ec7 xds/clusterimpl: update TestChildPolicyChangeOnConfigUpdate to use custom lb policy. (# 8730)
> 6553ea1 stats/otel: Add subchannel metrics (A94) (# 8738)
> 81a00ce grpc: Fixing spelling typo (# 8756)
> e413838 client: Change connectivity state to CONNECTING when creating the name resolver (# 8710)
> f9d2bdb stats/otel: Add grpc.lb.backend_service label to wrr metrics (A89) (# 8737)
> 647162c deps: update golang.org/x/net to v0.47.0 (tagged version) (# 8732)
> 4c27cc8 internal/xds: change xds_resolver to use dependency manager (# 8711)
> eef7ca4 transport/client: Return status code `Unknown` on malformed grpc-status (# 8735)
> e14b27c stats/otel: a79 scaffolding to register an async gauge metric and api to record it- part 1 (# 8731)
> 432bda3 xdsclient/xdsresource: add AutoHostRewrite and Endpoint Hostname support (# 8728)
> 749af0c cmd/protoc-gen-go-grpc: bump -version to 1.6.0 for release (# 8724)
> 69769dc xds: make it possible to create a StringMatcher from arguments outside of test code (# 8723)
> a764d3f xds/bootstrap: add `trusted_xds_server` server feature (# 8692)
> 08d0792 xdsclient: call resourceError methods from serializer (# 8725)
> 5bb2bef build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 (# 8722)
> cdbafd3 dns: drop test depending on invalid URL "dns://::1/foo.bar.com" (# 8716)
> 76c67d1 build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 in /security/advancedtls/examples (# 8717)
> 50c6321 mem: Allocate at 4KiB boundaries in the fallback buffer pool. (# 8705)
> 1ed87ec internal/xds: move the LDS and RDS watchers to dependency manager (# 8651)
> f191b45 transport/client: Return `Unknown` on missing or unparsable grpc-status (# 8702)
> 112ec12 test: use the connectivity state watcher API (# 8708)
> b83c044 client: move tests that rely on `Dial` to a separate file (# 8707)
> c0de489 priority: add a test helper to override the init timeout in tests (# 8704)
> e816736 xdsclient: stop batching writes on the ADS stream (# 8627)
> 5ab5ce0 xds/resolver: Optimize Interceptor Chain Construction (# 8641)
> 9c2cd38 credentials/xds: fix goroutine leak in testServer (# 8699)
> db4cc9f test: Fix goroutine leak in TestParsedTarget_WithCustomDialer (# 8698)
> 7472d57 transport: Set buffer pool in tests (# 8688)
> c45d8e6 xds bootstrap: enable using JWT Call Credentials (part 2 for A97) (# 8536)
> dc355bc transport: Remove buffer copies while writing HTTP/2 Data frames (# 8667)
> 363018c transport: Avoid buffer copies when reading Data frames (# 8657)
> 64cba2d protoc-gen-go-grpc: Update supported edition to 2024 (# 8685)
> dfbfdf8 advancedtls: Apply defaults before version check (# 8684)
> 7be33f4 Documentation: Format file with internal formatter and fix typo in test name (# 8681)
> 2d2829f deps: Bump dependencies for all modules (# 8680)
> a90cc7f xds/internal: remove Generic resource Decoder and add concrete functions (# 8652)
> 060731f Change version to 1.78.0-dev (# 8679)
bumping knative.dev/eventing d740aa4...c9f4c44:
> c9f4c44 [release-1.21] Update grpc-go to 1.79.3 (# 9010)
> b612236 [release-1.21] Generate test certs dynamically [skip-dot-release] (# 9012)
> 86fa237 [release-1.21] fix: Remove duplicate OTEL observability setup in imc-dispatcher (# 8887)
bumping knative.dev/pkg 4a022ed...18c5d58:
> 18c5d58 [release-1.21] Add network/tls package for TLS configuration (# 3337)
Signed-off-by: Knative Automation <automation@knative.team>1 parent b01459c commit a9d961c
94 files changed
Lines changed: 82855 additions & 639 deletions
File tree
- cmd/operator/kodata
- eventing-source
- 1.20/kafka
- 1.21/kafka
- ingress
- 1.20
- contour
- istio
- 1.21
- contour
- istio
- knative-eventing
- 1.20.2
- 1.20.3
- 1.21.1
- 1.21.2
- knative-serving/1.21.2
- vendor
- golang.org/x/oauth2
- google
- google.golang.org/grpc
- balancer
- grpclb/grpc_lb_v1
- pickfirst
- internal
- credentials
- alts/internal
- conn
- proto/grpc_gcp
- encoding
- gzip
- experimental/stats
- health/grpc_health_v1
- internal
- balancer
- gracefulswitch
- weight
- envconfig
- idle
- resolver/dns
- stats
- transport
- xds
- mem
- resolver
- knative.dev
- eventing/pkg/eventingtls/eventingtlstesting
- hack
- pkg
- network/tls
- webhook
- reconciler-test/pkg/k8s
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments