You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bumping google.golang.org/genproto/googleapis/api e9438ea...56aae31:
> 56aae31 chore(all): update all (# 1190)
> 5a70512 chore(all): remove toolchain from go.mod (# 1189)
bumping google.golang.org/genproto/googleapis/rpc e9438ea...56aae31:
> 56aae31 chore(all): update all (# 1190)
> 5a70512 chore(all): remove toolchain from go.mod (# 1189)
bumping golang.org/x/term 5d2308b...2ec7864:
> 2ec7864 go.mod: update golang.org/x dependencies
> a809085 term: support pluggable history
bumping golang.org/x/net b8d8877...7d6e62a:
> 7d6e62a go.mod: update golang.org/x dependencies
> ea0c1d9 internal/timeseries: use built-in max/min to simplify the code
> 3e7a445 quic: skip packet numbers for optimistic ack defense
> 3f563d3 quic: use an enum for sentPacket state
> a3b6e77 quic: don't re-lose packets when discarding keys
> 22500a6 quic: decode packet numbers >255 in tests
> dd0b200 quic: remove go1.21 build constraint
bumping google.golang.org/grpc cdbdb75...4cf3cf7:
> 4cf3cf7 Change version to 1.72.1 (# 8319)
> 537fe8d transport: Propagate status code on receiving RST_STREAM during message read (# 8289) (# 8317)
> f32eab3 cherry-pick # 8302 and # 8304 to v1.72.x branch (# 8303)
> 7fcfc87 internal/delegatingresolver: avoid proxy if networktype of target address is not tcp (# 8215) (# 8296)
> ad1e120 Change version to 1.72.1-dev (# 8219)
> a43eba6 Change version to 1.72.0 (# 8218)
> 48f48c1 balancer/pickfirstleaf: Avoid reading Address.Metadata (# 8227) (# 8259)
> fd6f585 Cherry-pick # 8159 and # 8243 to v1.72.x (# 8255)
> 79ca174 stats/opentelemetry: fix trace attributes message sequence numbers to start from 0 (# 8237) (# 8252)
> 57a2605 xdsclient: fix TestServerFailureMetrics_BeforeResponseRecv test to wait for watch to start before stopping the listener (# 8217)
> 5edab9e xdsclient: add grpc.xds_client.server_failure counter mertric (# 8203)
> 78ba661 regenerate protos (# 8208)
> 6819ed7 delegatingresolver: Stop calls into delegates once the parent resolver is closed (# 8195)
> a51009d resolver: convert EndpointMap to use generics (# 8189)
> b0d1203 resolver: create AddressMapV2 with generics to replace AddressMap (# 8187)
> 43a4a84 internal/balancer/clusterimpl: replace testpb with testgrpc (# 8188)
> d8924ac xds: fix support for load reporting in LOGICAL_DNS clusters (# 8170)
> ce2fded xds: fix support for circuit breakers in LOGICAL_DNS clusters (# 8169)
> eb744de resolver: Make EndpointMap's Get, Set and Delete operations O(1) (# 8179)
> 8d8571e stats: Improved sequencing documentation for server-side stats events and added tests. (# 7885)
> 0af5a16 grpc: fix bug causing an extra Read if a compressed message is the same size as the limit (# 8178)
> 1703656 xds: generic xDS client transport channel and ads stream implementation (# 8144)
> c27e6dc xdsclient: read bootstrap config before creating the first xDS client in DefaultPool (# 8164)
> 1f6b0cf [Security] Add support for SPIFFE Bundle Maps in certificate providers (# 8167)
> 775150f stats/opentelemetry: use TextMapProvider and TracerProvider from TraceOptions instead of otel global (# 8166)
> d860daa example/features/retry: fix grpc.NewClient call in documentation (# 8163)
> 75d4a60 [Security] Add support for parsing SPIFFE Bundle Maps (# 8124)
> 5ac9042 balancer/rls: allow maxAge to exceed 5m if staleAge is set (# 8137)
> bdba42f xds: emit resource-not-found logs at Warning level (# 8158)
> a0a739f xds: ensure node ID is populated in errors from the server (# 8140)
> 5668c66 resolver/manual: allow calling UpdateState with an un-Built resolver (# 8150)
> 5199327 grpc: Add endpoints in resolverWrapper.NewAddresses (# 8149)
> f49c747 balancer/pickfirst/pickfirstleaf: fix race condition in tests (# 8148)
> af07815 xds: introduce generic xds clients xDS and LRS Client API signatures (# 8042)
> 8c080da priority: Send and validate connection error in test (# 8143)
> e8c412d *: Regenerate protos (# 8142)
> 0914bba interop: Wait for server to become ready in alts interop tests (# 8141)
> bffa4be xds: ensure xDS node ID is populated in errors from xds resolver and cds lb policy (# 8131)
> 8ae4b7d clusterresolver: Lower log level when ExitIdle is called with no child (# 8133)
> 0d6e39f transport: Send RST stream from the server when deadline expires (# 8071)
> 7505bf2 xds: introduce simple grpc transport for generic xds clients (# 8066)
> 01080d5 stats/openetelemetry: refactor and make e2e test stats verification deterministic (# 8077)
> b0f5027 cleanup: replace dial with newclient (# 7970)
> 52a257e cleanup: replace dial with newclient (# 7967)
> d48317f github: change test action to cover the legacy pickfirst balancer (# 8129)
> a510cf5 xds, pickfirst: Enable additional addresses in xDS, set new pick_first as default (# 8126)
> e9c0617 xds: simplify code handling certain error conditions in the resolver (# 8123)
> feaf942 cds: stop child policies on resource-not-found errors (# 8122)
> dbf92b4 deps: update dependencies for all modules (# 8108)
> aa629e0 balancergroup: Make closing terminal (# 8095)
> e0ac3ac xdsclient: Add error type for NACKed resources (# 8117)
> 65c6718 examples/features/dualstack: Demonstrate Dual Stack functionality (# 8098)
> c75fc8e chore: enable early-return and unnecessary-stmt and useless-break from revive (# 8100)
> c7db760 xdsclient: ensure xDS node ID in included in NACK and connectivity errors (# 8103)
> 42fc25a weightedroundrobin: Move functions to manage Endpoint weights into a new internal package (# 8087)
> 607565d Change version to 1.72.0-dev (# 8107)
bumping golang.org/x/text 4890c57...700cc20:
> 700cc20 go.mod: update golang.org/x dependencies
bumping golang.org/x/sys 01aaa83...3d9a6b8:
> 3d9a6b8 windows: add WSADuplicateSocket
> c0a9559 cpu: add crypto extensions detection for riscv64
> 8e9e046 windows: add virtual key codes and console input consts
> 7138967 windows: fix slicing of NTUnicodeString values
> 6a85559 windows: fix dangling pointers in (*SECURITY_DESCRIPTOR).ToAbsolute
bumping knative.dev/hack c577ed9...f525e18:
> f525e18 Bump min kube version to 1.32 (# 424)
> c4037b0 Update community files (# 423)
> cfde8c9 Update community files (# 422)
bumping knative.dev/eventing-kafka-broker a5c7f94...b29e376:
> b29e376 Remove e2e test dependency on injection informers (# 4099)
> 2ea4155 Enable new test for SASL keda (# 4388)
> 1371423 Update eventing nightly (# 4382)
> 551dfb8 remove config-tracing ConfigMap (# 4373)
> 276bcfc Run keda obj deletion only if the feature was previously enabled, to avoid GET requests for KEDA resources against the API server on each reconcilation (# 4356)
> 2014e8d feat: remove unnecessary filter creations (# 4014)
> 81ad5ee Applying as 'rules: null', since that is how api server is treating it. Applied via an operator this will cause the operator to update back to 'rules: []' from 'null', since it allied these values, but api server reverts it back... (# 4381)
> 8cbc9fa [data-plane]: Bump io.quarkus:quarkus-bom from 3.22.2 to 3.22.3 in /data-plane (# 4374)
> 54def43 Setup and initialize HTTPS server correctly when TLS config gets updated (# 4360)
> ea7469b Bump to latest of Sarama client lib (# 4369)
> 2314fa8 upgrade to latest dependencies (# 4372)
> 1b6ec02 upgrade to latest dependencies (# 4371)
> 4f920dd Fix KEDA scaling with SASL auth for brokers (# 4253)
> 9c04ba4 [data-plane]: Bump io.quarkus:quarkus-bom from 3.22.0 to 3.22.2 in /data-plane (# 4364)
> 5a4da53 Upgrade kind node image in create-kind-cluster.sh to latest 1.32 image (# 4366)
> eb67aff Propagate the CaCerts and Audience of the ConsumerGroups Subscribers and DLS in the Triggers status too (# 4365)
> e2e4b42 🧹 fix mockito var name and bump JUnit to version that is used by Quarkus as well (# 4362)
> 03eef90 Change initializer to catch issues with setting consumer during build() function (# 4358)
> 511676b Update eventing nightly (# 4349)
> e673120 upgrade to latest dependencies (# 4351)
> b7ba83e Skip commit when records offset < initial offset (# 4348)
> 34496e5 Update eventing nightly (# 4346)
> 44c3265 Bump to Quarkus 3.22 and friends (# 4347)
bumping knative.dev/eventing b99e57b...3788fcc:
> 3788fcc [main] Upgrade to latest dependencies (# 8587)
> 06f8dc9 Check for Auth.ServiceAccountName when the OIDC feature flag is switched on to avoid potential nil (# 8579)
> 9120685 Fix hardcoded knative-eventing namespace (# 8575)
> 2344600 [main] Upgrade to latest dependencies (# 8576)
> 7146629 fix a typo in broker readme: kantive (# 8573)
> 31cc92d [Automated] Update eventing-eventing-integrations nightly (# 8571)
> 61731d3 [main] Update community files (# 8570)
bumping golang.org/x/sync 396f3a0...506c70f:
> 506c70f errgroup: propagate panic and Goexit through Wait
bumping knative.dev/client-pkg 1f0bd17...ae64d8c:
> ae64d8c Update community files (# 211)
bumping knative.dev/client/pkg 96721e5...1e24794:
> 1e24794 Update community files (# 2001)
bumping knative.dev/pkg ed3e215...44579e9:
> 44579e9 Bump google.golang.org/grpc from 1.72.0 to 1.72.1 (# 3180)
> 873230f upgrade to latest dependencies (# 3179)
> 19a1383 group golang.org/x dependencies (# 3178)
> 1c0e799 Bump golang.org/x/net from 0.39.0 to 0.40.0 (# 3177)
> d09148e Bump golang.org/x/tools from 0.32.0 to 0.33.0 (# 3176)
> cb6cfa2 Bump golang.org/x/sync from 0.13.0 to 0.14.0 (# 3175)
> d5e74d2 Update community files (# 3174)
> 757c99c Bump google.golang.org/grpc from 1.71.1 to 1.72.0 (# 3173)
> a877090 Update community files (# 3171)
Signed-off-by: Knative Automation <[email protected]>
0 commit comments