Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

[golang-version](deps): Bump the golang-version-updates group across 1 directory with 12 updates#417

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-go_modules-main-golang-version-updates-2d0462cfa8
Open

[golang-version](deps): Bump the golang-version-updates group across 1 directory with 12 updates#417
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-go_modules-main-golang-version-updates-2d0462cfa8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 13, 2025

Copy link
Copy Markdown

Bumps the golang-version-updates group with 12 updates in the / directory:

Package From To
github.com/Layr-Labs/eigenda 0.9.0-rc.3.0.20250610184531-da8095c1c9b5 0.9.1
github.com/avast/retry-go/v4 4.6.0 4.6.1
github.com/consensys/gnark-crypto 0.16.0 0.18.0
github.com/gorilla/mux 1.8.0 1.8.1
github.com/minio/minio-go/v7 7.0.85 7.0.93
github.com/prometheus/client_golang 1.21.1 1.22.0
github.com/testcontainers/testcontainers-go/modules/minio 0.33.0 0.37.0
github.com/testcontainers/testcontainers-go/modules/redis 0.33.0 0.37.0
github.com/urfave/cli/v2 2.27.5 2.27.6
github.com/wealdtech/go-merkletree/v2 2.6.0 2.6.1
go.uber.org/mock 0.4.0 0.5.2
google.golang.org/grpc 1.69.4 1.73.0

Updates github.com/Layr-Labs/eigenda from 0.9.0-rc.3.0.20250610184531-da8095c1c9b5 to 0.9.1

Release notes

Sourced from github.com/Layr-Labs/eigenda's releases.

EigenDA Blazar (v0.9.0)

Summary

This release is required for users and operators to upgrade.

We are excited to release EigenDA v0.9.0, code name "Blazar" (aka. EigenDA V2), a major protocol and architecture upgrade for the entire system.

System Requirements for Validators

https://docs.eigenda.xyz/operator-guides/requirements/system-requirements

Key Features and Enhancements

  • Control Plane & Data Plane Separation

    Separates the flow of blob data from its metadata/control as they move through disperser, encoders and validators. This improves end-to-end data movement efficiency and boosts validator node performance and robustness by increasing network utilization through concurrent download connections.

  • High-Performance Storage with LittDB

    Introduces LittDB, a highly performant key/value store specifically tailored for EigenDA’s needs. LittDB replaces LevelDB as the storage engine on validator nodes, significantly improving disk-related operations by two orders of magnitude. Designed from the ground up, LittDB ensures high capacity, high throughput, low latency, and low memory/CPU utilization.

  • Payments Support

    EigenDA now supports on-demand payments and reservations, enabling applications to access the network permissionlessly with flexible payment options.

  • Faster and Cheaper Dispersal with DA Certificate

    Reduces end-to-end dispersal latency and cost by eliminating on-chain confirmation and returning a DA certificate representing DA nodes' attestations.

  • New Chunk Allocation Model

    Introduces a fixed-chunk model, making encoding a stateless operation and reducing system complexity.

  • Revamped Blob State Management

    Enhances robustness by enforcing immutable records and introducing constraints into the data model.

  • Improved Blob Addressing

    Introduces Blobkey, a universally unique string identifier for each blob, replacing the previous composite key (batch header hash + blob index). This simplifies interactions and improves UX when working with blobs.

Further Details

Breaking Changes

... (truncated)

Commits

Updates github.com/avast/retry-go/v4 from 4.6.0 to 4.6.1

Release notes

Sourced from github.com/avast/retry-go/v4's releases.

v4.6.1

What's Changed

New Contributors

Full Changelog: avast/retry-go@4.6.0...v4.6.1

Commits
  • 93932f8 🚀 (VERSION): bump version from 4.6.0 to 4.6.1 to reflect recent changes and i...
  • d20c351 Merge pull request #125 from haaawk/fix_124
  • 8d7cef7 Make sure DelayType function gets consistent values of n
  • 79a35c4 Merge pull request #123 from avast/dependabot/go_modules/github.com/stretchr/...
  • d873473 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0
  • 0eeb96f Merge pull request #126 from avast/issue_99_failing_test_on_windows
  • ac94eb5 Update GitHub Actions workflow to use latest Go version and artifact naming
  • 6523ff3 Upgrade golangci-lint GitHub Actions workflow to latest version
  • 5197715 Update GitHub Actions workflow configuration
  • 1c0cc21 Update GitHub Actions artifact naming to include Go version
  • Additional commits viewable in compare view

Updates github.com/consensys/gnark-crypto from 0.16.0 to 0.18.0

Release notes

Sourced from github.com/consensys/gnark-crypto's releases.

v0.18.0

What's Changed

New Contributors

Full Changelog: Consensys/gnark-crypto@v0.17.0...v0.18.0

v0.17.0

What's Changed

New Contributors

Full Changelog: Consensys/gnark-crypto@v0.16.0...v0.17.0

Commits

Updates github.com/gorilla/mux from 1.8.0 to 1.8.1

Release notes

Sourced from github.com/gorilla/mux's releases.

Release v1.8.1

What's Changed

New Contributors

Full Changelog: gorilla/mux@v1.8.0...v1.8.1

Commits

Updates github.com/minio/minio-go/v7 from 7.0.85 to 7.0.93

Release notes

Sourced from github.com/minio/minio-go/v7's releases.

Bugfix Release

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.92...v7.0.93

Bugfix Release and new APIs

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.91...v7.0.92

Bugfix Release

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.90...v7.0.91

Bugfix v7.0.90

What's Changed

... (truncated)

Commits

Updates github.com/prometheus/client_golang from 1.21.1 to 1.22.0

Release notes

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

v1.22.0 - 2025-04-07

⚠️ This release contains potential breaking change if you use experimental zstd support introduce in #1496 ⚠️

Experimental support for zstd on scrape was added, controlled by the request Accept-Encoding header. It was enabled by default since version 1.20, but now you need to add a blank import to enable it. The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon, golang/go#62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.

e.g.:

import (
  _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd"
)
  • [FEATURE] prometheus: Add new CollectorFunc utility #1724
  • [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #1738
  • [FEATURE] api: WithLookbackDelta and WithStats options have been added to API client. #1743
  • [CHANGE] ⚠️ promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #1765

... (truncated)

Changelog

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

1.22.0 / 2025-04-07

⚠️ This release contains potential breaking change if you use experimental zstd support introduce in #1496 ⚠️

Experimental support for zstd on scrape was added, controlled by the request Accept-Encoding header. It was enabled by default since version 1.20, but now you need to add a blank import to enable it. The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon, golang/go#62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.

e.g.:

import (
  _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd"
)
  • [FEATURE] prometheus: Add new CollectorFunc utility #1724
  • [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #1738
  • [FEATURE] api: WithLookbackDelta and WithStats options have been added to API client. #1743
  • [CHANGE] ⚠️ promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #1765
Commits
  • d50be25 Cut 1.22.0 (#1793)
  • 1043db7 Cut 1.22.0-rc.0 (#1768)
  • e575c9c promhttp: Isolate zstd support and klauspost/compress library use to promhttp...
  • f2276aa Merge pull request #1764 from prometheus/dependabot/github_actions/github-act...
  • 9df772c build(deps): bump peter-evans/create-pull-request
  • a3548c5 Merge pull request #1754 from saswatamcode/exp-eh
  • 60fd2b0 Remove go.work file for now
  • 8f9d0de exp: Add dependabot config
  • c5cf981 Merge pull request #1762 from prometheus/release-1.21
  • e84c305 exp: Reset snappy buf (#1756)
  • Additional commits viewable in compare view

Updates github.com/testcontainers/testcontainers-go/modules/minio from 0.33.0 to 0.37.0

Release notes

Sourced from github.com/testcontainers/testcontainers-go/modules/minio's releases.

v0.37.0

What's Changed

🔒 Security

  • chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.35.0 in /modules/aerospike (#3105) @dependabot[bot]
  • chore(pulsar): bump github.com/apache/pulsar-client-go from 0.10.0 to 0.14.0 in /modules/pulsar (#3100) @​mdelapenya
  • chore(clickhouse): bump github.com/ClickHouse/clickhouse-go/v2 from 2.20.0 to 2.34.0 in /modules/clickhouse (#3099) @dependabot[bot]
  • security(compose): upgrade github.com/docker/compose/v2 to fix security vulnerability (#3095) @​sigi-glovebox

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

... (truncated)

Commits
  • 08e7b58 chore: use new version (v0.37.0) in modules and examples
  • 9da8340 fix: handle stopped containers more gracefully when reuse is enabled (#3062)
  • 37ce316 feat(gcloud): add option to run firestore in datastore mode (#3009)
  • 224da6d feat: support for mounting images (#3044)
  • 92b9255 chore(ci): close PR if it was sent from main (#3123)
  • 8a498b7 feat: add WithReuseByName for modifying Generic Container Requests (#3064)
  • 1c9b01b chore(deps): bump github/codeql-action from 3.28.15 to 3.28.16 (#3120)
  • d7c1a2f chore(deps): bump mkdocs-include-markdown-plugin from 6.2.2 to 7.1.5 (#3119)
  • c71d5c9 chore(deps): bump github.com/magiconair/properties from 1.8.9 to 1.8.10 (#3118)
  • 7c6278f chore(ci): exclude more files for a full-blown build (#3122)
  • Additional commits viewable in compare view

Updates github.com/testcontainers/testcontainers-go/modules/redis from 0.33.0 to 0.37.0

Release notes

Sourced from github.com/testcontainers/testcontainers-go/modules/redis's releases.

v0.37.0

What's Changed

🔒 Security

  • chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.35.0 in /modules/aerospike (#3105) @dependabot[bot]
  • chore(pulsar): bump github.com/a...

    Description has been truncated

@dependabot @github

dependabot Bot commented on behalf of github Jun 13, 2025

Copy link
Copy Markdown
Author

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot Bot requested a review from a team June 13, 2025 16:03
@dependabot dependabot Bot force-pushed the dependabot-go_modules-main-golang-version-updates-2d0462cfa8 branch 3 times, most recently from e26b4dc to fdcd73d Compare June 19, 2025 15:19
@dependabot dependabot Bot force-pushed the dependabot-go_modules-main-golang-version-updates-2d0462cfa8 branch 3 times, most recently from f6b0011 to b709345 Compare July 1, 2025 16:01
…1 directory with 12 updates

Bumps the golang-version-updates group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/Layr-Labs/eigenda](https://github.com/Layr-Labs/eigenda) | `0.9.0-rc.3.0.20250610184531-da8095c1c9b5` | `0.9.1` |
| [github.com/avast/retry-go/v4](https://github.com/avast/retry-go) | `4.6.0` | `4.6.1` |
| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.16.0` | `0.18.0` |
| [github.com/gorilla/mux](https://github.com/gorilla/mux) | `1.8.0` | `1.8.1` |
| [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.85` | `7.0.93` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.21.1` | `1.22.0` |
| [github.com/testcontainers/testcontainers-go/modules/minio](https://github.com/testcontainers/testcontainers-go) | `0.33.0` | `0.37.0` |
| [github.com/testcontainers/testcontainers-go/modules/redis](https://github.com/testcontainers/testcontainers-go) | `0.33.0` | `0.37.0` |
| [github.com/urfave/cli/v2](https://github.com/urfave/cli) | `2.27.5` | `2.27.6` |
| [github.com/wealdtech/go-merkletree/v2](https://github.com/wealdtech/go-merkletree) | `2.6.0` | `2.6.1` |
| [go.uber.org/mock](https://github.com/uber/mock) | `0.4.0` | `0.5.2` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.69.4` | `1.73.0` |



Updates `github.com/Layr-Labs/eigenda` from 0.9.0-rc.3.0.20250610184531-da8095c1c9b5 to 0.9.1
- [Release notes](https://github.com/Layr-Labs/eigenda/releases)
- [Commits](https://github.com/Layr-Labs/eigenda/commits/v0.9.1)

Updates `github.com/avast/retry-go/v4` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/avast/retry-go/releases)
- [Commits](avast/retry-go@4.6.0...4.6.1)

Updates `github.com/consensys/gnark-crypto` from 0.16.0 to 0.18.0
- [Release notes](https://github.com/consensys/gnark-crypto/releases)
- [Changelog](https://github.com/Consensys/gnark-crypto/blob/master/CHANGELOG.md)
- [Commits](Consensys/gnark-crypto@v0.16.0...v0.18.0)

Updates `github.com/gorilla/mux` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](gorilla/mux@v1.8.0...v1.8.1)

Updates `github.com/minio/minio-go/v7` from 7.0.85 to 7.0.93
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.0.85...v7.0.93)

Updates `github.com/prometheus/client_golang` from 1.21.1 to 1.22.0
- [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.21.1...v1.22.0)

Updates `github.com/testcontainers/testcontainers-go/modules/minio` from 0.33.0 to 0.37.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.33.0...v0.37.0)

Updates `github.com/testcontainers/testcontainers-go/modules/redis` from 0.33.0 to 0.37.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.33.0...v0.37.0)

Updates `github.com/urfave/cli/v2` from 2.27.5 to 2.27.6
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v2.27.5...v2.27.6)

Updates `github.com/wealdtech/go-merkletree/v2` from 2.6.0 to 2.6.1
- [Commits](wealdtech/go-merkletree@v2.6.0...v2.6.1)

Updates `go.uber.org/mock` from 0.4.0 to 0.5.2
- [Release notes](https://github.com/uber/mock/releases)
- [Changelog](https://github.com/uber-go/mock/blob/main/CHANGELOG.md)
- [Commits](uber-go/mock@v0.4.0...v0.5.2)

Updates `google.golang.org/grpc` from 1.69.4 to 1.73.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.69.4...v1.73.0)

---
updated-dependencies:
- dependency-name: github.com/Layr-Labs/eigenda
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang-version-updates
- dependency-name: github.com/avast/retry-go/v4
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang-version-updates
- dependency-name: github.com/consensys/gnark-crypto
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-version-updates
- dependency-name: github.com/gorilla/mux
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang-version-updates
- dependency-name: github.com/minio/minio-go/v7
  dependency-version: 7.0.93
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang-version-updates
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-version-updates
- dependency-name: github.com/testcontainers/testcontainers-go/modules/minio
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-version-updates
- dependency-name: github.com/testcontainers/testcontainers-go/modules/redis
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-version-updates
- dependency-name: github.com/urfave/cli/v2
  dependency-version: 2.27.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang-version-updates
- dependency-name: github.com/wealdtech/go-merkletree/v2
  dependency-version: 2.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang-version-updates
- dependency-name: go.uber.org/mock
  dependency-version: 0.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-version-updates
- dependency-name: google.golang.org/grpc
  dependency-version: 1.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot-go_modules-main-golang-version-updates-2d0462cfa8 branch from b709345 to 4f662b8 Compare July 9, 2025 15:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants