Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping knative.dev/eventing df08b49...de75496:
  > de75496 Function CopySecretWithName for creating secrets with specific name (# 7002)
  > 6833ee6 Convert tls secret names to constants (# 7086)
  > 90721ab [main] Update community files (# 7088)
  > 4541f4f [main] Update community files (# 7087)
  > ed05a35 Revert "Add loopclosure linter" (# 7083)
  > 838274e [main] Upgrade to latest dependencies (# 7078)
  > a4f0c10 [main] Update community files (# 7085)
  > afcf60b Move ingress & filter TLS secret names into constants (# 7081)
  > 1e96c78 feat!: Add tls support for ingress (# 6986)
  > 6a0495c Add loopclosure linter (# 7079)
  > 2fe1db6 Updated mtping TLS cert test to bind to free port (# 7036)
  > 516a915 Upgrade rekt to latest (# 7076)
  > 6a890e0 Fix flaky unit tests (# 7080)
  > eaf28a7 Add tracing for TestBrokerWithManyTriggers (# 7077)
  > f5b1b12 Send namespace header in MT components (# 7048)
  > 4b5fde8 [main] Update community files (# 7043)
  > 8f74094 Add handler to auto create Event Types (# 7034)
  > 901ef61 Remove check for empty Namespace on resolver (# 7040)
  > 95cdbaa We should not limit the EventType creation from the Sources Duck to just brokers (# 7032)
  > 7429761 Adjust the Namespace reference to the one from the parent (# 7035)
  > cb2a891 update the redeployment script (# 7038)
  > ab01938 [main] Upgrade to latest dependencies (# 7025)
  > c9dcaf3 Added basic gc loop to kncloudevents clients map (# 6997)
  > d6cf96d EventType works with channel (# 7023)
  > 365d0b0 Run TLS e2e tests only when Istio is not enabled (# 7029)
  > 825a237 Update IMC CRD addressstatus to include `.name` and `.CACerts` fields (# 7026)
  > 3190df7 Tracking/reconcile KResource references (# 7014)
  > 0f68861 Rename more to Resource, instead of broker (# 7022)
  > bccb7d4 Better reflecting the lifecycle of event type … (# 7019)
  > 49d4acd Skip ping source TLS rekt test, since extremely flaky (# 7016)
  > 8719e18 [main] Upgrade to latest dependencies (# 7012)
  > e5ae717 Use HTTP POST when terminating istio proxy (# 7015)
  > fea730f Only check if the reference does exist (# 7010)
  > 631f4ec Add TLS support for mt-broker-filter (# 6940)
  > 45f0a19 Allow wathola components to run with Istio  (# 7011)
  > 65f4b1c [main] Format Go code (# 7008)
  > 3267b1a test SinkBinding with eventshub TLS receiver as sink (# 6979)
  > aad53f4 Updated eventingtls test certs to support IP addresses (# 7006)
  > 57d78e0 [main] Update community files (# 7004)
  > dfb2243 Support TLS in Trigger and Channel reconciler (# 6988)
bumping knative.dev/client-pkg 83c91f4...e9d838e:
  > e9d838e Update community files (# 109)
  > f8021da Update community files (# 108)
  > 2311a7e Update community files (# 107)
  > f377f06 Update community files (# 106)
  > b93ceb0 Update community files (# 105)
bumping golang.org/x/net 694cff8...c73c09c:
  > c73c09c go.mod: update golang.org/x dependencies
  > 4fc2eb9 http2: revert Transport change from CL 486156
  > 63727cc http2: validate Host header before sending
  > 1bb09e6 quic: pass the connection ID length into 1-RTT packet parsing
  > 952fc9c quic: move ack_delay_exponent handling out of frame parsing
  > 02fe9a5 quic: loss detection
  > c8a2c5a quic: remove stray debugging print
  > 5d50b40 quic: add packetFate enum
  > ee81e8c quic: correct rttvar updates
  > ab184e6 quic: rename side type to connSide
  > 508a573 quic: add congestion controller
  > 4050002 html: handle equals sign before attribute
  > f5464dd idna: update for Unicode 15.0.0
  > 6c96ca5 go.mod: update golang.org/x dependencies
  > 5541298 quic: add packet pacer
  > 88a50b6 all: update x/sys to HEAD
  > 7e6923f quic: add RTT estimator
  > 2796e09 bpf: check for little endian CPU for OS VM comparison
  > 10cf388 quic: add a data structure for tracking lists of sent packets
  > ccc217c quic: parameterize rangeset
  > f16447c quic: add go1.21 build constraint
  > f7250ea quic: add a type tracking sent values
  > 1b5a2d8 quic: packet encoding/decoding
  > a233290 quic: add a data structure for tracking sent packets
  > 61d852e quic: error codes and types
  > d40f154 quic: varint encoding and decoding
  > 10d9069 quic: add rangeset type
  > f71a821 quic: packet protection
  > 6488c8f quic: basic packet operations
  > d4a2c13 quic: packet number encoding/decoding
  > 0d6f3cb quic: add various useful common constants and types
  > ee6956f quic: add internal/quic package
  > 6826f5a http2: close request bodies before RoundTrip error return
  > ca96da6 dns/dnsmessage: reject names with dots inside label
  > 056145c net/http: deflake TestTransportRetryAfterGOAWAY
  > abee42a http2: deflake TestTransportReuseAfterError
  > 3b31286 ipv4,ipv6: remove unneeded deadlines added for flaky tests
  > 23ce3b8 http2: disable Content-Length when nilled
  > 120fc90 http2: change default frame scheduler to round robin
  > 2b0b97d dns/dnsmessage: reject packing of 255B rooted names, reject unpacking of 256B (dns encoded) names
  > d28c0b1 all: fix some comments
  > daac0ce go.mod: update golang.org/x dependencies
  > 82780d6 http2: don't reuse connections that are experiencing errors
  > 0bfab66 ipv4, ipv6: drop redundant skip checks based on GOOS
  > 938ff15 ipv4, ipv6, nettest: skip unsupported tests on wasip1
  > eb1572c html: another shot at security doc
  > 9001ca7 nettest: re-enable unixpacket tests on netbsd/386
  > 3d5a8ee internal/socks: permit authenticating with an empty password
bumping knative.dev/pkg 5671699...7051d30:
  > 7051d30 Update community files (# 2764)
  > b7a11d4 Update community files (# 2763)
  > 5ef4812 Update community files (# 2762)
  > 49e2e56 update google cloud deps (# 2758)
  > a5e0b92 upgrade to latest dependencies (# 2757)
  > 6eb4b40 Update community files (# 2760)
  > eb63a40 Support to set qps and burst via env variable (# 2755)
  > 74c4be5 Generate kresource duck type codegen (# 2754)
  > 4dbc312 fix boilerplate (# 2753)
  > 15605c7 Defaulting Controller options for all kind of webhooks (# 2738)
  > 94b81fc Update community files (# 2752)
bumping google.golang.org/api 0909f16...63d06ab:
  > 63d06ab chore(main): release 0.124.0 (# 1990)
  > 73f57fe feat(all): auto-regenerate discovery clients (# 1991)
  > 8c0e6d9 chore: add yoshi-approver ownership (# 1994)
  > 7843046 chore(all): update all (# 1992)
  > 94c12ed chore(all): update module github.com/google/s2a-go to v0.1.4 (# 1989)
  > 0b4f4af feat(all): auto-regenerate discovery clients (# 1988)
  > 2721e1f chore: enable GoApiaryCodegen auto-approve (# 1987)
  > a241c25 chore: delete broken AutoApprove (# 1986)
  > 3e2d6a6 chore: trigger AutoApprove on reopen as well (# 1985)
  > a24a28a chore: give AutoApprove job full write (# 1984)
  > 8210800 chore(main): release 0.123.0 (# 1975)
  > f31b763 feat(all): auto-regenerate discovery clients (# 1982)
  > d27f40f feat(all): auto-regenerate discovery clients (# 1978)
  > 94d3d73 chore(ci): fix AutoApprove for discogen (# 1981)
  > 98b3073 feat(all): auto-regenerate discovery clients (# 1974)
  > d5e0fb2 chore(main): release 0.122.0 (# 1972)
  > ab64815 feat(all): auto-regenerate discovery clients (# 1973)
  > 8b0974e fix: add better support of array of floats (# 1971)
  > cf0df64 chore(main): release 0.121.0 (# 1962)
  > c2c2b59 feat(all): auto-regenerate discovery clients (# 1963)
  > e44a771 chore(all): update module github.com/google/s2a-go to v0.1.3 (# 1965)
  > 2068ba5 feat(all): auto-regenerate discovery clients (# 1961)
  > c2018e2 chore(main): release 0.120.0 (# 1956)
  > 4e35cac feat(all): auto-regenerate discovery clients (# 1960)
  > fcd007a feat(all): auto-regenerate discovery clients (# 1958)
  > 289b859 feat(all): auto-regenerate discovery clients (# 1957)
  > 409bc9d feat(all): auto-regenerate discovery clients (# 1955)
bumping google.golang.org/grpc 2997e84...5b67e5e:
  > 5b67e5e Update version.go to v1.56.1 (# 6386)
  > d0f5150 client: handle empty address lists correctly in addrConn.updateAddrs (# 6354) (# 6385)
  > 997c1ea Change version to 1.56.1-dev (# 6345)
  > 2b6ff72 Change version to 1.56.0 (# 6344)
  > 7996425 xds/outlierdetection: fix config handling (# 6361) (# 6367)
  > a5ae5c6 weightedroundrobin: cherry-pick 2 commits from master (# 6360)
  > 8edfa1a authz: End2End test for AuditLogger (# 6304)
  > 2b1d70b xds: enable RLS in xDS by default (# 6343)
  > 47f8ed8 interop: Don't fail target if sub-target already failed (# 6332)
  > 1f23f6c client: fix Connect to handle channel idleness properly (# 6331)
  > 3ea58ce client: disable channel idleness by default (# 6328)
  > 6c2529b xds: support pick_first custom load balancing policy (A62) (# 6314)
  > 9b9b364 internal/envconfig: Set Custom LB Env Var to true by default (# 6317)
  > e325737 alts: Fix flaky ALTS TestFullHandshake test. (# 6300)
  > 4d3f221 xds/internal/xdsclient: Add support for String Matcher Header Matcher in RDS (# 6313)
  > 157db19 stats/opencensus: Fix flaky test span (# 6296)
  > f19266c xds: support built-in Stdout audit logger type (# 6298)
  > 59134c3 client: add support for pickfirst address shuffling from gRFC A62 (# 6311)
  > a6e1acf grpc: support sticky TF in pick_first LB policy (# 6306)
  > 2ae10b2 xdsclient: remove interface check related to ResourceData (# 6308)
  > e9799e7 client: support a 1:1 mapping with acbws and addrConns (# 6302)
  > 2a266e7 authz: use pointer to to structpb.Struct instead of value (# 6307)
  > 511a963 interop: let the interop client send additional metadata, controlled by a flag (# 6295)
  > 9b7a947 grpc: support channel idleness (# 6263)
  > 098b2d0 xds/internal/balancer/outlierdetection: Switch Outlier Detection to use new duration field (# 6286)
  > 417d4b6 examples: add error_handling example; move errors to error_details (# 6293)
  > 390c392 authz: Rbac engine audit logging (# 6225)
  > 52fef6d authz: Stdout logger (# 6230)
  > 92e65c8 test/kokoro: Add custom_lb_test to the xds_k8s_lb job (# 6290)
  > 756119c  xds/outlierdetection: forward metadata from child picker (# 6287)
  > 8eba9c2 github: upgrade to v3 of checkout & setup-go (# 6280)
  > 24fd252 proto: update generated code to match grpc-proto changes (# 6283)
  > 4eb88d7 cleanup: use new Duration type in base ServiceConfig (# 6284)
  > 1230f0e xds/internal/xdsclient: Split registry up and two separate packages (# 6278)
  > 0bdae48 interop: fix interop_test.sh shutdown (# 6279)
  > 5dcfb37 interop: hold lock on server for OOB metrics updates; share 30s timeout (# 6277)
  > 68381e7 xds: WRR in xDS (# 6272)
  > fd376a5 test: fix flaky TimeoutOnDeadServer test; some cleanups (# 6276)
  > 1db474c weightedroundrobin: fix duration format in lb config (# 6271)
  > 523dcdd weightedroundrobin: fix test race accessing timeNow (# 6269)
  > 1536887 interop/xds: Add Custom LB needed for interop test (# 6262)
  > 7d61344 examples: fix authz example to receive streaming error properly (# 6270)
  > afcbdc9 xds/internal/xdsclient/xdslbregistry: Continue in converter if type not found (# 6268)
  > b3fbd87 interop: add ORCA test cases and functionality (# 6266)
  > 5e58734 xds: Add support for Custom LB Policies (# 6224)
  > 5c4bee5 balancer/weightedroundrobin: add load balancing policy (A58) (# 6241)
  > c44f77e grpc: use CallbackSerializer in balancer wrapper (# 6254)
  > f193ec0 orca: fix race when calling listeners coincides with updating the run goroutine (# 6258)
  > 417cf84 test: deflake TestBalancerProducerHonorsContext (# 6257)
  > 1f3fe1c Update ClientStream.SendMsg doc (# 6247)
  > ccad7b7 grpc: use CallbackSerializer in resolver_wrapper (# 6234)
  > 47b3c55 orca: fix race at producer startup (# 6245)
  > 56b33d5 server/transport: send appropriate debug_data in GOAWAY frames (# 6220)
  > add9015 orca: allow a ServerMetricsProvider to be passed to the ORCA service and ServerOption (# 6223)
  > 40d0147 googledirectpatph: enable ignore_resource_deletion in bootstrap (# 6243)
  > ed3ceba balancer: make producer RPCs block until the SubConn is READY (# 6236)
  > b153b00 multiple: standardize import renaming for typed structs (# 6238)
  > 713bd04 orca: minor cleanups (# 6239)
  > 21a339c grpc: handle RemoveSubConn inline in balancerWrapper (# 6228)
  > b153827 xds: make glaze happy for test packages (# 6237)
  > 019acf2 stubserver: add option for allowing more services to be registered (# 6240)
  > cf89a0b authz: Swap to using the correct TypedConfig in audit logger parsing (# 6235)
  > df82147 internal: Document gcp/observability 1.0 dependencies in /internal (# 6229)
  > da1a5eb tests: nix TestClientDoesntDeadlockWhileWritingErroneousLargeMessages (# 6227)
  > e853dbf authz: add conversion of json to RBAC Audit Logging config (# 6192)
  > 497436c xds/internal/balancer/outlierdetection: Change string to String (# 6222)
  > de11139 clusterresolver: improve tests (# 6188)
  > eff0942 xds/internal/xdsclient: Custom LB xDS Client Changes (# 6165)
  > 8628e07 xds/internal/balancer/outlierdetection: Add Channelz Logger to Outlier Detection LB (# 6145)
  > 83c460b authz: Move audit package (# 6218)
  > 8c70261 grpc: ClientConn cleanup in prep for channel idleness (# 6189)
  > 2cd95c7 gcp/observability: remove redundant import (# 6215)
  > 16651f6 go.mod: update all dependencies (# 6214)
  > ca60462 stubserver: Stop server when StartClient failed (# 6190)
  > 7dfd718 internal/buffer: add Close method to the Unbounded buffer type (# 6161)
  > ebeda75 tests: defalke TestTimerAndWatchStateOnSendCallback (# 6206)
  > 0ed709c Change version to 1.56.0-dev (# 6213)
  > 875c97a examples/features/observability: use observability module v1.0.0 (# 6210)
  > aa8c137 authz: add audit logging APIs (# 6158)
  > b91b884 gcp/observability: Have o11y module point to grpc 1.54 and opencensus 1.0.0 (# 6209)
  > eab9e20 test/kokoro: increase PSM Security test timeout to 4h (# 6193)
  > d90621f remove the unnecessary call to ResetTimer and StopTimer (# 6185)
  > fe72db9 testing: add helpers to start test service, and retrieve port (# 6187)
  > 5a50b97 Revert "Revert "credentials/alts: defer ALTS stream creation until handshake …" (# 6179)
  > 89ec960 grpc: read the service config channel once instead of twice (# 6186)
  > 6237dfe internal/stubserver: Close Client Conn in error handling of Start (# 6174)
  > 06de8f8 alts: Add retry loop when making RPC in ALTS's TestFullHandshake. (# 6183)
  > 6eabd7e server: use least-requests loadbalancer for workers (# 6004)
  > 8374ff8 Export the unwrapResource method, to allow callers outside of the package (# 6181)
  > efb2f45 test/xds: Fix test_grpc import path (# 6180)
  > 81b3092 security/advancedtls: add TlsVersionOption to select desired min/max TLS versions (# 6007)
  > 17b693d alts: Perform full handshake in ALTS tests. (# 6177)
  > 01f8b86 Add documentation on some anti-patterns (# 6034)
  > 3489bb7 xdsclient/test: deflake TestWatchResourceTimerCanRestartOnIgnoredADSRecvError (# 6159)
  > bfb57b8 testing: delete internal copy of test service proto, and use canonical one (# 6164)
  > 10401b9 stats/opencensus: the backend to Sent. Attempt. and Recv. (# 6173)
  > b0a8b1b Use string instead of enum for xds resource type (# 6163)
  > 1d5b73a xds: add stop to avoid hanging in TestServeWithStop (# 6172)
  > ea0a038 xds/xdsclient: ignore resource deletion as per gRFC A53 (# 6035)
  > a51779d xdsclient/test: deflake TestTimerAndWatchStateOnSendCallback (# 6169)
  > e979919 internal/grpcsync: move CallbackSerializer from xdsclient/internal to here (# 6153)
  > c2899dd examples/features/observability: Point o11y example to latest gcp/observability module (# 6162)
  > 113d75f gcp/observability: Add isSampled bool to log entries (# 6160)
  > 4a12595 stats/opencensus: Switch helper to return Span Context from context (# 6156)
  > c3f1d5e gcp/observability: Set the opencensus_task label only for metrics, not tracing and logging (# 6155)
  > 42dd7ac Use anypb.New instead of ptypes.MarshalAny (# 6074)
  > 415ccdf go.mod: update all dependencies after 1.54 branch cut (# 6132)
  > a357baf status: FromError: return entire error message text for wrapped errors (# 6150)
  > 44cebb8 xds: enable XDS federation by default (# 6151)
  > c018273 examples: Add observability example (# 6149)
  > 277bb64 Revert "credentials/alts: defer ALTS stream creation until handshake time (# 6077)" (# 6148)
  > 0fdfd40 gcp/observability: Generate unique process identifier unconditionally (# 6144)
  > 1d20f1b security/advancedtls: swap from deprecated pkix.CertificateList to x509.RevocationList (# 6054)
  > a8a25ce transport: use prefix logging (# 6135)
  > 9c25653 cdsbalancer: improve log messages (# 6134)
  > a02aae6 CONTRIBUTING.md: remove duplicated bullet point (# 6139)
  > cdab8ae clusterresolver: push empty config to child policy upon removal of cluster resource (# 6125)
  > 7651e62 transport: add a draining state check before creating streams (# 6142)
  > a2ca46c examples: organize READMEs better (# 6121)
  > 4efec30 stats/opencensus: remove leading slash for per call metrics (# 6141)
  > 78099db gcp/observability: Switch hex encoding to string() method (# 6138)
  > 70c5291 observability: remove import replace directive and switch it to point to latest commit (# 6122)
  > 66e3533 status: handle wrapped errors (# 6031)
  > a75fd73 Change version to 1.55.0-dev (# 6131)
bumping knative.dev/networking 2a2f7d2...b2cce92:
  > b2cce92 Update community files (# 823)
  > 1431d70 Bump google.golang.org/grpc to the latest version (# 821)
  > 91821ae Update community files (# 819)
  > 3a75df5 upgrade to latest dependencies (# 817)
  > b9dd5c2 upgrade to latest dependencies (# 816)
  > 68947c5 upgrade to latest dependencies (# 815)
  > 14a2bd4 Move `pkg/certificates` from `control-protocol` to `networking` (# 802)
  > 2daa483 Update community files (# 813)
  > 0dbe4f9 upgrade to latest dependencies (# 812)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation committed Jul 18, 2023
1 parent ba79840 commit 8685661
Show file tree
Hide file tree
Showing 328 changed files with 80 additions and 37,486 deletions.
36 changes: 18 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,27 +38,27 @@ require (
github.com/tektoncd/pipeline v0.47.0
github.com/whilp/git-urls v1.0.0
github.com/xanzy/go-gitlab v0.83.0
golang.org/x/crypto v0.8.0
golang.org/x/net v0.9.0
golang.org/x/oauth2 v0.7.0
golang.org/x/sync v0.1.0
golang.org/x/term v0.8.0
golang.org/x/crypto v0.11.0
golang.org/x/net v0.12.0
golang.org/x/oauth2 v0.8.0
golang.org/x/sync v0.2.0
golang.org/x/term v0.10.0
gopkg.in/yaml.v2 v2.4.0
gotest.tools/v3 v3.4.0
k8s.io/api v0.26.5
k8s.io/apimachinery v0.26.5
k8s.io/client-go v1.5.2
knative.dev/client-pkg v0.0.0-20230524014834-83c91f47f64f
knative.dev/eventing v0.37.1-0.20230601130337-df08b49b7477
knative.dev/hack v0.0.0-20230530201435-5b7907fbe350
knative.dev/pkg v0.0.0-20230531073936-5671699f23d9
knative.dev/serving v0.37.1-0.20230603021539-349b2d61b0e8
knative.dev/client-pkg v0.0.0-20230712132715-e9d838e71fa4
knative.dev/eventing v0.37.1-0.20230717151218-de75496e18fd
knative.dev/hack v0.0.0-20230712131415-ddae80293c43
knative.dev/pkg v0.0.0-20230712131115-7051d301e7f4
knative.dev/serving v0.37.1-0.20230713131514-294cb9c08b37
)

require sigs.k8s.io/controller-runtime v0.7.2 // indirect

require (
cloud.google.com/go/compute v1.19.0 // indirect
cloud.google.com/go/compute v1.19.1 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
Expand Down Expand Up @@ -228,16 +228,16 @@ require (
go.uber.org/zap v1.24.0 // indirect
golang.org/x/exp v0.0.0-20230307190834-24139beb5833 // indirect
golang.org/x/mod v0.9.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.7.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/api v0.119.0 // indirect
google.golang.org/api v0.124.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.54.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
google.golang.org/genproto v0.0.0-20230525234025-438c736192d0 // indirect
google.golang.org/grpc v1.56.1 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
Expand All @@ -247,7 +247,7 @@ require (
k8s.io/klog/v2 v2.90.1 // indirect
k8s.io/kube-openapi v0.0.0-20230308215209-15aac26d736a // indirect
k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
knative.dev/networking v0.0.0-20230524170920-2a2f7d2d7c60 // indirect
knative.dev/networking v0.0.0-20230710015341-b2cce924227a // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/kustomize/api v0.12.1 // indirect
sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
Expand Down
62 changes: 62 additions & 0 deletions go.sum

Large diffs are not rendered by default.

This file was deleted.

Loading

0 comments on commit 8685661

Please sign in to comment.