Commit 49ea4b3
committed
upgrade to latest dependencies
bumping google.golang.org/grpc c52d025...e9e00cb:
> e9e00cb Change version to 1.74.2 (# 8470)
> bd7cb0a Change version to 1.74.2-dev (# 8461)
> 002a22c Change version to 1.74.1 (# 8455)
> 6e8e7e4 Retract v1.74.0 and v1.74.1 (# 8457)
> 48c9e4d Change version to 1.74.1-dev (# 8408)
> b8b6cff Change version to 1.74.0 (# 8407)
> 077e2c3 Cherry-pick # 8411, # 8419, # 8422, # 8445 and # 8451 to v1.74.x (# 8454)
> b34f845 server: allow 0s grpc-timeout header values, as java is known to be able to send them (# 8439) (# 8440)
> 1787f94 xdsclient: export genericResourceTypeDecoder (# 8406)
> 15299cc xdsclient: make a function to return the supported resource type implementations (# 8405)
> 20bd1e7 grpc: revert # 8278: Fix cardinality violations in non-server streaming RPCs (# 8404)
> bdbe6a2 examples/opentelemetry: demonstrate enabling experimental metrics (# 8388)
> 0100d21 outlierdetection: cleanup temporary pickfirst health listener attribute (# 8402)
> bbaca7a stub: Add child balancer in stub.BalancerData (# 8393)
> e5de1e2 xdsclient_test: Avoid restarting listener in TestServerFailureMetrics_AfterResponseRecv (# 8399)
> 9c62b1c xds: Fix flaky test HandleListenerUpdate_ErrorUpdate (# 8397)
> 042139c xds_test: Avoid buffering ack requests in ADS streams (# 8395)
> 082a927 xds: Roll forward xdsclient migration (# 8391)
> 5f8fe4f github: Add workflow to replace mergeable (# 8401)
> 57400b4 roundrobin: Remove unnecessary ExitIdle override (# 8390)
> a64d933 grpc: Fix cardinality violations in non-server streaming RPCs (# 8278)
> d2e8366 xds: revert # 8310: migration of xdsclient to use generic client and dedicated LRS client
> af0f88e add spiffe config (# 8384)
> 996aabe xds: migrate internal xdsclient to use generic client and dedicated LRS client (# 8310)
> ec91b2e xds: Remove temporary environment variable for least request (# 8248)
> 9319d72 cmd/protoc-gen-go-grpc: use `Error()` since no formatting is performed (# 8378)
> f6bf86c Add flag guarding SPIFFE Bundle provider (# 8343)
> 6dfe07c balancer: Make ExitIdle compulsory for Balancers (# 8367)
> 8d1e6e2 deps: update dependencies for all modules and fix revive findings (# 8372)
> 9b7bd34 grpc: introduce new Dial and Server Options to set static window size (# 8283)
> 643bd63 xds/internal: update generic grpctransport codec name to proto (# 8368)
> 4275c5b transport: Re-use slice buffer reader for a stream (# 8360)
> ec4810c grpc: Fix cardinality violations in client streaming and unary RPCs (# 8330)
> fb223f7 transport: Optimize heap allocations (# 8361)
> f947a86 balancer/ringhash: Add experimental notice in package comment (# 8364)
> 05d49d0 [interop client] provide a flag to set google-c2p resolver universe domain (# 8145)
> 28128e0 xdsclient: Fix flakyness in `TestResourceUpdateMetrics` in the case of repeated NACKs (# 8363)
> 4cab0e6 balacergroup: cleanup exitIdle() (# 8347)
> e3ca7f9 xdsclient: fix unexpectedly large LoadReportInterval in initial load report request (# 8348)
> 443caad delegatingresolver: avoid proxy for resolved addresses in NO_PROXY env (# 8329)
> 32e57de Rename PSM interop fallback test suite to light (# 8350)
> 6995ef2 internal/transport: Wait for server goroutines to exit during shutdown in test (# 8306)
> aaabd60 deps: update dependencies for all modules (# 8331)
> 0c24af1 balancer/least_request : Fix panic while handling resolver errors (# 8333)
> f2d3e11 Change version to 1.74.0-dev (# 8324)
> 1ecde18 xds: generic xds client ads stream tests (# 8307)
> 5c0d552 removing unused code (# 8316)
bumping github.com/spf13/pflag 5ca8134...f9cbdd9:
> f9cbdd9 Merge pull request # 348 from max-frank/add-time-flag-support
> 1c62fb2 Merge pull request # 431 from LeGEC/430-fix-usage-message-for-func-flags
> e3be2eb Reduce duplication by forwarding to sibling functions
> 8a6c85f Merge pull request # 409 from ShawnJeffersonWang/master
> 1a4b5b2 fix discrepancy in order of arguments for Func() and BoolFunc() # 433
> 7cc25e3 Don't export `TimeValue` (yet)
> bca0664 Merge pull request # 429 from LeGEC/426-add-func-and-bool-func
> f9b6619 fix: add test for argument length check
> 4730aa0 fix help message for Func and BoolFunc flags # 430
> d15848d Remove unnecessary time test stderr dev null redirect
> 196624c Merge pull request # 418 from hujun-open/master
> 69bc3bd add support for Func() and BoolFunc() # 426
> 7104d90 fix: correct argument length check in FlagSet.Parse
> f4c97c2 minor: fix typos in comments
> c5ce22e Use time.Time for expectations in time flag tests
> 7322552 Merge pull request # 424 from valdar/issue/423
> 011db0c - update text_test.go based on PR review comments
> 1992c5a Add support for time.Time flags
> 957ea4b Merge pull request # 428 from co63oc/fix1
> 9c97fad fix # 423 : Add helper function and some documentation to parse shorthand go test flags.
> 2a2b77a Merge remote-tracking branch 'upstream/master'
> d661846 Merge pull request # 425 from eth-p/error-structs
> 155e7f3 Fix typos
> 19c9c40 Merge pull request # 422 from MidnightRocket/fix-default-is-zerovalue-for-generic-value-type
> aae8e19 Merge remote-tracking branch 'upstream/master'
> 6ca66b1 test: Add tests for error structs
> c963093 Improve readability for error in TestPrintDefaults
> 1118d46 add support equivalent to golang flag.TextVar(), also fixes the test failure as described in # 368
> ca5cf96 feat: Add getters to error structs
> edb1664 Add better test for defaultIsZeroValue for generic Value type
> 8d77158 feat: Use error structs for most returned errors
> 9edfc8d Fix defaultIsZeroValue check for generic Value type
> e926890 test: Commonly-returned error messages
bumping golang.org/x/net 6e41cae...76358aa:
> 76358aa go.mod: update golang.org/x dependencies
bumping knative.dev/reconciler-test 806fb6a...ca38d94:
> ca38d94 Update community files (# 810)
> e342acf fix: ConfigureObservability does not panic (# 809)
> e7475ca Migrate to OTel (# 802)
> bc8fcf4 feat: migrate kind-e2e tests to chainguard-dev/actions/setup-kind (# 803)
> 254c3b8 upgrade to latest dependencies (# 807)
> 4f40f62 upgrade to latest dependencies (# 806)
> 2b425d2 retry update conflicts in manifest Apply (# 805)
> 28e3b34 retry failed deletions in DeleteResources (# 804)
bumping sigs.k8s.io/yaml 0f318dc...048d724:
> 048d724 Merge pull request # 132 from thockin/master
> 23c836c Bolster tests, mostly in error-handling
> 2e3340b Add compact output tests
> 4a4f539 Add test case for tabs in multi-line strings
> 13509ad Change which methods get a newline and fix tests
> 59c2c43 Add compact mode so KYAML can be used in more places
> abc1add kyaml: Implement escaping closer to YAML spec
> 7749171 Add a yamlfmt cmd
> a932007 Add KYAML support
bumping knative.dev/networking edb1a4a...e0e80d6:
> e0e80d6 upgrade to latest dependencies (# 1073)
bumping github.com/prometheus/client_golang d50be25...e4b2208:
> e4b2208 Cut v1.23.0 (# 1848)
> d9492af cut v1.23.0-rc.1 (# 1842)
> aeae8a0 Cut v1.23.0-rc.0 (# 1837)
> b157309 Update common Prometheus files (# 1832)
> a704e28 build(deps): bump the github-actions group with 3 updates (# 1826)
> c774311 Fix errNotImplemented reference (# 1835)
> db4db7b Update runtime metrics for Go v1.23 and v1.24 (# 1833)
> 99d380e Update common Prometheus files (# 1831)
> f3ef320 Merge pull request # 1828 from prometheus/dependabot/go_modules/exp/github.com/prometheus/common-0.65.0
> 5f451a4 Merge pull request # 1827 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.65.0
> 520c91a build(deps): bump github.com/prometheus/common in /exp
> b0ace3d exp/api: Bubble up status code from writeResponse (# 1823)
> cb60794 build(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0
> c68532c Update common Prometheus files (# 1821)
> f802256 Merge pull request # 1817 from prometheus/dependabot/github_actions/github-actions-9e57cb1b1f
> 1c273ac Merge pull request # 1815 from prometheus/repo_sync
> 2853758 build(deps): bump the github-actions group with 5 updates
> 7c924b7 Simplify buf binary install (# 1814)
> e9d599a Update common Prometheus files
> 7ed72b7 fix: client prompt return on context cancellation (# 1729)
> 730147d Cleaup Go modules (# 1813)
> 90dc0f6 Update supported Go versions (# 1812)
> d765890 Merge pull request # 1800 from prometheus/dependabot/go_modules/golang.org/x/net-0.38.0
> d72eeef Merge pull request # 1808 from prometheus/dependabot/go_modules/github.com/prometheus/procfs-0.16.1
> 19efc48 build(deps): bump golang.org/x/net from 0.35.0 to 0.38.0
> c247081 Merge pull request # 1805 from prometheus/dependabot/go_modules/github.com/prometheus/client_model-0.6.2
> 8423214 build(deps): bump github.com/prometheus/procfs from 0.16.0 to 0.16.1
> 5fedba1 Merge pull request # 1807 from prometheus/dependabot/go_modules/golang.org/x/sys-0.32.0
> f124486 build(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.6.2
> 6f383da Merge pull request # 1806 from prometheus/dependabot/go_modules/go.uber.org/goleak-1.3.0
> 2db5bc8 Add exemplars for native histograms (# 1686)
> ab6f400 build(deps): bump golang.org/x/sys from 0.30.0 to 0.32.0
> 96a5ad6 test(registry): Add goleak-based goroutine leak detection (# 1797)
> d8a1805 build(deps): bump go.uber.org/goleak from 1.2.0 to 1.3.0
> 6f2e765 Merge pull request # 1809 from prometheus/repo_sync
> 9b83d99 Merge pull request # 1799 from prometheus/dependabot/go_modules/tutorials/whatsup/golang.org/x/net-0.38.0
> 2f65277 build(deps): bump the github-actions group with 2 updates (# 1804)
> 1f5710d Update common Prometheus files
> 34eaefd chore(ci): Fix flaky tests (# 1795)
> 4131495 build(deps): bump golang.org/x/net in /tutorials/whatsup
> 72eeefb feat(github-actions): add Go file change detection to golangci-lint workflow (# 1794)
> f6c417a Add WrapCollectorWith and WrapCollectorWithPrefix (# 1766)
> 7afba29 Merge branch 'release-1.22'
> 81df5d1 Update common Prometheus files (# 1791)
> fa1f7b7 Merge pull request # 1790 from prometheus/dependabot/github_actions/github-actions-ac4e748984
> 6b5a0b5 Upgrade golangci-lint to v2 (# 1789)
> aca9263 build(deps): bump the github-actions group across 1 directory with 3 updates
> 0162a5b Merge pull request # 1786 from prometheus/dependabot/go_modules/github.com/prometheus/procfs-0.16.0
> af4c77f Merge pull request # 1784 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.6
> b8f4cc6 build(deps): bump github.com/prometheus/procfs from 0.15.1 to 0.16.0
> 5aa253c Merge pull request # 1783 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.63.0
> 2d684c6 build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6
> b00c53f Merge pull request # 1781 from prometheus/dependabot/go_modules/exp/github.com/prometheus/common-0.63.0
> 3a56d3e build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0
> bb5d7a6 Merge pull request # 1782 from prometheus/dependabot/go_modules/exp/google.golang.org/protobuf-1.36.6
> 5c02216 build(deps): bump github.com/prometheus/common in /exp
> 2e8fbe6 Update common Prometheus files (# 1779)
> 0bfbfb7 build(deps): bump google.golang.org/protobuf in /exp
> a78cf0c Update common Prometheus files (# 1778)
> adb915c Update common Prometheus files (# 1771)
> 331dfab Merge pull request # 1776 from prometheus/dependabot/go_modules/tutorials/whatsup/golang.org/x/net-0.36.0
> 45edd8a Merge pull request # 1770 from prometheus/superq/update_test_url
> 4d3dcae build(deps): bump golang.org/x/net in /tutorials/whatsup
> 93a67cb Update example test
bumping knative.dev/eventing 7ea8857...50a65f4:
> 50a65f4 [main] Update community files (# 8659)
> 96629b6 Injected tracing headers into jobsink event file (# 8626)
> 02861b7 cleanup: drop pkg/tracing from test code (# 8654)
> 3bdae0a drop use of tracing config map in webhook (# 8653)
> 51710e2 [main] Upgrade to latest dependencies (# 8652)
> f1916c1 [main] Upgrade to latest dependencies (# 8650)
> 88be38a [Automated] Update eventing-eventing-integrations nightly (# 8648)
bumping golang.org/x/term 2ec7864...30da5dd:
> 30da5dd go.mod: update golang.org/x dependencies
bumping golang.org/x/mod 9d33331...ea04085:
> ea04085 go.mod: update golang.org/x dependencies
bumping knative.dev/caching fd36b19...a0fbf38:
> a0fbf38 Update community files (# 951)
> 15982a1 upgrade to latest dependencies (# 950)
> cdcce5b upgrade to latest dependencies (# 949)
Signed-off-by: Knative Automation <automation@knative.team>1 parent afcf5c2 commit 49ea4b3
File tree
167 files changed
+21488
-3683
lines changed- cmd/operator/kodata/knative-eventing/1.18.3
- vendor
- cloud.google.com/go/compute/metadata
- contrib.go.opencensus.io/exporter/zipkin
- github.com
- grafana/regexp
- openzipkin/zipkin-go
- idgenerator
- propagation
- reporter
- http
- prometheus
- client_golang/prometheus
- internal
- promhttp
- otlptranslator
- procfs
- spf13/pflag
- go.opencensus.io/plugin/ochttp/propagation/tracecontext
- go.opentelemetry.io/otel/exporters/prometheus
- golang.org/x
- sync/errgroup
- sys/unix
- tools
- go/packages
- internal
- modindex
- packagesinternal
- google.golang.org/grpc
- balancer
- endpointsharding
- grpclb/grpc_lb_v1
- pickfirst/pickfirstleaf
- roundrobin
- credentials/alts/internal/proto/grpc_gcp
- health/grpc_health_v1
- internal
- balancer/gracefulswitch
- envconfig
- transport
- mem
- knative.dev
- eventing/test
- lib
- test_images
- upgrade/prober
- wathola/config
- pkg/tracing
- propagation
- tracecontextb3
- reconciler-test/pkg
- eventshub
- forwarder
- sender
- feature
- knative
- manifest
- milestone
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
167 files changed
+21488
-3683
lines changedLines changed: 5105 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8187 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 184 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments