Skip to content

Bump the all-deps group across 1 directory with 12 updates#1369

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/all-deps-df05153346
Closed

Bump the all-deps group across 1 directory with 12 updates#1369
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/all-deps-df05153346

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps the all-deps group with 6 updates in the / directory:

Package From To
github.com/apache/beam/sdks/v2 2.68.0 2.71.0
github.com/google/certificate-transparency-go 1.3.2 1.3.3
github.com/mattn/go-sqlite3 1.14.32 1.14.34
github.com/transparency-dev/formats 0.0.0-20250723101439-be3b1008ec3a 0.1.0
github.com/u-root/u-root 0.15.0 0.16.0
github.com/usbarmory/tamago 1.25.1 1.26.0

Updates github.com/apache/beam/sdks/v2 from 2.68.0 to 2.71.0

Release notes

Sourced from github.com/apache/beam/sdks/v2's releases.

Beam 2.71.0 release

We are happy to present the new 2.71.0 release of Beam. This release includes both improvements and new functionality.

For more information on changes in 2.71.0, check out the detailed release notes.

I/Os

  • (Java) Elasticsearch 9 Support (#36491).
  • (Java) Upgraded HCatalogIO to Hive 4.0.1 (#32189).

New Features / Improvements

  • Support configuring Firestore database on ReadFn transforms (Java) (#36904).
  • (Python) Inference args are now allowed in most model handlers, except where they are explicitly/intentionally disallowed (#37093).

Bugfixes

  • Fixed FirestoreV1 Beam connectors allow configuring inconsistent project/database IDs between RPC requests and routing headers #36895 (Java) (#36895).
  • Logical type and coder registry are saved for pipelines in the case of default pickler. This fixes a side effect of switching to cloudpickle as default pickler in Beam 2.65.0 (Python) (#35738).

Known Issues

For the most up to date list of known issues, see https://github.com/apache/beam/blob/master/CHANGES.md

List of Contributors

According to git shortlog, the following people contributed to the 2.71.0 release. Thank you to all contributors!

Abacn, Ahmed Abualsaud, Amar3tto, Andrew Crites, apanich, Arun, Arun Pandian, assaf127, Chamikara Jayalath, CherisPatelInfocusp, Cheskel Twersky, Claire McGinty, Claude, Danny Mccormick, dependabot[bot], Derrick Williams, Egbert van der Wal, Evan Galpin, Ganesh, github-actions[bot], hekk-kaori-maeda, Jack Dingilian, Jack McCluskey, JayajP, Jiang Zhu, Kenneth Knowles, liferoad, M Junaid Shaukat, Nayan Mathur, Noah Stapp, Paco Avila, Radek Stankiewicz, Radosław Stankiewicz, Robert Stupp, Sam Whittle, Shunping Huang, Steven van Rossum, Suvrat Acharya, Tarun Annapareddy, tvalentyn, Utkarsh Parekh, Vitaly Terentyev, Xiaochu Liu, Yala Huang Feng, Yi Hu, Yu Watanabe, zhan7236

Beam 2.70.0 release

We are happy to present the new 2.70.0 release of Beam. This release includes both improvements and new functionality. See the download page for this release.

For more information on changes in 2.70.0, check out the detailed release notes.

Highlights

  • Flink 1.20 support added (#32647).

New Features / Improvements

  • Python examples added for Milvus search enrichment handler on Beam Website including jupyter notebook example (Python) (#36176).

... (truncated)

Changelog

Sourced from github.com/apache/beam/sdks/v2's changelog.

[2.71.0] - 2026-01-22

I/Os

  • (Java) Elasticsearch 9 Support (#36491).
  • (Java) Upgraded HCatalogIO to Hive 4.0.1 (#32189).

New Features / Improvements

  • Support configuring Firestore database on ReadFn transforms (Java) (#36904).
  • (Python) Inference args are now allowed in most model handlers, except where they are explicitly/intentionally disallowed (#37093).
  • (Python) Add support for EnvoyRateLimiter, to allow rate limiting in DoFns (#37135).
  • (Python) Add support for RateLimiting in Remote Model Handler (#37218).

Bugfixes

  • Fixed FirestoreV1 Beam connectors allow configuring inconsistent project/database IDs between RPC requests and routing headers #36895 (Java) (#36895).
  • Logical type and coder registry are saved for pipelines in the case of default pickler (#36271). This fixes a side effect of switching to cloudpickle as default pickler in Beam 2.65.0 (Python) (#35738).

Known Issues

[2.70.0] - 2025-12-16

Highlights

  • Flink 1.20 support added (#32647).

New Features / Improvements

  • Python examples added for Milvus search enrichment handler on Beam Website including jupyter notebook example (Python) (#36176).
  • Milvus sink I/O connector added (Python) (#36702). Now Beam has full support for Milvus integration including Milvus enrichment and sink operations.

Breaking Changes

  • (Python) Some Python dependencies have been split out into extras. To ensure all previously installed dependencies are installed, when installing Beam you can pip install apache-beam[gcp,interactive,yaml,redis,hadoop,tfrecord], though most users will not need all of these extras (#34554).

Deprecations

  • (Python) Python 3.9 reached EOL in October 2025 and support for the language version has been removed. (#36665).

[2.69.0] - 2025-10-28

Highlights

  • (Python) Add YAML Editor and Visualization Panel (#35772).
  • (Java) Java 25 Support (#35627).

... (truncated)

Commits

Updates github.com/google/certificate-transparency-go from 1.3.2 to 1.3.3

Release notes

Sourced from github.com/google/certificate-transparency-go's releases.

v1.3.3

What's Changed

CTFE

Tools

Log list library

Submission proxy

Other

Misc

Dependency updates

... (truncated)

Changelog

Sourced from github.com/google/certificate-transparency-go's changelog.

v1.3.3

CTFE

Tools

Log list library

Submission proxy

Other

Misc

Dependency updates

... (truncated)

Commits
  • e8f9317 Support tiled logs in the loglist3 logfilter functions (#1762)
  • f571c2e Cap request body size in submission proxy (#1754)
  • b0a55e9 Bump golangci-lint version to v2.10.1 (#1769)
  • f8d8cda Bump the docker-deps group across 2 directories with 2 updates (#1766)
  • e030cb1 Bump github/codeql-action from 4.32.0 to 4.32.4 in the all-deps group (#1767)
  • 537ff1f Bump the all-deps group with 7 updates (#1768)
  • 8c5792c Remove internal witness (#1765)
  • a599ccc Add FindTiledLog* functions (#1763)
  • 3782b4d Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 (#1764)
  • a6d1ef5 Bump golang.org/x/crypto from 0.46.0 to 0.47.0 in the all-deps group (#1756)
  • Additional commits viewable in compare view

Updates github.com/mattn/go-sqlite3 from 1.14.32 to 1.14.34

Commits
  • 2087331 add script to create pull-request
  • a510883 Upgrade SQLite to version 3051002
  • dce6b34 Add percentile extension
  • 3c885a9 Upgrade SQLite to version 3051001
  • 3e773a9 update github workflows
  • 2f6a2bb fix upgrade script
  • aa7cdd3 update upgrade script
  • a66908a use quote include instead of angled include for sqlite3-binding.h
  • See full diff in compare view

Updates github.com/transparency-dev/formats from 0.0.0-20250723101439-be3b1008ec3a to 0.1.0

Release notes

Sourced from github.com/transparency-dev/formats's releases.

v0.1.0

What's Changed

Deps

... (truncated)

Commits

Updates github.com/u-root/u-root from 0.15.0 to 0.16.0

Release notes

Sourced from github.com/u-root/u-root's releases.

last release before moving to go1.25

What's Changed

... (truncated)

Commits
  • a9c0bf6 pkg/boot/universalpayload: Pass EFI variables via device-tree nodes
  • 8cd61b1 build(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3
  • b3eefe1 cmds/core/xargs: validate and fix infinite loop
  • d675998 truncate: add -o flag to treat size as number of IO blocks
  • 1b585cc ping: raise default wait time from 100ms to 1000ms
  • 5fc946d uefivars: Refactor boot.go to remove prints
  • 333fe2f uefivars: add BootNext related parsing functions
  • acfa06b ping: document differences from iputils-ping
  • 89cbc04 pkg/dhclient: avoid recursive printf
  • 7abd84d cmds/exp/lsfabric: avoid recursive printf
  • Additional commits viewable in compare view

Updates github.com/usbarmory/tamago from 1.25.1 to 1.26.0

Release notes

Sourced from github.com/usbarmory/tamago's releases.

v1.26.0

This release aligns the tamago library to the new runtime API introduced in tamago-go1.26.0.

This entails that the module repository root path must now be set to overlay this library goos package as overlay for runtime/goos:

GOOS=tamago GOOSPKG=github.com/usbarmory/tamago go build ...

Major changes for tamago package API:

Major changes for tamago package internals:

Full Changelog: usbarmory/tamago@v1.25.7...v1.26.0

This release requires GOOS=tamago support in the Go distribution with tamago-go1.26.0 or later releases.

v1.25.7

This release improves the kvm/sev package for AMD Secure Encrypted Virtualization (SEV) support as well as support for arm64 targets.

Major changes for tamago package API:

Major changes for tamago package internals:

Full Changelog: usbarmory/tamago@v1.25.6...v1.25.7

This release requires GOOS=tamago support in the Go distribution with tamago-go1.25.6 or later releases, it has been tested with ...

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 1, 2026 04:45
@dependabot dependabot bot requested review from AlCutter and removed request for a team March 1, 2026 04:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 1, 2026
@dpebot
Copy link
Collaborator

dpebot commented Mar 1, 2026

/gcbrun

Bumps the all-deps group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/apache/beam/sdks/v2](https://github.com/apache/beam) | `2.68.0` | `2.71.0` |
| [github.com/google/certificate-transparency-go](https://github.com/google/certificate-transparency-go) | `1.3.2` | `1.3.3` |
| [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.32` | `1.14.34` |
| [github.com/transparency-dev/formats](https://github.com/transparency-dev/formats) | `0.0.0-20250723101439-be3b1008ec3a` | `0.1.0` |
| [github.com/u-root/u-root](https://github.com/u-root/u-root) | `0.15.0` | `0.16.0` |
| [github.com/usbarmory/tamago](https://github.com/usbarmory/tamago) | `1.25.1` | `1.26.0` |



Updates `github.com/apache/beam/sdks/v2` from 2.68.0 to 2.71.0
- [Release notes](https://github.com/apache/beam/releases)
- [Changelog](https://github.com/apache/beam/blob/master/CHANGES.md)
- [Commits](apache/beam@v2.68.0...v2.71.0)

Updates `github.com/google/certificate-transparency-go` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/google/certificate-transparency-go/releases)
- [Changelog](https://github.com/google/certificate-transparency-go/blob/master/CHANGELOG.md)
- [Commits](google/certificate-transparency-go@v1.3.2...v1.3.3)

Updates `github.com/mattn/go-sqlite3` from 1.14.32 to 1.14.34
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](mattn/go-sqlite3@v1.14.32...v1.14.34)

Updates `github.com/transparency-dev/formats` from 0.0.0-20250723101439-be3b1008ec3a to 0.1.0
- [Release notes](https://github.com/transparency-dev/formats/releases)
- [Commits](https://github.com/transparency-dev/formats/commits/v0.1.0)

Updates `github.com/u-root/u-root` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/u-root/u-root/releases)
- [Changelog](https://github.com/u-root/u-root/blob/main/RELEASES)
- [Commits](u-root/u-root@v0.15.0...v0.16.0)

Updates `github.com/usbarmory/tamago` from 1.25.1 to 1.26.0
- [Release notes](https://github.com/usbarmory/tamago/releases)
- [Commits](usbarmory/tamago@v1.25.1...v1.26.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.48.0
- [Commits](golang/crypto@v0.45.0...v0.48.0)

Updates `golang.org/x/mod` from 0.29.0 to 0.32.0
- [Commits](golang/mod@v0.29.0...v0.32.0)

Updates `golang.org/x/oauth2` from 0.31.0 to 0.34.0
- [Commits](golang/oauth2@v0.31.0...v0.34.0)

Updates `golang.org/x/sync` from 0.18.0 to 0.19.0
- [Commits](golang/sync@v0.18.0...v0.19.0)

Updates `google.golang.org/grpc` from 1.75.1 to 1.79.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.75.1...v1.79.1)

Updates `google.golang.org/protobuf` from 1.36.10 to 1.36.11

---
updated-dependencies:
- dependency-name: github.com/apache/beam/sdks/v2
  dependency-version: 2.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: github.com/google/certificate-transparency-go
  dependency-version: 1.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: github.com/mattn/go-sqlite3
  dependency-version: 1.14.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: github.com/transparency-dev/formats
  dependency-version: 0.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: github.com/u-root/u-root
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: github.com/usbarmory/tamago
  dependency-version: 1.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: golang.org/x/crypto
  dependency-version: 0.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: golang.org/x/mod
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: golang.org/x/sync
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: google.golang.org/grpc
  dependency-version: 1.79.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/all-deps-df05153346 branch from 65f7552 to feefb9a Compare March 3, 2026 09:41
@dpebot
Copy link
Collaborator

dpebot commented Mar 3, 2026

/gcbrun

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 19, 2026

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

@dependabot dependabot bot closed this Mar 19, 2026
@dependabot dependabot bot deleted the dependabot/go_modules/all-deps-df05153346 branch March 19, 2026 09:16
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.

1 participant