Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the go-mod group across 1 directory with 13 updates #12

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2025

Bumps the go-mod group with 8 updates in the / directory:

Package From To
github.com/DIMO-Network/model-garage 0.4.2 0.4.5
github.com/DIMO-Network/nameindexer 0.0.12 0.1.0
github.com/DIMO-Network/shared 0.11.1 0.12.7
github.com/aws/aws-sdk-go-v2/credentials 1.17.27 1.17.48
github.com/gofiber/fiber/v2 2.52.5 2.52.6
github.com/grpc-ecosystem/go-grpc-middleware/v2 2.1.0 2.2.0
github.com/prometheus/client_golang 1.19.1 1.20.5
google.golang.org/protobuf 1.34.2 1.36.1

Updates github.com/DIMO-Network/model-garage from 0.4.2 to 0.4.5

Release notes

Sourced from github.com/DIMO-Network/model-garage's releases.

v0.4.5

What's Changed

Full Changelog: DIMO-Network/model-garage@v0.4.4...v0.4.5

v0.4.4

What's Changed

Full Changelog: DIMO-Network/model-garage@v0.4.3...v0.4.4

v0.4.3

What's Changed

New Contributors

Full Changelog: DIMO-Network/model-garage@v0.4.2...v0.4.3

Commits
  • c7309de Merge pull request #113 from DIMO-Network/as-3194-create-vin-vc-for-teslas-pa...
  • 4b71b76 Add fingerprint decoding for Tesla
  • 6a5cb67 Bump the go-mod group with 4 updates (#110)
  • 21b5907 rename internalAlias for better error messages
  • 10332ed Don’t return -0.0 for Tesla power (#112)
  • deea956 SM-1282: Add AP integration on DIS side (#111)
  • See full diff in compare view

Updates github.com/DIMO-Network/nameindexer from 0.0.12 to 0.1.0

Release notes

Sourced from github.com/DIMO-Network/nameindexer's releases.

v0.1.0

What's Changed

Full Changelog: DIMO-Network/nameindexer@v0.0.13...v0.1.0

v0.0.13

What's Changed

Full Changelog: DIMO-Network/nameindexer@v0.0.12...v0.0.13

Commits
  • 570499f Merge pull request #56 from DIMO-Network/cloudevent-db
  • 5b6c479 Add with key for cloudevent indexes
  • 5ef9f0b Replace custom meta type with cloudevent
  • bce9770 Remove old cloudevent to index funtions
  • 3e8de11 update storage to use cloudevent index
  • dc70e68 remove format specic queries
  • 453370e Update indexrepo to pull cloudevent data from CH instead of the object
  • 56892e6 Update clickhouse fields and queries with cloud_event table
  • 532bcf8 simplify makefile
  • 8f7b020 Add cloud_event db
  • Additional commits viewable in compare view

Updates github.com/DIMO-Network/shared from 0.11.1 to 0.12.7

Release notes

Sourced from github.com/DIMO-Network/shared's releases.

v0.12.7

What's Changed

Full Changelog: DIMO-Network/shared@v0.12.6...v0.12.7

v0.12.6

What's Changed

Full Changelog: DIMO-Network/shared@v0.12.5...v0.12.6

v0.12.5

Full Changelog: DIMO-Network/shared@v0.12.4...v0.12.5

v0.12.4

Full Changelog: DIMO-Network/shared@v0.12.3...v0.12.4

v0.12.3

Full Changelog: DIMO-Network/shared@v0.12.2...v0.12.3

v0.12.2

No release notes provided.

v0.12.1

What's Changed

Full Changelog: DIMO-Network/shared@v0.12.0...v0.12.1

v0.12.0

What's Changed

Full Changelog: DIMO-Network/shared@v0.11.1...v0.12.0

Commits
  • 6fb51ef Added transport and rate limiter option to HTTPClientWrapper (#84)
  • 799f57a Merge pull request #82 from DIMO-Network/as-3167-update-libs-with-new-locatio...
  • 34c34a4 Add stream permissions
  • 56851d4 Add constants for new perms
  • d7cec40 Try setting the Kafka version to 3.6.0
  • 3d25a4d Note and creation time
  • 4e83d73 Add note field
  • 201fb2a Upgrade gRPC
  • ef9dc1a Blacklist status set
  • d8d48b6 Upgrade Fiber
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.32.2 to 1.32.7

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.27 to 1.17.48

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.65.3 to 1.71.1

Commits

Updates github.com/ethereum/go-ethereum from 1.14.11 to 1.14.12

Release notes

Sourced from github.com/ethereum/go-ethereum's releases.

Gei Hinnom (v1.14.12)

This release covers quite a lot of time, and has many changes across the codebase. In particular; changes in tracing and account management, optimizations in database, trie and evm, and, as always bugfixes.

This release removes the personal RPC namespace. It was already previously deprecated, and has not been accessible by default for nearly two years. We also removed the --unlock command-line parameter, with a view towards removing key/account management from the geth binary.

  • Key management:
    • Remove --unlock command line flag from geth (#30737)
    • Remove personal RPC namespace (#30704)
  • Builds:
    • RISC-V docker images (#30739)
    • ppa-builds for ubuntu 24.10 (#30580)
  • Tracing:
    • invoke OnCodeChange-hook on selfdestruct (#30686, #30497)
    • improvements to flatCallTracer (#30539)
    • invoke tx-end hook in runtime helpers (#30711)
    • disableCode and disableStorage options for prestateTracer (#30648)
    • tracing of system calls (#30666)
    • Change to how chainconfig is passed to tracers (breaking change) (#30540)
    • add GetTransientState method to StateDB interface (#30531)
  • Signing:
    • improved support for EIP-712 array types (#30620)
    • non-legacy transactions support for ledger wallets (#30180)
  • Bugfixes:
    • Set basefee for AccessList based on given block, not chain tip (#30538)
    • Multiple issues in benchmarks (#30667)
    • Fix bug with resolving a payload (#30615)
  • Database optimizations
    • Run pebble in non-sync mode (#30573, #29792). This change makes quite a big difference on certain OS:es, particularly MacOSX/Darwin, where it has been noted that fsync is notoriously slow.
    • Use to increasing level sizes (#30602), This change makes pebble use larger files, reducing the number of files from 160K to 10K.
  • Assorted:
    • Make jwtsecretflag expand tilde
    • Work on verkle (#30672)
    • Work on EIP-7002 and EIP 7251 (#30571)
    • Implement EIP-7685 and EIP-6110 (flat requests enconding) (#30425)
    • Validation of EOF containers (#30418)
    • More helpful responses for rejected transactions (#30715)
    • Work on cross-execution witness (#30698)
    • EVM speed optimizations (#30662, #30629)
    • Reduce peak memory usage during reorg (#30600)
    • Speed up trie commit via concurrent workers (#30545)
    • Fuzzing improvments (#30585)
    • Implement new engine_getBlobsV1 API method (#30537)

For a full rundown of the changes please consult the Geth 1.14.12 release milestone.


... (truncated)

Commits

Updates github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.6

Release notes

Sourced from github.com/gofiber/fiber/v2's releases.

v2.52.6

🐛 Bug Fixes

📚 Documentation

🛠️ Maintenance

Full Changelog: gofiber/fiber@v2.52.5...v2.52.6

Commits
  • e04f815 prepare release v2.52.6
  • 7eb9d25 Support Square Bracket Notation in Multipart Form data (#3268)
  • 47be681 🧹 chore: Add parallel benchmark for Next() (#3259)
  • c9ff17d 🧹 chore: Update dependencies (#3254)
  • 56ff2de 🐛 fix: Respect Immutable config for Body() (#3246)
  • 8c84b0f 🩹 fix: Middleware/CORS Remove Scheme Restriction (#3168)
  • 6e74114 v2: Add CODEOWNERS file (#3124)
  • cb06bc5 🩹 Fix: handle un-matched open brackets in the query params (#3121)
  • bfcf91d fix template markdown
  • ca935c3 📚 Doc: Add detailed documentation for the templates guide (#3113)
  • Additional commits viewable in compare view

Updates github.com/grpc-ecosystem/go-grpc-middleware/v2 from 2.1.0 to 2.2.0

Release notes

Sourced from github.com/grpc-ecosystem/go-grpc-middleware/v2's releases.

v2.2.0

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.1.0...v2.2.0

Commits
  • 66bb7d8 example: use slog (#735)
  • a78cb17 logging: add WithErrorFields (#734)
  • 6aea589 x-retry-attempt to StreamClientInterceptor (#733)
  • ba6f8b9 Fix grpc middleware interceptor not PostCall-ing when a streaming RPC with no...
  • bbb4d69 Update examples to the latest otelgrpc API (#729)
  • 9774bef Use ValueFromIncomingContext() to reduce allocations and copying (#723)
  • 8de7e4a Merge pull request #721 from ash2k/protovalidate-cleanup
  • a415b61 Drop direct dependency on golang.org/x/exp
  • 50c11b8 protovalidate: CEL evaluation error is an Internal error
  • 69beab3 protovalidate: return gRPC status-compatible error
  • Additional commits viewable in compare view

Updates github.com/prometheus/client_golang from 1.19.1 to 1.20.5

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.20.5 / 2024-10-15

We decided to revert the testutil change that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.

Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced testutil package/module with more flexible and safer APIs.

Thanks to @​dashpole @​dgrisonnet @​kakkoyun @​ArthurSens @​vesari @​logicalhan @​krajorama @​bwplotka who helped in this patch release! 🤗

Changelog

[BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #1645

v1.20.4

  • [BUGFIX] histograms: Fix a possible data race when appending exemplars vs metrics gather. #1623

v1.20.3

  • [BUGFIX] histograms: Fix possible data race when appending exemplars. #1608

v1.20.2

  • [BUGFIX] promhttp: Unset Content-Encoding header when data is uncompressed. #1596

v1.20.1

This release contains the critical fix for the issue. Thanks to @​geberl, @​CubicrootXYZ, @​zetaab and @​timofurrer for helping us with the investigation!

  • [BUGFIX] process-collector: Fixed unregistered descriptor error when using process collector with PedanticRegistry on Linux machines. #1587

v1.20.0

Thanks everyone for contributions!

⚠️ In this release we remove one (broken anyway, given Go runtime changes) metric and add three new (representing GOGC, GOMEMLIMIT and GOMAXPROCS flags) to the default collectors.NewGoCollector() collector. Given its popular usage, expect your binary to expose two additional metric.

Changes

  • [CHANGE] ⚠️ go-collector: Remove go_memstat_lookups_total metric which was always 0; Go runtime stopped sharing pointer lookup statistics. #1577
  • [FEATURE] ⚠️ go-collector: Add 3 default metrics: go_gc_gogc_percent, go_gc_gomemlimit_bytes and go_sched_gomaxprocs_threads as those are recommended by the Go team. #1559
  • [FEATURE] go-collector: Add more information to all metrics' HELP e.g. the exact runtime/metrics sourcing each metric (if relevant). #1568 #1578
  • [FEATURE] testutil: Add CollectAndFormat method. #1503
  • [FEATURE] histograms: Add support for exemplars in native histograms. #1471
  • [FEATURE] promhttp: Add experimental support for zstd on scrape, controlled by the request Accept-Encoding header. #1496
  • [FEATURE] api/v1: Add WithLimit parameter to all API methods that supports it. #1544
  • [FEATURE] prometheus: Add support for created timestamps in constant histograms and constant summaries. #1537
  • [FEATURE] process-collectors: Add network usage metrics: process_network_receive_bytes_total and process_network_transmit_bytes_total. #1555
  • [FEATURE] promlint: Add duplicated metric lint rule. #1472
  • [BUGFIX] promlint: Relax metric type in name linter rule. #1455
  • [BUGFIX] promhttp: Make sure server instrumentation wrapping supports new and future extra responseWriter methods. #1480
  • [BUGFIX] testutil: Functions using compareMetricFamilies are now failing if filtered metricNames are not in the input. #1424

... (truncated)

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.20.5 / 2024-10-15

  • [BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input.

1.20.4 / 2024-09-07

  • [BUGFIX] histograms: Fix possible data race when appending exemplars vs metrics gather. #1623

1.20.3 / 2024-09-05

  • [BUGFIX] histograms: Fix possible data race when appending exemplars. #1608

1.20.2 / 2024-08-23

  • [BUGFIX] promhttp: Unset Content-Encoding header when data is uncompressed. #1596

1.20.1 / 2024-08-20

  • [BUGFIX] process-collector: Fixed unregistered descriptor error when using process collector with PedanticRegistry on linux machines. #1587

1.20.0 / 2024-08-14

  • [CHANGE] ⚠️ go-collector: Remove go_memstat_lookups_total metric which was always 0; Go runtime stopped sharing pointer lookup statistics. #1577
  • [FEATURE] ⚠️ go-collector: Add 3 default metrics: go_gc_gogc_percent, go_gc_gomemlimit_bytes and go_sched_gomaxprocs_threads as those are recommended by the Go team. #1559
  • [FEATURE] go-collector: Add more information to all metrics' HELP e.g. the exact runtime/metrics sourcing each metric (if relevant). #1568 #1578
  • [FEATURE] testutil: Add CollectAndFormat method. #1503
  • [FEATURE] histograms: Add support for exemplars in native histograms. #1471
  • [FEATURE] promhttp: Add experimental support for zstd on scrape, controlled by the request Accept-Encoding header. #1496
  • [FEATURE] api/v1: Add WithLimit parameter to all API methods that supports it. #1544
  • [FEATURE] prometheus: Add support for created timestamps in constant histograms and constant summaries. #1537
  • [FEATURE] process-collector: Add network usage metrics: process_network_receive_bytes_total and process_network_transmit_bytes_total. #1555
  • [FEATURE] promlint: Add duplicated metric lint rule. #1472
  • [BUGFIX] promlint: Relax metric type in name linter rule. #1455
  • [BUGFIX] promhttp: Make sure server instrumentation wrapping supports new and future extra responseWriter methods. #1480
  • [BUGFIX] breaking testutil: Functions using compareMetricFamilies are now failing if filtered metricNames are not in the input. #1424 (reverted in 1.20.5)

1.19.0 / 2024-02-27

The module prometheus/common v0.48.0 introduced an incompatibility when used together with client_golang (See prometheus/client_golang#1448 for more details). If your project uses client_golang and you want to use prometheus/common v0.48.0 or higher, please update client_golang to v1.19.0.

  • [CHANGE] Minimum required go version is now 1.20 (we also test client_golang against new 1.22 version). #1445 #1449
  • [FEATURE] collectors: Add version collector. #1422 #1427

1.18.0 / 2023-12-22

  • [FEATURE] promlint: Allow creation of custom metric validations. #1311
  • [FEATURE] Go programs using client_golang can be built in wasip1 OS. #1350
  • [BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened. #1367
  • [BUGFIX] testutil: Fix comparison of metrics with empty Help strings. #1378
  • [ENHANCEMENT] Improved performance of MetricVec.WithLabelValues(...). #1360

... (truncated)

Commits
  • 48e12a1 Merge pull request #1645 from prometheus/cut-1204-pr1424
  • 504ad9b Cut 1.20.5; update comments.
  • 584a7ce Revert "testutil compareMetricFamilies: make less error-prone (#1424)"
  • 05fcde9 Merge pull request #1623 from krajorama/data-race-in-histogram-write
  • 209f4c0 Add changelog
  • 1e398cc native histogram: Fix race between Write and addExemplar
  • ef2f87e Merge pull request #1620 from prometheus/arthursens/prepare-1.20.3
  • 937ac63 Add changelog entry for 1.20.3
  • 6e9914d Merge pull request #1608 from krajorama/index-out-of-range-native-histogram-e...
  • d6b8c89 Update comments with more explanations
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.9.0 to 1.10.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.10.0

What's Changed

Functional Changes

Fixes

Documantation, Build & CI

New Contributors

Bumps the go-mod group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/DIMO-Network/model-garage](https://github.com/DIMO-Network/model-garage) | `0.4.2` | `0.4.5` |
| [github.com/DIMO-Network/nameindexer](https://github.com/DIMO-Network/nameindexer) | `0.0.12` | `0.1.0` |
| [github.com/DIMO-Network/shared](https://github.com/DIMO-Network/shared) | `0.11.1` | `0.12.7` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.17.27` | `1.17.48` |
| [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) | `2.52.5` | `2.52.6` |
| [github.com/grpc-ecosystem/go-grpc-middleware/v2](https://github.com/grpc-ecosystem/go-grpc-middleware) | `2.1.0` | `2.2.0` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.19.1` | `1.20.5` |
| google.golang.org/protobuf | `1.34.2` | `1.36.1` |



Updates `github.com/DIMO-Network/model-garage` from 0.4.2 to 0.4.5
- [Release notes](https://github.com/DIMO-Network/model-garage/releases)
- [Commits](DIMO-Network/model-garage@v0.4.2...v0.4.5)

Updates `github.com/DIMO-Network/nameindexer` from 0.0.12 to 0.1.0
- [Release notes](https://github.com/DIMO-Network/nameindexer/releases)
- [Commits](DIMO-Network/nameindexer@v0.0.12...v0.1.0)

Updates `github.com/DIMO-Network/shared` from 0.11.1 to 0.12.7
- [Release notes](https://github.com/DIMO-Network/shared/releases)
- [Commits](DIMO-Network/shared@v0.11.1...v0.12.7)

Updates `github.com/aws/aws-sdk-go-v2` from 1.32.2 to 1.32.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.32.2...v1.32.7)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.27 to 1.17.48
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.27...credentials/v1.17.48)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.65.3 to 1.71.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.65.3...service/s3/v1.71.1)

Updates `github.com/ethereum/go-ethereum` from 1.14.11 to 1.14.12
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.14.11...v1.14.12)

Updates `github.com/gofiber/fiber/v2` from 2.52.5 to 2.52.6
- [Release notes](https://github.com/gofiber/fiber/releases)
- [Commits](gofiber/fiber@v2.52.5...v2.52.6)

Updates `github.com/grpc-ecosystem/go-grpc-middleware/v2` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/grpc-ecosystem/go-grpc-middleware/releases)
- [Commits](grpc-ecosystem/go-grpc-middleware@v2.1.0...v2.2.0)

Updates `github.com/prometheus/client_golang` from 1.19.1 to 1.20.5
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.19.1...v1.20.5)

Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.9.0...v1.10.0)

Updates `google.golang.org/grpc` from 1.65.0 to 1.67.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.65.0...v1.67.1)

Updates `google.golang.org/protobuf` from 1.34.2 to 1.36.1

---
updated-dependencies:
- dependency-name: github.com/DIMO-Network/model-garage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/DIMO-Network/nameindexer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/DIMO-Network/shared
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/ethereum/go-ethereum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/gofiber/fiber/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/grpc-ecosystem/go-grpc-middleware/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from KevinJoiner as a code owner January 3, 2025 17:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 3, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 3, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 3, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/go-mod-e1d64c6181 branch January 3, 2025 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants