Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping google.golang.org/grpc 82c6376...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)
bumping golang.org/x/net 6c96ca5...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
bumping knative.dev/hack 5b7907f...ddae802:
  > ddae802 Update community files (# 302)
  > 8852371 Update community files (# 301)
  > 12cd6a1 Update community files (# 300)
  > cc92cdb Replace test-infra with toolbox (# 297)
  > fc42790 Update community files (# 296)
  > d7586a2 Update e2e kntest link (# 295)
  > a861c8e Update community files (# 294)
bumping knative.dev/pkg 5671699...aef227e:
  > aef227e upgrade to latest dependencies (# 2767)
  > 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/protobuf f221882...68463f0:
  > 68463f0 all: release v1.31.0
  > 59a8581 encoding/protodelim: fix handling of io.EOF
  > fc47fdd proto: store the size of tag to avoid multiple calculations
  > cc524c9 internal/order: fix sorting of synthetic oneofs to be deterministic
  > b8fc770 encoding/protodelim: If UnmarshalFrom gets a bufio.Reader, try to reuse its buffer instead of creating a new one
  > cf06b0c compiler/protogen: add Semantic.SET to setter annotations
  > 05cbe34 encoding: add MarshalAppend to protojson and prototext
  > 1bca6d9 types/dynamicpb: add NewTypes
  > 736947c all: update protobuf release version to fix macOS tests
  > 808c664 all: start v1.30.0-devel
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 knative.dev/eventing df08b49...6911db0:
  > 6911db0 Tag line proposal (# 7045)
  > a13eebe [main] Upgrade to latest dependencies (# 7100)
  > a755429 Re-enable PingSource TLS E2E test (# 7082)
  > 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/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)
bumping knative.dev/serving 349b2d6...294cb9c:
  > 294cb9c Add log example for kourier and gateway-api (# 14178)
  > c0556c2 EnsureCleanup can skip clean up (# 14171)
  > 8d87d57 Update net-gateway-api nightly (# 14158)
  > de37d1e Update net-istio nightly (# 14173)
  > ac01fdb Update community files (# 14175)
  > b7c6b23 Update net-kourier nightly (# 14174)
  > 1183ad0 Update net-certmanager nightly (# 14172)
  > a7613e4 Update community files (# 14169)
  > c68d8f8 Update net-contour nightly (# 14165)
  > e5ad1c4 Update net-istio nightly (# 14164)
  > 6673893 Update net-certmanager nightly (# 14162)
  > a34bfd1 Update net-kourier nightly (# 14163)
  > 917d236 Remove domainmapping config (# 14161)
  > 4c76e3b Drop workaround pach for Istio (# 14156)
  > d97db13 Update net-kourier nightly (# 14160)
  > 1559c9b Bump net-certmanager manifests and add kapp ordering overlay (# 14148)
  > 52fe24e upgrade to latest dependencies (# 14155)
  > a5c8c2e Update community files (# 14154)
  > 2a17873 Separate Activator SA (# 14133)
  > fc166ac Consolidate webhooks (# 14082)
  > b935bea Set QP resource defaults (# 14039)
  > 529c5e4 Update net-kourier nightly (# 14150)
  > 4ccd1c9 Implement Stringer for nil podTracker (# 14147)
  > bd3e5e3 upgrade to latest dependencies (# 14151)
  > ebbca26 upgrade to latest dependencies (# 14149)
  > bde2f42 Update net-gateway-api nightly (# 14144)
  > bb1262e Update net-kourier nightly (# 14129)
  > 32ec382 Drop unused ytt patch for Ingress ServiceType (# 14143)
  > 4c3b36c Update net-gateway-api nightly (# 14136)
  > 9a75a93 Update net-istio nightly (# 14132)
  > ca618b7 Update net-certmanager nightly (# 14131)
  > ea3e9c3 Update net-contour nightly (# 14130)
  > 2e7d6e4 Update community files (# 14128)
  > 63fa389 Allow to set QP resources per service (# 14038)
  > 9310e4d Update net-kourier nightly (# 14125)
  > 0462ce6 Update net-istio nightly (# 14126)
  > 2813b9a Update net-gateway-api nightly (# 14119)
  > eaf666e Update net-istio nightly (# 14116)
  > 53169cd Update net-istio nightly (# 14112)
  > e865aa7 Update net-contour nightly (# 14109)
  > 921daf8 Update net-certmanager nightly (# 14111)
  > bb581cc Update net-kourier nightly (# 14110)
  > fbfffc0 upgrade to latest dependencies (# 14108)
  > bcf9274 upgrade to latest dependencies (# 14101)
  > f085b30 fix: requests are sent to all pods even if cc=1 and the parity of activatorCount and podTracker is different (# 14022)
  > 9772417 Update net-kourier nightly (# 14107)
  > f6d0c7b Update net-contour nightly (# 14106)
  > 560e0ea Update net-certmanager nightly (# 14105)
  > 51f4f1e Update net-istio nightly (# 14104)
  > 18519b1 Update net-contour nightly (# 14079)
  > 38c155e Add chainguard-dev/actions for creating kind cluster (# 14018)
  > 74c57d8 Update net-istio nightly (# 14098)
  > 5a9c574 Update net-kourier nightly (# 14096)
  > 3a6c2b6 upgrade to latest dependencies (# 14095)
  > 5a90438 Update net-istio nightly (# 14091)
  > dc0692a Update net-istio nightly (# 14088)
  > 0fbd780 Update net-certmanager nightly (# 14087)
  > 6f63c98 Update net-kourier nightly (# 14086)
  > e74f5f4 Update net-gateway-api nightly (# 14085)
  > 1587070 Update net-kourier nightly (# 14081)
  > 2e00e9f Update net-certmanager nightly (# 14080)
  > a3c7864 Update net-istio nightly (# 14078)
  > 384b889 Update net-gateway-api nightly (# 14077)
  > 7d0f963 Change storage version of DomainMapping to v1beta1 (# 14058)
  > e8b6f05 Update net-gateway-api nightly (# 14068)
  > 41e4212 Get certificate reconciler from `networking` instead of `control-protocol` (# 14072)
  > e71b933 Update net-certmanager nightly (# 14070)
  > 8f516b6 Update net-kourier nightly (# 14069)
  > a2bb4aa upgrade to latest dependencies (# 14071)
  > c95f17b Update community files (# 14067)
  > bf48e64 Remove deprecated internalEncryption dependency (# 14064)
  > 6b87d67 Update net-istio nightly (# 14065)
  > fbecf34 refactor throttler_test.go (# 14055)
bumping google.golang.org/genproto/googleapis/rpc e85fd2c...9506855:
  > 9506855 chore(all): auto-regenerate .pb.go files (# 1028)
  > 1f95444 chore(all): auto-regenerate .pb.go files (# 1026)
  > e449d1e chore(all): update apidiff.yaml for submodules (# 1027)
  > 9b080da chore(all): auto-regenerate .pb.go files (# 1025)

Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation committed Jul 24, 2023
1 parent 0def26f commit 08b0016
Show file tree
Hide file tree
Showing 84 changed files with 9,621 additions and 2,677 deletions.
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ require (
github.com/whilp/git-urls v1.0.0
github.com/xanzy/go-gitlab v0.83.0
golang.org/x/crypto v0.11.0
golang.org/x/net v0.11.0
golang.org/x/net v0.12.0
golang.org/x/oauth2 v0.9.0
golang.org/x/sync v0.3.0
golang.org/x/term v0.10.0
Expand All @@ -48,19 +48,19 @@ require (
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.20230721081414-6911db0b3592
knative.dev/hack v0.0.0-20230712131415-ddae80293c43
knative.dev/pkg v0.0.0-20230718152110-aef227e72ead
knative.dev/serving v0.37.1-0.20230713131514-294cb9c08b37
)

require (
github.com/OneOfOne/xxhash v1.2.8 // indirect
github.com/moby/patternmatcher v0.5.0 // indirect
github.com/moby/sys/sequential v0.5.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230629202037-9506855d4529 // indirect
sigs.k8s.io/controller-runtime v0.7.2 // indirect
)

Expand Down Expand Up @@ -240,8 +240,8 @@ require (
google.golang.org/api v0.125.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/grpc v1.55.0 // indirect
google.golang.org/protobuf v1.30.0 // 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 @@ -251,7 +251,7 @@ require (
k8s.io/klog/v2 v2.100.1 // indirect
k8s.io/kube-openapi v0.0.0-20230308215209-15aac26d736a // indirect
k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 // 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
77 changes: 77 additions & 0 deletions go.sum

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion vendor/golang.org/x/net/html/token.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 8 additions & 17 deletions vendor/golang.org/x/net/http2/transport.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/golang.org/x/net/idna/idna9.0.0.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 08b0016

Please sign in to comment.