Commit dcc3d44
committed
upgrade to latest dependencies
bumping knative.dev/hack c142b48...5f7f0f5:
> 5f7f0f5 Update community files (# 412)
> b38a2ca Update community files (# 411)
bumping google.golang.org/genproto/googleapis/api 796eee8...19429a9:
> 19429a9 chore(all): update all (# 1171)
> e639e21 chore(all): update all (# 1170)
> 65e8d21 Fix: GitHub workflow script injection (# 1169)
> e0fbfb7 chore(all): update all (# 1168)
> dd2ea8e chore(all): update all (# 1166)
> 324edc3 chore(all): update all (# 1165)
bumping google.golang.org/genproto/googleapis/rpc 796eee8...19429a9:
> 19429a9 chore(all): update all (# 1171)
> e639e21 chore(all): update all (# 1170)
> 65e8d21 Fix: GitHub workflow script injection (# 1169)
> e0fbfb7 chore(all): update all (# 1168)
> dd2ea8e chore(all): update all (# 1166)
> 324edc3 chore(all): update all (# 1165)
bumping google.golang.org/protobuf 12c6ebd...259e665:
> 259e665 all: release v1.36.4
> 5f93d99 internal_gengo: avoid allocations in rawDescGZIP() accessors
> 2005adb reflect/protodesc: fix panic when working with dynamicpb
> aee8a9c internal_gengo: switch back from string literal to hex byte slice
> 0c3cc2f internal_gengo: use unsafe.StringData() to avoid a descriptor copy
> cc8d1c2 internal_gengo: store raw descriptor in .rodata section
> 132f042 all: start v1.36.3-devel
> 54ef969 all: release v1.36.3
> 7cbd915 reflect/protodesc: fix panic when working with dynamicpb
> 2f60868 proto: add example for GetExtension, SetExtension
> de043b9 runtime/protolazy: replace internal doc link with external link
> 42e0fa9 all: split flags.ProtoLegacyWeak out of flags.ProtoLegacy
> 5fee2a7 internal/impl: remove unused exporter parameter
> 84924f7 internal/impl: switch to reflect.Value.IsZero
> fe8430d cmd/protoc-gen-go: remove json struct tags from unexported fields
> 84f7738 internal/impl: clean up unneeded Go<1.12 MapRange() alternative
> 9acc8f2 types/dynamicpb: switch atomicExtFiles to atomic.Uint64 type
> ad89419 all: start v1.36.2-devel
bumping knative.dev/eventing 9cec50f...162575c:
> 162575c Not just render oidc env-vars when cfg is on, we need also a present audience to ensure the camel containers work correct (# 8448)
> 4a6e7d2 [main] Upgrade to latest dependencies (# 8444)
> 5fb693f [main] Upgrade to latest dependencies (# 8431)
> 73357a6 Add `sinks.knative.dev` to namespaced ClusterRole (# 8432)
> d243b91 JobSink with Istio config for Job spec (# 8430)
> c636346 [main] Update community files (# 8429)
> cdc6144 Rename `apiextentions` to `apiextensions` (# 8428)
> 1b3287e [main] Update community files (# 8424)
> 28c489e Reduce mt-broker-controller memory usage with namespaced endpoint informer (# 8418)
bumping knative.dev/pkg c43477f...f62a97f:
> f62a97f Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 (# 3145)
> 5be4868 Bump github.com/evanphx/json-patch/v5 from 5.9.0 to 5.9.11 (# 3144)
> efddeac Update community files (# 3143)
> e5aa25f Bump google.golang.org/grpc from 1.69.4 to 1.70.0 (# 3142)
> 7fca699 Bump google.golang.org/protobuf from 1.36.3 to 1.36.4 (# 3141)
> dcf1593 Update community files (# 3140)
> 3386f37 Bump google.golang.org/protobuf from 1.36.2 to 1.36.3 (# 3139)
> 1ca59d1 Bump google.golang.org/grpc from 1.69.2 to 1.69.4 (# 3138)
> a37a847 drop use of code-generator/generate-groups.sh (# 3136)
bumping github.com/spf13/pflag 2e9d26c...5ca8134:
> 5ca8134 Merge pull request # 419 from spf13/ci
> d5e0c06 allow for blank ip addresses (# 316)
> 100ab0e disable unsupported dependency graph for now
> 85dd5c8 Add IPNetSlice and unit tests (# 170)
> a0f4ddd fix govet
> 6971c29 remove dead code for checking error nil (# 282)
> f48cbd1 add github actions
> 81378bb Add exported functions to preserve `pkg/flag` compatibility (# 220)
bumping google.golang.org/grpc b615b35...98a0092:
> 98a0092 Change version to 1.70.0 (# 7984)
> bf380de Cherrypick # 7998, # 8011, # 8010 into 1.70.x (# 8028)
> 54b3eb9 experimental/credentials: Add credentials that don't enforce ALPN (# 7980) (# 8012)
> 62b9185 clustetresolver: Copy endpoints.Addresses slice from DNS updates to avoid data races (# 7991) (# 8004)
> 724f450 examples/features/csm_observability: use helloworld client and server instead of echo client and server (# 7945)
> e8d5feb rbac: add method name to :path in headers (# 7965)
> e912015 cleanup: Fix usages of non-constant format strings (# 7959)
> 681334a cleanup: replace dial with newclient (# 7943)
> 063d352 internal/resolver: introduce a new resolver to handle target URI and proxy address resolution (# 7857)
> 10c7e13 outlierdetection: Support health listener for ejection updates (# 7908)
> bce0535 test: Add a test for decompression exceeding max receive message size (# 7938)
> f32168c envconfig: enable xDS client fallback by default (# 7949)
> e957825 test: Workaround slow SRV lookups in flaking test (# 7957)
> e5a4eb0 deps: update crypto dependency to resolve CVE-2024-45337 (# 7956)
> 56a14ba cleanup: replace dial with newclient (# 7920)
> b3bdacb test: switching to stubserver in tests instead of testservice (# 7925)
> e8055ea grpcs: update `WithContextDialer` documentation to include using passthrough resolver (# 7916)
> d0716f9 examples/features/csm_observability: Make CSM Observability example server listen on an IPV4 address (# 7933)
> cc161de xds: Add support for multiple addresses per endpoint (# 7858)
> 3f76275 xdsclient: stop caching xdsChannels for potential reuse, after all references are released (# 7924)
> 7ee073d experimental/stats: re-add type aliases for migration (# 7929)
> 38a8b9a health, grpc: Deliver health service updates through the health listener (# 7900)
> c1b6b37 Update README.md (# 7921)
> e4d084a examples: replace printf with print for log message in gracefulstop (# 7917)
> b1f70ce test: replace grpc.Dial with grpc.NewClient
> 0027558 internal/transport: replace integer status codes with http constants (# 7910)
> 66ba4b2 examples/features/gracefulstop: add example to demonstrate server graceful stop (# 7865)
> adad26d test/kokoro: Add psm-fallback build config (# 7899)
> f53724d serviceconfig: Return errors instead of skipping invalid retry policy config (# 7905)
> 645aadf deps: update dependencies for all modules (# 7904)
> d7286fb Change version to 1.70.0-dev (# 7903)
Signed-off-by: Knative Automation <automation@knative.team>1 parent 5424f49 commit dcc3d44
2 files changed
+43
-42
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
| 105 | + | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
411 | 410 | | |
| 411 | + | |
| 412 | + | |
412 | 413 | | |
413 | 414 | | |
414 | 415 | | |
| |||
451 | 452 | | |
452 | 453 | | |
453 | 454 | | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
464 | 465 | | |
465 | 466 | | |
466 | 467 | | |
| |||
569 | 570 | | |
570 | 571 | | |
571 | 572 | | |
572 | | - | |
573 | | - | |
| 573 | + | |
| 574 | + | |
574 | 575 | | |
575 | 576 | | |
576 | 577 | | |
| |||
774 | 775 | | |
775 | 776 | | |
776 | 777 | | |
777 | | - | |
778 | | - | |
779 | | - | |
780 | | - | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
781 | 782 | | |
782 | 783 | | |
783 | 784 | | |
| |||
792 | 793 | | |
793 | 794 | | |
794 | 795 | | |
795 | | - | |
796 | | - | |
| 796 | + | |
| 797 | + | |
797 | 798 | | |
798 | 799 | | |
799 | 800 | | |
| |||
808 | 809 | | |
809 | 810 | | |
810 | 811 | | |
811 | | - | |
812 | | - | |
| 812 | + | |
| 813 | + | |
813 | 814 | | |
814 | 815 | | |
815 | 816 | | |
| |||
871 | 872 | | |
872 | 873 | | |
873 | 874 | | |
874 | | - | |
875 | | - | |
876 | | - | |
877 | | - | |
878 | | - | |
879 | | - | |
880 | | - | |
881 | | - | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
882 | 883 | | |
883 | 884 | | |
884 | 885 | | |
| |||
0 commit comments