Skip to content
New issue

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

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

Already on GitHub? # to your account

Bump the go-mod group across 1 directory with 3 updates #115

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2025

Bumps the go-mod group with 3 updates in the / directory: github.com/ethereum/go-ethereum, github.com/redpanda-data/connect/v4 and golang.org/x/time.

Updates github.com/ethereum/go-ethereum from 1.14.13 to 1.15.2

Release notes

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

Survivor Loadout (v1.15.2)

This release fixes a few regressions. In particular, it restores block building on mainnet, which was broken in v1.15.1.

All changes in this release:

  • Block building on mainnet works again. (#31191)
  • Discv5 and DNS peer discovery has been restored. It was accidentally disabled in v1.14.9. (#31185)
  • An edge-case for geth dumpconfig related to the P2P.NAT setting in TOML is fixed. (#31192)

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


As with all our previous releases, you can find the:

Engineering Kit (v1.15.1)

This release enables the Prague fork for the Holesky and Sepolia testnets. It is a required upgrade if you want to participate in these networks.

The fork is set to activate at

  • Holesky slot: 3710976, timestamp: Mon, Feb 24 at 21:55:12 UTC
  • Sepolia slot: 7118848, timestamp: Wed, Mar 5 at 07:29:36 UTC

Other user-facing changes in this release:

  • Support for EIP-7702 transactions has been enabled in the transaction pool. (#31073)
  • A v1.15.0 regression was identified in genesis handling for custom networks, related to the new blobSchedule setting. Geth v1.15.1 has been updated no longer crash in this case, and we will have an improved fix in v1.15.2 (#31171)
  • A v1.15.0 regression in the evm command related to state dumps has been fixed. (#31158)
  • A v1.15.0 regression with the ancient store in read-only mode has been fixed. (#31173)
  • A crash in debug_getRaw* RPC methods has been fixed. (#31157)
  • The supranational/blst dependency has been upgraded to v0.3.14 in order to allow building Geth with Go 1.24. (#31165)

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


As with all our previous releases, you can find the:

Operative Package (v1.15.0)

... (truncated)

Commits
  • c8c62da version: release go-ethereum v1.15.2 stable
  • d37a0b8 eth/protocols/eth: add discovery iterator to protocol (#31185)
  • c113e3b p2p: fix marshaling of NAT in TOML (#31192)
  • e5bc789 consensus/beacon: fix isPostMerge for mainnet (#31191)
  • 68de26e core/types: create block's bloom by merging receipts' bloom (#31129)
  • 7776282 version: begin v1.15.2 release cycle
  • b027a90 version: release go-ethereum v1.15.1 stable
  • 913fee4 core/rawdb: skip setting flushOffset in read-only mode (#31173)
  • 8ec4a06 core: sanity-check fork configuration in genesis (#31171)
  • 24ed0b5 go.mod: update blst to v0.3.14 (#31165)
  • Additional commits viewable in compare view

Updates github.com/redpanda-data/connect/v4 from 4.45.1 to 4.47.1

Release notes

Sourced from github.com/redpanda-data/connect/v4's releases.

v4.47.1

For installation instructions check out the getting started guide.

Fixed

  • Fix an issue with left over staging files being left around in the snowflake_streaming output. (@​rockwotj)

The full change log can be found here.

v4.47.0

For installation instructions check out the getting started guide.

Added

  • Field arguments added to the amqp_0_9 input and output. (@​calini)
  • Field avro.mapping added to the schema_registry_decode processor to support converting custom avro types to standard avro types for legacy tooling. (@​rockwotj)
  • (Benthos) A crash processor for FATAL logging. (@​rockwotj)
  • (Benthos) A uuid_v7 bloblang function. (@​rockwotj)
  • (Benthos) Field disable_http2 added to the http_client input and output and to the http processor. (@​mihaitodor)
  • New elasticsearch_v8 output which supersedes the existing elasticsearch output that uses a deprecated Elasticsearch library. (@​ooesili)
  • Field retry_on_conflict added to elasticsearch output to retry operations in case there are document version conflicts.

The full change log can be found here.

v4.47.0-rc2

For installation instructions check out the getting started guide.

NOTE: This is a release candidate, you can download a binary from this page.

Added

  • Field arguments added to the amqp_0_9 input and output. (@​calini)
  • Field avro.mapping added to the schema_registry_decode processor to support converting custom avro types to standard avro types for legacy tooling. (@​rockwotj)
  • (Benthos) A crash processor for FATAL logging. (@​rockwotj)
  • (Benthos) A uuid_v7 bloblang function. (@​rockwotj)
  • (Benthos) Field disable_http2 added to the http_client input and output and to the http processor. (@​mihaitodor)
  • New elasticsearch_v8 output which supersedes the existing elasticsearch output that uses a deprecated Elasticsearch library. (@​ooesili)
  • Field retry_on_conflict added to elasticsearch output to retry operations in case there are document version conflicts.

The full change log can be found here.

v4.47.0-rc1

For installation instructions check out the getting started guide.

NOTE: This is a release candidate, you can download a binary from this page.

Added

  • Field arguments added to the amqp_0_9 input and output. (@​calini)
  • Field avro.mapping added to the schema_registry_decode processor to support converting custom avro types to standard avro types for legacy tooling. (@​rockwotj)

... (truncated)

Changelog

Sourced from github.com/redpanda-data/connect/v4's changelog.

4.47.1 - 2025-02-11

Fixed

  • Fix an issue with left over staging files being left around in the snowflake_streaming output. (@​rockwotj)

4.47.0 - 2025-02-07

Added

  • Field arguments added to the amqp_0_9 input and output. (@​calini)
  • Field avro.mapping added to the schema_registry_decode processor to support converting custom avro types to standard avro types for legacy tooling. (@​rockwotj)
  • (Benthos) A crash processor for FATAL logging. (@​rockwotj)
  • (Benthos) A uuid_v7 bloblang function. (@​rockwotj)
  • (Benthos) Field disable_http2 added to the http_client input and output and to the http processor. (@​mihaitodor)
  • New elasticsearch_v8 output which supersedes the existing elasticsearch output that uses a deprecated Elasticsearch library. (@​ooesili)
  • Field retry_on_conflict added to elasticsearch output to retry operations in case there are document version conflicts.

4.46.0 - 2025-01-29

Added

  • New mysql_cdc input supporting change data capture (CDC) from MySQL. (@​rockwotj, @​le-vlad)
  • Field instance_id added to kafka, kafka_franz, ockam_kafka, redpanda, redpanda_common, and redpanda_migrator inputs. (@​rockwotj)
  • Fields rebalance_timeout, session_timeout and heartbeat_interval added to the kafka_franz, redpanda, redpanda_common, redpanda_migrator and ockam_kafka inputs. (@​rockwotj)
  • Field avro.preserve_logical_types for processor schema_registry_decode was added to preserve logical types instead of decoding them as their primitive representation. (@​rockwotj)
  • Processor schema_registry_decode now adds metadata schema_id for the schema's ID in the schema registry. (@​rockwotj)
  • Field schema_evolution.processors added to snowpipe_streaming to support side effects or enrichment during schema evolution. (@​rockwotj)
  • Field unchanged_toast_value added to postgres_cdc to control the value substituted for unchanged toast values when a table does not have full replica identity. (@​rockwotj)

Fixed

  • Fix a snapshot stream consistency issue with postgres_cdc where data could be missed if writes were happening during the snapshot phase. (@​rockwotj)
  • Fix an issue where @table metadata was quoted for the snapshot phase in postgres_cdc. (@​rockwotj)

Changed

  • Field avro_raw_json was deprecated in favor of avro.raw_unions for processor schema_registry_decode. (@​rockwotj)
  • The snowpipe_streaming output now has better error handling for authentication failures when uploading to cloud storage. (@​rockwotj)
  • Field schema_evolution.new_column_type_mapping for snowpipe_streaming is deprecated and can be replaced with schema_evolution.processors. (@​rockwotj)
  • Increased the default values for max_message_bytes and broker_write_max_bytes by using IEC units instead of SI units. This better matches defaults in Redpanda and Kafka. (@​rockwotj)
  • Dropped support for postgres 10 and 11 in postgres_cdc. (@​rockwotj)
Commits

Updates golang.org/x/time from 0.9.0 to 0.10.0

Commits
  • 2c6c5a2 rate: prevent overflows when calculating durationFromTokens
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 19, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-mod-4768b666c3 branch 4 times, most recently from 67e047b to 19efceb Compare February 24, 2025 15:54
Bumps the go-mod group with 3 updates in the / directory: [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum), [github.com/redpanda-data/connect/v4](https://github.com/redpanda-data/connect) and [golang.org/x/time](https://github.com/golang/time).


Updates `github.com/ethereum/go-ethereum` from 1.14.13 to 1.15.2
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.14.13...v1.15.2)

Updates `github.com/redpanda-data/connect/v4` from 4.45.1 to 4.47.1
- [Release notes](https://github.com/redpanda-data/connect/releases)
- [Changelog](https://github.com/redpanda-data/connect/blob/main/CHANGELOG.md)
- [Commits](redpanda-data/connect@v4.45.1...v4.47.1)

Updates `golang.org/x/time` from 0.9.0 to 0.10.0
- [Commits](golang/time@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: github.com/ethereum/go-ethereum
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/redpanda-data/connect/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: golang.org/x/time
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-mod-4768b666c3 branch from 19efceb to a813935 Compare February 24, 2025 20:17
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 26, 2025

Superseded by #122.

@dependabot dependabot bot closed this Feb 26, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/go-mod-4768b666c3 branch February 26, 2025 23:10
# for free to join this conversation on GitHub. Already have an account? # 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