Skip to content

chore(deps): bump the major group with 23 updates - #240

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/major-88e536ea30
Open

chore(deps): bump the major group with 23 updates#240
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/major-88e536ea30

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJan 19, 2025

Copy link
Copy Markdown

Bumps the major group with 23 updates:

PackageFromTo
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha1.26.0-alpha2.12.0-alpha
tech.pegasys.teku.internal:p2p23.10.024.12.1
tech.pegasys.teku.internal:metrics23.10.024.12.1
tech.pegasys.teku.internal:async23.10.024.12.1
tech.pegasys.teku.internal:storage23.10.024.12.1
tech.pegasys.teku.internal:time23.10.024.12.1
tech.pegasys.teku.internal:spec23.10.024.12.1
tech.pegasys.teku.internal:serviceutils23.10.024.12.1
tech.pegasys.teku.internal:unsigned23.10.024.12.1
tech.pegasys.teku.internal:statetransition23.10.024.12.1
tech.pegasys:jc-kzg-48440.8.01.0.0
org.hyperledger.besu.internal:metrics-core23.10.224.12.2
org.hyperledger.besu:plugin-api23.10.224.12.2
org.hyperledger.besu.internal:core23.10.224.12.2
org.hyperledger.besu.internal:algorithms23.10.224.12.2
org.hyperledger.besu.internal:rlp23.10.224.12.2
org.hyperledger.besu:besu-datatypes23.10.224.12.2
tech.pegasys.discovery:discovery22.12.024.12.0
org.web3j:core4.11.25.0.0
org.mockito:mockito-junit-jupiter2.19.05.15.2
com.diffplug.spotless6.23.37.0.2
net.ltgt.errorprone3.1.04.1.0
org.owasp.dependencycheck10.0.412.0.0

Updates io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 1.26.0-alpha to 2.12.0-alpha

Release notes

Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha's releases.

Version 2.11.0

This release targets the OpenTelemetry SDK 1.45.0.

Note that many artifacts have the -alpha suffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.

Migration notes

In preparation for stabilizing HTTP library instrumentation soon:

  • addAttributeExtractor methods in a few *TelemetryBuilder classes have been deprecated and renamed to addAttributesExtractor (which is how most of them were named already) (#12860)
  • setEmitExperimental* methods in *TelemetryBuilder classes have been deprecated and moved to internal/experimental classes, see Javadoc @deprecated for exact relocation (#12847)
  • ApacheHttpClient5* classes have been deprecated and renamed to ApacheHttpClient* (#12854)
  • RatpackTelemetry* classes have been deprecated and split into RatpackClientTelemetry* and RatpackServerTelemetry* (#12853)
  • SpringWebfluxTelemetry* classes have been deprecated and split into SpringWebfluxClientTelemetry* and SpringWebfluxServerTelemetry* (#12852)
  • ArmeriaTelemetry* classes have been deprecated and split into ArmeriaClientTelemetry* and ArmeriaServerTelemetry* (#12851)
  • *KtorClientTracing* and *KtorServerTracing* have been deprecated and renamed to *KtorClientTelemetry* and *KtorServerTelemetry* (#12855)
  • Experimental opt-in attribute spring-webflux.handler.type was removed in favor of standard code.* attributes (#12887)

📈 Enhancements

  • Map lettuce 5.1 db.namespace to db.name (unless using experimental database semconv stability opt-in) (#12609)
  • Log4j2: add option to fill code attributes (#12592)
  • Fill jvm.thread.state attribute for jvm.thread.count metric on jdk8 (#12724)
  • Update Spring Scheduling code.* attribute extraction for latest release of Spring Scheduling (#12739)
  • Add jctools classes to reflect-config.json for better native image support (#12736)
  • Support Pulsar Client send message with transaction (#12731)
  • Implement reading of simple key-value Logstash JSON Marker attributes (#12513)
  • Add agent instrumentation for Ratpack 1.7+ (#12572)
  • Added spring-scheduling.enabled property to spring-configuration-metadata.json (#12791)
  • Remove class files from spring-boot-autoconfigure source jar (#12798)
  • Updated Camel rules adding route.started, route.added, and thread pools' pool.core_size (#12763)
  • Add database client metrics (when using experimental database semconv stability opt-in) (#12806, #12818)
  • Add dynamodb instrumenter for aws v1_11 sdk (#12756)
  • Remove public suffixes list from the agent (#10763)
  • Add an option to disable automatic kafka interceptor configuration in spring starter (#12833)
  • Add code attributes to spring webmvc controller spans (#12839)
  • Hibernate 6: don't record error on NoResultException (#12879)
  • Add support for missing spring list properties (#12819)
  • Ktor: support setting custom spanNameExtractor (#12842) (#12850)
  • Rename "db.client.connections.usage" to "db.client.connection.count" (when using experimental database semconv stability opt-in) (#12886)
  • Support Struts 7.0 (#12935)
  • Support latest Ktor release (#12937)

🛠️ Bug fixes

  • Logback: don't make MDCPropertyMap of logging event immutable (#12718)
  • Avoid exception when redisson address is null (#12883)
  • Add close to fix CWE-404 (#12908)

🙇 Thank you

... (truncated)

Changelog

Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha's changelog.

Changelog

Unreleased

Migration notes

  • io.opentelemetry.instrumentation.api.incubator.semconv.util.SpanNames has been deprecated, replaced by the stable io.opentelemetry.instrumentation.api.semconv.util.SpanNames

Version 2.12.0 (2025-01-17)

Migration notes

  • Some Java agent instrumentation suppression keys have been renamed to match their module names:
    • elasticsearch-rest-6.0 --> elasticsearch-rest-6.4
    • internal-application-logging --> internal-application-logger
    • javalin-5 -> javalin-5.0
    • pulsar-2.8.0 -> pulsar-2.8
  • In preparation for stabilizing HTTP library instrumentation soon:
    • setCaptured*Headers(List) methods in *TelemetryBuilder classes were changed to setCaptured*Headers(Collection) (#12901)
    • setKnownMethods(Set) methods in *TelemetryBuilder classes were changed to setKnownMethods(Collection) (#12902)

📈 Enhancements

  • Support ExtendedTextMapGetter in gRPC instrumentation (#13011)
  • Add database client metrics in DynamoDB instrumentation (#13033)
  • Propagate context into async http client CompletableFuture callbacks (#13041)
  • Exclude spring routing data source from Spring Starter instrumentation (#13054)
  • Instrument jdbc batch queries (#12797)

🛠️ Bug fixes

  • Fix incorrect dubbo trace caused by using rpcContext.isProviderSide() (#12930)
  • Fix ClickHouse query failing with syntax error (#13020)
  • Fix instrumentation module not loading silently when duplicate helper classnames are detected (#13005)
  • Fix compatibility problem due to DubboHeadersGetter#keys in Dubbo 2.7.6 and 2.7.7 (#12982)
  • Fix appender install for async Logback appenders

... (truncated)

Commits

Updates tech.pegasys.teku.internal:p2p from 23.10.0 to 24.12.1

Release notes

Sourced from tech.pegasys.teku.internal:p2p's releases.

24.12.1

This is a recommended update containing bug fixes

Downloads

  • Available as 24.12.1 on Dockerhub
  • Download the binary distribution:
    • tar.gz (sha256: 4e65622127ba85dd6589e593970be9516cd42d97fd6194fe4a6e5535eccbbb99)
    • zip (sha256: 1505e8fb2feb053d3f9f32e4611985fb7f5f4b2394e2fd65b1f74d75b84d5f99)

Breaking Changes

N/A

Additions and Improvements

N/A

Bug Fixes

  • Updated the gas change check for block building so that warnings only get raised if the change is off spec.
  • Fixed an issue with the /eth/v1/config/spec API not returning all previously included configuration parameters.
  • Increase the maximum size of a compressed message for libp2p to ensure uncompressed blocks can grow to max size.

Upcoming Breaking Changes

  • Some metric names will change in our 25.1.0 release. Keep an eye for a detailed docs page with the affected metrics and a new version of Teku Detailed grafana dashboard.

24.12.0

This is a recommended update containing bug fixes and security updates.

Downloads

  • Available as 24.12.0 on Dockerhub
  • Download the binary distribution:
    • tar.gz (sha256: a220130a5a1124b14b046412bb8ec582959344c162e931c9023982b9743d79a3)
    • zip (sha256: 45de55d8bd6ee6659970d24e9ebecaf6d0a761bbf64502c47f82831509625d59)

Breaking Changes

N/A

Additions and Improvements

  • Improved block publishing performance, especially relevant with locally produced blocks
  • Delayed blob publishing until the block is published to at least 1 peer, especially relevant with locally produced blocks with low upload bandwidth connections. Can be disabled via --Xp2p-gossip-blobs-after-block-enabled=false

Bug Fixes

  • Added a startup script for unix systems to ensure that when jemalloc is installed the script sets the LD_PRELOAD environment variable to the use the jemalloc library
  • Set is_syncing to false instead of true for the /eth/v1/node/syncing API endpoint when the head is optimistic and the sync distance is 0
  • Fix libp2p direct peers handling
  • Added check for gossip message maximum uncompressed size

Upcoming Breaking Changes

  • Some metric names will change in our 25.1.0 release. Keep an eye for a detailed docs page with the affected metrics and a new version of Teku Detailed grafana dashboard.

24.10.3

This is a recommended update with bug fixes and networking improvements.

... (truncated)

Changelog

Sourced from tech.pegasys.teku.internal:p2p's changelog.

Changelog

Upcoming Breaking Changes

Current Releases

Unreleased Changes

Breaking Changes

  • --Xvalidators-builder-registration-default-gas-limit CLI option is replaced by --validators-builder-registration-default-gas-limit
  • --Xp2p-sync-rate-limit CLI option is removed in favour of --Xp2p-sync-blocks-rate-limit and --Xp2p-sync-blob-sidecars-rate-limit
  • --Xpeer-rate-limit CLI options is removed in favour of --Xpeer-blocks-rate-limit and --Xpeer-blob-sidecars-rate-limit
  • With the upgrade of the Prometheus Java Metrics library, there are the following changes:
    • Gauge names are not allowed to end with total, therefore metrics as beacon_proposers_data_total and beacon_eth1_current_period_votes_total are dropping the _total suffix

    • The _created timestamps are not returned by default.

    • Some JVM metrics have changed name to adhere to the OTEL standard (see the table below), Teku Detailed Dashboard is updated to support both names

      Old NameNew Name
      jvm_memory_bytes_committedjvm_memory_committed_bytes
      jvm_memory_bytes_initjvm_memory_init_bytes
      jvm_memory_bytes_maxjvm_memory_max_bytes
      jvm_memory_bytes_usedjvm_memory_used_bytes
      jvm_memory_pool_bytes_committedjvm_memory_pool_committed_bytes
      jvm_memory_pool_bytes_initjvm_memory_pool_init_bytes
      jvm_memory_pool_bytes_maxjvm_memory_pool_max_bytes
      jvm_memory_pool_bytes_usedjvm_memory_pool_used_bytes

Additions and Improvements

  • Default the gas limit to 36 million for externally produced blocks
  • Optimized blobs validation pipeline
  • Remove delay when fetching blobs from the local EL on block arrival
  • New validator metric validator_next_attestation_slot to highlight the next slot that a validator is expected to publish an attestation #8795
  • Support for SSZ format in builder API (mev-boost)
  • Added the expected gas limit to the 'not honouring the validator gas limit preference' warning message.
  • Implemented the ability to have fork based ascii art.

Bug Fixes

  • Fix --version command output #8960
  • Fix issue (introduced in 24.12.1) with peer stability when the upperbound is set to a high number
Commits
  • b5dd2ae added test case for comparing mainnet config output (#8917)
  • 414e909 Increase max gossip compressed size (#8924)
  • f7c69c9 Implemented expectedGasLimit from spec (#8909)
  • 6b07218 Fix config provider to fix spec config api (#8919)
  • 7de9aa4 Deprecate TTFB, RESP_TIMEOUT, introduce MAX_CONCURRENT_REQUESTS (#8912)
  • fc9e03e clear changelog (#8913)
  • 6115f18 Revert "Reduce blobs lookup min wait time to 0 (#8864)" and "Deprecate TTFB, ...
  • d633566 Deprecate TTFB, RESP_TIMEOUT, introduce MAX_CONCURRENT_REQUESTS (#8839)
  • dbed1e9 Passing GOSSIP_MAX_SIZE to snappy uncompressor (#8899)
  • 005f007 update withdrawal request contract address (#8904)
  • Additional commits viewable in compare view

Updates tech.pegasys.teku.internal:metrics from 23.10.0 to 24.12.1

Release notes

Sourced from tech.pegasys.teku.internal:metrics's releases.

24.12.1

This is a recommended update containing bug fixes

Downloads

  • Available as 24.12.1 on Dockerhub
  • Download the binary distribution:
    • tar.gz (sha256: 4e65622127ba85dd6589e593970be9516cd42d97fd6194fe4a6e5535eccbbb99)
    • zip (sha256: 1505e8fb2feb053d3f9f32e4611985fb7f5f4b2394e2fd65b1f74d75b84d5f99)

Breaking Changes

N/A

Additions and Improvements

N/A

Bug Fixes

  • Updated the gas change check for block building so that warnings only get raised if the change is off spec.
  • Fixed an issue with the /eth/v1/config/spec API not returning all previously included configuration parameters.
  • Increase the maximum size of a compressed message for libp2p to ensure uncompressed blocks can grow to max size.

Upcoming Breaking Changes

  • Some metric names will change in our 25.1.0 release. Keep an eye for a detailed docs page with the affected metrics and a new version of Teku Detailed grafana dashboard.

24.12.0

This is a recommended update containing bug fixes and security updates.

Downloads

  • Available as 24.12.0 on Dockerhub
  • Download the binary distribution:
    • tar.gz (sha256: a220130a5a1124b14b046412bb8ec582959344c162e931c9023982b9743d79a3)
    • zip (sha256: 45de55d8bd6ee6659970d24e9ebecaf6d0a761bbf64502c47f82831509625d59)

Breaking Changes

N/A

Additions and Improvements

  • Improved block publishing performance, especially relevant with locally produced blocks
  • Delayed blob publishing until the block is published to at least 1 peer, especially relevant with locally produced blocks with low upload bandwidth connections. Can be disabled via --Xp2p-gossip-blobs-after-block-enabled=false

Bug Fixes

  • Added a startup script for unix systems to ensure that when jemalloc is installed the script sets the LD_PRELOAD environment variable to the use the jemalloc library
  • Set is_syncing to false instead of true for the /eth/v1/node/syncing API endpoint when the head is optimistic and the sync distance is 0
  • Fix libp2p direct peers handling
  • Added check for gossip message maximum uncompressed size

Upcoming Breaking Changes

  • Some metric names will change in our 25.1.0 release. Keep an eye for a detailed docs page with the affected metrics and a new version of Teku Detailed grafana dashboard.

24.10.3

This is a recommended update with bug fixes and networking improvements.

... (truncated)

Changelog

Sourced from tech.pegasys.teku.internal:metrics's changelog.

Changelog

Upcoming Breaking Changes

Current Releases

Unreleased Changes

Breaking Changes

  • --Xvalidators-builder-registration-default-gas-limit CLI option is replaced by --validators-builder-registration-default-gas-limit
  • --Xp2p-sync-rate-limit CLI option is removed in favour of --Xp2p-sync-blocks-rate-limit and --Xp2p-sync-blob-sidecars-rate-limit
  • --Xpeer-rate-limit CLI options is removed in favour of --Xpeer-blocks-rate-limit and --Xpeer-blob-sidecars-rate-limit
  • With the upgrade of the Prometheus Java Metrics library, there are the following changes:
    • Gauge names are not allowed to end with total, therefore metrics as beacon_proposers_data_total and beacon_eth1_current_period_votes_total are dropping the _total suffix

    • The _created timestamps are not returned by default.

    • Some JVM metrics have changed name to adhere to the OTEL standard (see the table below), Teku Detailed Dashboard is updated to support both names

      Old NameNew Name
      jvm_memory_bytes_committedjvm_memory_committed_bytes
      jvm_memory_bytes_initjvm_memory_init_bytes
      jvm_memory_bytes_maxjvm_memory_max_bytes
      jvm_memory_bytes_usedjvm_memory_used_bytes
      jvm_memory_pool_bytes_committedjvm_memory_pool_committed_bytes
      jvm_memory_pool_bytes_initjvm_memory_pool_init_bytes
      jvm_memory_pool_bytes_maxjvm_memory_pool_max_bytes
      jvm_memory_pool_bytes_usedjvm_memory_pool_used_bytes

Additions and Improvements

  • Default the gas limit to 36 million for externally produced blocks
  • Optimized blobs validation pipeline
  • Remove delay when fetching blobs from the local EL on block arrival
  • New validator metric validator_next_attestation_slot to highlight the next slot that a validator is expected to publish an attestation #8795
  • Support for SSZ format in builder API (mev-boost)
  • Added the expected gas limit to the 'not honouring the validator gas limit preference' warning message.
  • Implemented the ability to have fork based ascii art.

Bug Fixes

  • Fix --version command output #8960
  • Fix issue (introduced in 24.12.1) with peer stability when the upperbound is set to a high number
Commits
  • b5dd2ae added test case for comparing mainnet config output (#8917)
  • 414e909 Increase max gossip compressed size (#8924)
  • f7c69c9 Implemented expectedGasLimit from spec (#8909)
  • 6b07218 Fix config provider to fix spec config api (#8919)
  • 7de9aa4 Deprecate TTFB, RESP_TIMEOUT, introduce MAX_CONCURRENT_REQUESTS (#8912)
  • fc9e03e clear changelog (#8913)
  • 6115f18 Revert "Reduce blobs lookup min wait time to 0 (#8864)" and "Deprecate TTFB, ...
  • d633566 Deprecate TTFB, RESP_TIMEOUT, introduce MAX_CONCURRENT_REQUESTS (#8839)
  • dbed1e9 Passing GOSSIP_MAX_SIZE to snappy uncompressor (#8899)
  • 005f007 update withdrawal request contract address (#8904)
  • Additional commits viewable in compare view

Updates tech.pegasys.teku.internal:async from 23.10.0 to 24.12.1

Release notes

Sourced from tech.pegasys.teku.internal:async's releases.

24.12.1

This is a recommended update containing bug fixes

Downloads

  • Available as 24.12.1 on Dockerhub
  • Download the binary distribution:
    • tar.gz (sha256: 4e65622127ba85dd6589e593970be9516cd42d97fd6194fe4a6e5535eccbbb99)
    • zip (sha256: 1505e8fb2feb053d3f9f32e4611985fb7f5f4b2394e2fd65b1f74d75b84d5f99)

Breaking Changes

N/A

Additions and Improvements

N/A

Bug Fixes

  • Updated the gas change check for block building so that warnings only get raised if the change is off spec.
  • Fixed an issue with the /eth/v1/config/spec API not returning all previously included configuration parameters.
  • Increase the maximum size of a compressed message for libp2p to ensure uncompressed blocks can grow to max size.

Upcoming Breaking Changes

  • Some metric names will change in our 25.1.0 release. Keep an eye for a detailed docs page with the affected metrics and a new version of Teku Detailed grafana dashboard.

24.12.0

This is a recommended update containing bug fixes and security updates.

Downloads

  • Available as 24.12.0 on Dockerhub
  • Download the binary distribution:
    • tar.gz (sha256: a220130a5a1124b14b046412bb8ec582959344c162e931c9023982b9743d79a3)
    • zip (sha256: 45de55d8bd6ee6659970d24e9ebecaf6d0a761bbf64502c47f82831509625d59)

Breaking Changes

N/A

Additions and Improvements

  • Improved block publishing performance, especially relevant with locally produced blocks
  • Delayed blob publishing until the block is published to at least 1 peer, especially relevant with locally produced blocks with low upload bandwidth connections. Can be disabled via --Xp2p-gossip-blobs-after-block-enabled=false

Bug Fixes

  • Added a startup script for unix systems to ensure that when jemalloc is installed the script sets the LD_PRELOAD environment variable to the use the jemalloc library
  • Set is_syncing to false instead of true for the /eth/v1/node/syncing API endpoint when the head is optimistic and the sync distance is 0
  • Fix libp2p direct peers handling
  • Added check for gossip message maximum uncompressed size

Upcoming Breaking Changes

  • Some metric names will change in our 25.1.0 release. Keep an eye for a detailed docs page with the affected metrics and a new version of Teku Detailed grafana dashboard.

24.10.3

This is a recommended update with bug fixes and networking improvements.

... (truncated)

Changelog

Sourced from tech.pegasys.teku.internal:async's changelog.

Changelog

Upcoming Breaking Changes

Current Releases

Unreleased Changes

Breaking Changes

  • --Xvalidators-builder-registration-default-gas-limit CLI option is replaced by --validators-builder-registration-default-gas-limit
  • --Xp2p-sync-rate-limit CLI option is removed in favour of --Xp2p-sync-blocks-rate-limit and --Xp2p-sync-blob-sidecars-rate-limit
  • --Xpeer-rate-limit CLI options is removed in favour of --Xpeer-blocks-rate-limit and --Xpeer-blob-sidecars-rate-limit
  • With the upgrade of the Prometheus Java Metrics library, there are the following changes:
    • Gauge names are not allowed to end with total, therefore metrics as beacon_proposers_data_total and beacon_eth1_current_period_votes_total are dropping the _total suffix

    • The _created timestamps are not returned by default.

    • Some JVM metrics have changed name to adhere to the OTEL standard (see the table below), Teku Detailed Dashboard is updated to support both names

      Old NameNew Name
      jvm_memory_bytes_committedjvm_memory_committed_bytes
      jvm_memory_bytes_initjvm_memory_init_bytes
      jvm_memory_bytes_maxjvm_memory_max_bytes
      jvm_memory_bytes_usedjvm_memory_used_bytes
      jvm_memory_pool_bytes_committedjvm_memory_pool_committed_bytes
      jvm_memory_pool_bytes_initjvm_memory_pool_init_bytes
      jvm_memory_pool_bytes_maxjvm_memory_pool_max_bytes
      jvm_memory_pool_bytes_usedjvm_memory_pool_used_bytes

Additions and Improvements

  • Default the gas limit to 36 million for externally produced blocks
  • Optimized blobs validation pipeline
  • Remove delay when fetching blobs from the local EL on block arrival
  • New validator metric validator_next_attestation_slot to highlight the next slot that a validator is expected to publish an attestation #8795
  • Support for SSZ format in builder API (mev-boost)
  • Added the expected gas limit to the 'not honouring the validator gas limit preference' warning message.
  • Implemented the ability to have fork based ascii art.

Bug Fixes

  • Fix --version command output #8960
  • Fix issue (introduced in 24.12.1) with peer stability when the upperbound is set to a high number
Commits
  • b5dd2ae added test case for comparing mainnet config output (#8917)
  • 414e909 Increase max gossip compressed size (#8924)
  • f7c69c9 Implemented expectedGasLimit from spec (#8909)
  • 6b07218 Fix config provider to fix spec config api (#8919)
  • 7de9aa4 Deprecate TTFB, RESP_TIMEOUT, introduce MAX_CONCURRENT_REQUESTS (#8912)
  • fc9e03e clear changelog (#8913)
  • 6115f18 Revert "Reduce blobs lookup min wait time to 0 (#8864)" and "Deprecate TTFB, ...
  • d633566 Deprecate TTFB, RESP_TIMEOUT, introduce MAX_CONCURRENT_REQUESTS (#8839)
  • dbed1e9 Passing GOSSIP_MAX_SIZE to snappy uncompressor (#8899)
  • 005f007 update withdrawal request contract address (#8904)
  • Additional commits viewable in compare view

Updates tech.pegasys.teku.internal:storage from 23.10.0 to 24.12.1

Release notes

Sourced from tech.pegasys.teku.internal:storage's releases.

24.12.1

This is a recommended update containing bug fixes

Downloads

  • Available as 24.12.1 on Dockerhub
  • Download the binary distribution:
    • tar.gz (sha256: 4e65622127ba85dd6589e593970be9516cd42d97fd6194fe4a6e5535eccbbb99)
    • zip (sha256: 1505e8fb2feb053d3f9f32e4611985fb7f5f4b2394e2fd65b1f74d75b84d5f99)

Breaking Changes

N/A

Additions and Improvements

N/A

Bug Fixes

  • Updated the gas change check for block building so that warnings only get raised if the change is off spec.
  • Fixed an issue with the /eth/v1/config/spec API not returning all previously included configuration parameters.
  • Increase the maximum size of a compressed message for libp2p to ensure uncompressed blocks can grow to max size.

Upcoming Breaking Changes

  • Some metric names will change in our 25.1.0 release. Keep an eye for a detailed docs page with the affected metrics and a new version of Teku Detailed grafana dashboard.

24.12.0

This is a recommended update containing bug fixes and security updates.

Downloads

  • Available as 24.12.0 on Dockerhub
  • Download the binary distribution:
    • tar.gz (sha256: a220130a5a1124b14b046412bb8ec582959344c162e931c9023982b9743d79a3)
    • zip (sha256: 45de55d8bd6ee6659970d24e9ebecaf6d0a761bbf64502c47f82831509625d59)

Breaking Changes

N/A

Additions and Improvements

  • Improved block publishing performance, especially relevant with locally produced blocks
  • Delayed blob publishing until the block is published to at least 1 peer, especially relevant with locally produced blocks with low upload bandwidth connections. Can be disabled via --Xp2p-gossip-blobs-after-block-enabled=false

Bug Fixes

  • Added a startup script for unix systems to ensure that when jemalloc is installed the script sets the LD_PRELOAD environment variable to the use the jemalloc library
  • Set is_syncing to false instead of true for the /eth/v1/node/syncing API endpoint when the head is optimistic and the sync distance is 0
  • Fix libp2p direct peers handling
  • Added check for gossip message maximum uncompressed size

Upcoming Breaking Changes

  • Some metric names will change in our 25.1.0 release. Keep an eye for a detailed docs page with the affected metrics and a new version of Teku Detailed grafana dashboard.

24.10.3

This is a recommended update with bug fixes and networking improvements.

... (truncated)

Changelog

Sourced from tech.pegasys.teku.internal:storage's changelog.

Changelog

Upcoming Breaking Changes

Current Releases

Unreleased Changes

Breaking Changes

  • --Xvalidators-builder-registration-default-gas-limit CLI option is replaced by --validators-builder-registration-default-gas-limit
  • --Xp2p-sync-rate-limit CLI option is removed in favour of --Xp2p-sync-blocks-rate-limit and --Xp2p-sync-blob-sidecars-rate-limit
  • --Xpeer-rate-limit CLI options is removed in favour of --Xpeer-blocks-rate-limit and --Xpeer-blob-sidecars-rate-limit
  • With the upgrade of the Prometheus Java Metrics library, there are the following changes:
    • Gauge names are not allowed to end with total, therefore metrics as beacon_proposers_data_total and beacon_eth1_current_period_votes_total are dropping the _total suffix

    • The _created timestamps are not returned by default.

    • Some JVM metrics have changed name to adhere to the OTEL standard (see the table below), Teku Detailed Dashboard is updated to support both names

      Old NameNew Name
      jvm_memory_bytes_committedjvm_memory_committed_bytes
      jvm_memory_bytes_initjvm_memory_init_bytes
      jvm_memory_bytes_maxjvm_memory_max_bytes
      jvm_memory_bytes_usedjvm_memory_used_bytes
      jvm_memory_pool_bytes_committedjvm_memory_pool_committed_bytes
      jvm_memory_pool_bytes_initjvm_memory_pool_init_bytes
      jvm_memory_pool_bytes_maxjvm_memory_pool_max_bytes
      jvm_memory_pool_bytes_usedjvm_memory_pool_used_bytes

Additions and Improvements

  • Default the gas limit to 36 million for externally produced blocks
  • Optimized blobs validation pipeline
  • Remove delay when fetching blobs from the local EL on block arrival
  • New validator metric validator_next_attestation_slot to highlight the next slot that a validator is expected to publish an attestation #8795
  • Support for SSZ format in builder API (mev-boost)
  • Added the expected gas limit to the 'not honouring the validator gas limit preference' warning message.
  • Implemented the ability to have fork based ascii art.

Bug Fixes

  • Fix --version command output #8960
  • Fix issue (introduced in 24.12.1) with peer stability when the upperbound is set to a high number
Commits
  • b5dd2ae added test case for comparing mainnet config output (#8917)
  • 414e909 Increase max gossip compressed size (#8924)
  • f7c69c9 Implemented expectedGasLimit from spec (#8909)
  • 6b07218 Fix config provider to fix spec config api (#8919)
  • 7de9aa4 Deprecate TTFB, RESP_TIMEOUT, introduce MAX_CONCURRENT_REQUESTS (#8912)
  • fc9e03e clear changelog (#8913)
  • 6115f18 Revert "Reduce blobs lookup min wait time to 0 (#8864)" and "Deprecate TTFB, ...
  • d633566 Deprecate TTFB, RESP_TIMEOUT, introduce MAX_CONCURRENT_REQUESTS (#8839)
  • dbed1e9 Passing GOSSIP_MAX_SIZE to snappy uncompressor (#8899)
  • 005f007 update withdrawal request contract address (#8904)
  • Additional commits viewable in compare view

Updates tech.pegasys.teku.internal:time from 23.10.0 to 24.12.1

Release notes

Sourced from tech.pegasys.teku.internal:time's releases.

24.12.1

This is a recommended update containing bug fixes

Downloads

  • Available as 24.12.1 on Dockerhub
  • Download the binary distribution:
    • tar.gz (sha256: 4e65622127ba85dd6589e593970be9516cd42d97fd6194fe4a6e5535eccbbb99)
    • zip (sha256: 1505e8fb2feb053d3f9f32e4611985fb7f5f4b2394e2fd65b1f74d75b84d5f99)

Breaking Changes

N/A

Additions and Improvements

N/A

Bug Fixes

  • Updated the gas change check for block building so that warnings only get raised if the change is off spec.
  • Fixed an issue with the /eth/v1/config/spec API not returning all previously included configuration parameters.
  • Increase the maximum size of a compressed message for libp2p to ensure uncompressed blocks can grow to max size.

Upcoming Breaking Changes

  • Some metric names will change in our 25.1.0 release. Keep an eye for a detailed docs page with the affected metrics and a new version of Teku Detailed grafana dashboard.

24.12.0

This is a recommended update containing bug fixes and security updates.

Downloads

  • Available as 24.12.0 on Dockerhub
  • Download the binary distribution:
    • tar.gz (sha256: a220130a5a1124b14b046412bb8ec582959344c162e931c9023982b9743d79a3)
    • zip (sha256: 45de55d8bd6ee6659970d24e9ebecaf6d0a761bbf64502c47f82831509625d59)

Breaking Changes

N/A

Additions and Improvements

  • Improved block publishing performance, especially relevant with locally produced blocks
  • Delayed blob publishing until the block is published to at least 1 peer, especially relevant with locally produced blocks with low upload bandwidth connections. Can be disabled via --Xp2p-gossip-blobs-after-block-enabled=false

Bug Fixes

  • Added a startup script for unix systems to ensure that when jemalloc is installed the script sets the LD_PRELOAD environment variable to the use the jemalloc library
  • Set is_syncing to false instead of true for the /eth/v1/node/syncing API endpoint when the head is optimistic and the sync distance is 0
  • Fix libp2p direct peers handling
  • Added check for gossip message maximum uncompressed size

Upcoming Breaking Changes

  • Some metric names will change in our 25.1.0 release. Keep an eye for a detailed docs page with the affected metrics and a new version of Teku Detailed grafana dashboard.

24.10.3

This is a recommended update with bug fixes and networking improvements.

... (truncated)

Changelog

Sourced from tech.pegasys.teku.internal:time's changelog.

Changelog

Upcoming Breaking Changes

Current Releases

Unreleased Changes

Breaking Changes

  • --Xvalidators-builder-registration-default-gas-limit CLI option is replaced by --validators-builder-registration-default-gas-limit
  • --Xp2p-sync-rate-limit CLI option is removed in favour of --Xp2p-sync-blocks-rate-limit and --Xp2p-sync-blob-sidecars-rate-limit
  • --Xpeer-rate-limit CLI options is removed in favour of --Xpeer-blocks-rate-limit and --Xpeer-blob-sidecars-rate-limit
  • With the upgrade of the Prometheus Java Metrics library, there are the following changes:
    • Gauge names are not allowed to end with total, therefore metrics as beacon_proposers_data_total and beacon_eth1_current_period_votes_total are dropping the _total suffix

    • The _created timestamps are not returned by default.

    • Some JVM metrics have changed name to adhere to the OTEL standard (see the table below), Teku Detailed Dashboard is updated to support both names

      Old NameNew Name
      jvm_memory_bytes_committedjvm_memory_committed_bytes
      jvm_memory_bytes_initjvm_memory_init_bytes
      jvm_memory_bytes_maxjvm_memory_max_bytes
      jvm_memory_bytes_usedjvm_memory_used_bytes
      jvm_memory_pool_bytes_committedjvm_memory_pool_committed_bytes
      jvm_memory_pool_bytes_initjvm_memory_pool_init_bytes
      jvm_memory_pool_bytes_maxjvm_memory_pool_max_bytes
      jvm_memory_pool_bytes_usedjvm_memory_pool_used_bytes

Additions and Improvements

  • Default the gas limit to 36 million for externally produced blocks
  • Optimized blobs validation pipeline
  • Remove delay when fetching blobs from the local EL on block arrival
  • New validator metric validator_next_attestation_slot to highlight the next slot that a validator is expected to publish an attestation #8795
  • Support for SSZ format in builder API (mev-boost)
  • Added the expected gas limit to the 'not honouring the validator gas limit preference' warning message.
  • Implemented the ability to have fork based ascii art.

Bug Fixes

  • Fix --version command output #8960
  • Fix issue (introduced in 24.12.1) with peer stability when the upperbound is set to a high number
Commits
  • b5dd2ae added test case for comparing mainnet config output (#8917)
  • 414e909 Increase max gossip compressed size (#8924)
  • f7c69c9 Implemented expectedGasLimit from spec (#8909)
  • 6b07218 Fix config provider to fix spec config api (#8919)
  • 7de9aa4 Deprecate TTFB, RESP_TIMEOUT, introduce MAX_CONCURRENT_REQUESTS (#8912)
  • fc9e03e clear changelog (#8913)
  • 6115f18 Revert "Reduce blobs lookup min wait time to 0 (#8864)" and "Deprecate TTFB, ...
  • d633566 Deprecate TTFB, RESP_TIMEOUT, introduce MAX_CONCURRENT_REQUESTS (#8839)
  • dbed1e9 Passing GOSSIP_MAX_SIZE to snappy uncompressor (#8899)
  • 005f007 update withdrawal request contract address (#8904)
  • Additional commits viewable in compare view

Updates tech.pegasys.teku.internal:spec from 23.10.0 to 24.12.1

Release notes

Sourced from tech.pegasys.teku.internal:spec's releases.

24.12.1

This is a recommended update containing bug fixes

Downloads

  • Available as 24.12.1 on Dockerhub
  • Download the binary distribution:
    • tar.gz (sha256: 4e65622127ba85dd6589e593970be9516cd42d97fd6194fe4a6e5535eccbbb99)
    • zip (sha256: 1505e8fb2feb053d3f9f32e4611985fb7f5f4b2394e2fd65b1f74d75b84d5f99)

Breaking Changes

N/A

Additions and Improvements

N/A

Bug Fixes

  • Updated the gas change check for block building so that warnings only get raised if the change is off spec.
  • Fixed an issue with the /eth/v1/config/spec API not returning all previously included configuration parameters.
  • Increase the maximum size of a compressed message for libp2p to ensure uncompressed blocks can grow to max size.

Upcoming Breaking Changes

  • Some metric names will change in our 25.1.0 release. Keep an eye for a detailed docs page with the affected metrics and a new version of Teku Detailed grafana dashboard.

24.12.0

This is a recommended update containing bug fixes and security updates.

Downloads

  • Available as 24.12.0 on Dockerhub
  • Download the binary distribution:
    • tar.gz (sha256: a220130a5a1124b14b046412bb8ec582959344c162e931c9023982b9743d79a3)
    • zip (sha256: 45de55d8bd6ee6659970d24e9ebecaf6d0a761bbf64502c47f82831509625d59)

Breaking Changes

N/A

Additions and Improvements

  • Improved block publishing performance, especially ...

    Description has been truncated

Bumps the major group with 23 updates:
| Package | From | To |
| --- | --- | --- |
| [io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha](https://github.com/open-telemetry/opentelemetry-java-instrumentation) | `1.26.0-alpha` | `2.12.0-alpha` |
| [tech.pegasys.teku.internal:p2p](https://github.com/Consensys/teku) | `23.10.0` | `24.12.1` |
| [tech.pegasys.teku.internal:metrics](https://github.com/Consensys/teku) | `23.10.0` | `24.12.1` |
| [tech.pegasys.teku.internal:async](https://github.com/Consensys/teku) | `23.10.0` | `24.12.1` |
| [tech.pegasys.teku.internal:storage](https://github.com/Consensys/teku) | `23.10.0` | `24.12.1` |
| [tech.pegasys.teku.internal:time](https://github.com/Consensys/teku) | `23.10.0` | `24.12.1` |
| [tech.pegasys.teku.internal:spec](https://github.com/Consensys/teku) | `23.10.0` | `24.12.1` |
| [tech.pegasys.teku.internal:serviceutils](https://github.com/Consensys/teku) | `23.10.0` | `24.12.1` |
| [tech.pegasys.teku.internal:unsigned](https://github.com/Consensys/teku) | `23.10.0` | `24.12.1` |
| [tech.pegasys.teku.internal:statetransition](https://github.com/Consensys/teku) | `23.10.0` | `24.12.1` |
| [tech.pegasys:jc-kzg-4844](https://github.com/Consensys/jc-kzg-4844) | `0.8.0` | `1.0.0` |
| [org.hyperledger.besu.internal:metrics-core](https://github.com/hyperledger/besu) | `23.10.2` | `24.12.2` |
| [org.hyperledger.besu:plugin-api](https://github.com/hyperledger/besu) | `23.10.2` | `24.12.2` |
| [org.hyperledger.besu.internal:core](https://github.com/hyperledger/besu) | `23.10.2` | `24.12.2` |
| [org.hyperledger.besu.internal:algorithms](https://github.com/hyperledger/besu) | `23.10.2` | `24.12.2` |
| [org.hyperledger.besu.internal:rlp](https://github.com/hyperledger/besu) | `23.10.2` | `24.12.2` |
| [org.hyperledger.besu:besu-datatypes](https://github.com/hyperledger/besu) | `23.10.2` | `24.12.2` |
| [tech.pegasys.discovery:discovery](https://github.com/ConsenSys/discovery) | `22.12.0` | `24.12.0` |
| [org.web3j:core](https://github.com/web3j/web3j) | `4.11.2` | `5.0.0` |
| [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `2.19.0` | `5.15.2` |
| com.diffplug.spotless | `6.23.3` | `7.0.2` |
| net.ltgt.errorprone | `3.1.0` | `4.1.0` |
| org.owasp.dependencycheck | `10.0.4` | `12.0.0` |
Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha` from 1.26.0-alpha to 2.12.0-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java-instrumentation/commits)
Updates `tech.pegasys.teku.internal:p2p` from 23.10.0 to 24.12.1
- [Release notes](https://github.com/Consensys/teku/releases)
- [Changelog](https://github.com/Consensys/teku/blob/master/CHANGELOG.md)
- [Commits](Consensys/teku@23.10.0...24.12.1)
Updates `tech.pegasys.teku.internal:metrics` from 23.10.0 to 24.12.1
- [Release notes](https://github.com/Consensys/teku/releases)
- [Changelog](https://github.com/Consensys/teku/blob/master/CHANGELOG.md)
- [Commits](Consensys/teku@23.10.0...24.12.1)
Updates `tech.pegasys.teku.internal:async` from 23.10.0 to 24.12.1
- [Release notes](https://github.com/Consensys/teku/releases)
- [Changelog](https://github.com/Consensys/teku/blob/master/CHANGELOG.md)
- [Commits](Consensys/teku@23.10.0...24.12.1)
Updates `tech.pegasys.teku.internal:storage` from 23.10.0 to 24.12.1
- [Release notes](https://github.com/Consensys/teku/releases)
- [Changelog](https://github.com/Consensys/teku/blob/master/CHANGELOG.md)
- [Commits](Consensys/teku@23.10.0...24.12.1)
Updates `tech.pegasys.teku.internal:time` from 23.10.0 to 24.12.1
- [Release notes](https://github.com/Consensys/teku/releases)
- [Changelog](https://github.com/Consensys/teku/blob/master/CHANGELOG.md)
- [Commits](Consensys/teku@23.10.0...24.12.1)
Updates `tech.pegasys.teku.internal:spec` from 23.10.0 to 24.12.1
- [Release notes](https://github.com/Consensys/teku/releases)
- [Changelog](https://github.com/Consensys/teku/blob/master/CHANGELOG.md)
- [Commits](Consensys/teku@23.10.0...24.12.1)
Updates `tech.pegasys.teku.internal:serviceutils` from 23.10.0 to 24.12.1
- [Release notes](https://github.com/Consensys/teku/releases)
- [Changelog](https://github.com/Consensys/teku/blob/master/CHANGELOG.md)
- [Commits](Consensys/teku@23.10.0...24.12.1)
Updates `tech.pegasys.teku.internal:unsigned` from 23.10.0 to 24.12.1
- [Release notes](https://github.com/Consensys/teku/releases)
- [Changelog](https://github.com/Consensys/teku/blob/master/CHANGELOG.md)
- [Commits](Consensys/teku@23.10.0...24.12.1)
Updates `tech.pegasys.teku.internal:statetransition` from 23.10.0 to 24.12.1
- [Release notes](https://github.com/Consensys/teku/releases)
- [Changelog](https://github.com/Consensys/teku/blob/master/CHANGELOG.md)
- [Commits](Consensys/teku@23.10.0...24.12.1)
Updates `tech.pegasys:jc-kzg-4844` from 0.8.0 to 1.0.0
- [Release notes](https://github.com/Consensys/jc-kzg-4844/releases)
- [Commits](Consensys/jc-kzg-4844@0.8.0...1.0.0)
Updates `org.hyperledger.besu.internal:metrics-core` from 23.10.2 to 24.12.2
- [Release notes](https://github.com/hyperledger/besu/releases)
- [Changelog](https://github.com/hyperledger/besu/blob/main/CHANGELOG.md)
- [Commits](besu-eth/besu@23.10.2...24.12.2)
Updates `org.hyperledger.besu:plugin-api` from 23.10.2 to 24.12.2
- [Release notes](https://github.com/hyperledger/besu/releases)
- [Changelog](https://github.com/hyperledger/besu/blob/main/CHANGELOG.md)
- [Commits](besu-eth/besu@23.10.2...24.12.2)
Updates `org.hyperledger.besu.internal:core` from 23.10.2 to 24.12.2
- [Release notes](https://github.com/hyperledger/besu/releases)
- [Changelog](https://github.com/hyperledger/besu/blob/main/CHANGELOG.md)
- [Commits](besu-eth/besu@23.10.2...24.12.2)
Updates `org.hyperledger.besu.internal:algorithms` from 23.10.2 to 24.12.2
- [Release notes](https://github.com/hyperledger/besu/releases)
- [Changelog](https://github.com/hyperledger/besu/blob/main/CHANGELOG.md)
- [Commits](besu-eth/besu@23.10.2...24.12.2)
Updates `org.hyperledger.besu.internal:rlp` from 23.10.2 to 24.12.2
- [Release notes](https://github.com/hyperledger/besu/releases)
- [Changelog](https://github.com/hyperledger/besu/blob/main/CHANGELOG.md)
- [Commits](besu-eth/besu@23.10.2...24.12.2)
Updates `org.hyperledger.besu:besu-datatypes` from 23.10.2 to 24.12.2
- [Release notes](https://github.com/hyperledger/besu/releases)
- [Changelog](https://github.com/hyperledger/besu/blob/main/CHANGELOG.md)
- [Commits](besu-eth/besu@23.10.2...24.12.2)
Updates `tech.pegasys.discovery:discovery` from 22.12.0 to 24.12.0
- [Release notes](https://github.com/ConsenSys/discovery/releases)
- [Commits](Consensys/discovery@22.12.0...24.12.0)
Updates `org.web3j:core` from 4.11.2 to 5.0.0
- [Release notes](https://github.com/web3j/web3j/releases)
- [Changelog](https://github.com/hyperledger-web3j/web3j/blob/main/CHANGELOG.md)
- [Commits](https://github.com/web3j/web3j/commits)
Updates `org.mockito:mockito-junit-jupiter` from 2.19.0 to 5.15.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v2.19.0...v5.15.2)
Updates `com.diffplug.spotless` from 6.23.3 to 7.0.2
Updates `net.ltgt.errorprone` from 3.1.0 to 4.1.0
Updates `org.owasp.dependencycheck` from 10.0.4 to 12.0.0
---
updated-dependencies:
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
- dependency-name: tech.pegasys.teku.internal:p2p
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
- dependency-name: tech.pegasys.teku.internal:metrics
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
- dependency-name: tech.pegasys.teku.internal:async
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
- dependency-name: tech.pegasys.teku.internal:storage
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
- dependency-name: tech.pegasys.teku.internal:time
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
- dependency-name: tech.pegasys.teku.internal:spec
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
- dependency-name: tech.pegasys.teku.internal:serviceutils
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
- dependency-name: tech.pegasys.teku.internal:unsigned
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
- dependency-name: tech.pegasys.teku.internal:statetransition
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
- dependency-name: tech.pegasys:jc-kzg-4844
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
- dependency-name: org.hyperledger.besu.internal:metrics-core
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
- dependency-name: org.hyperledger.besu:plugin-api
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
- dependency-name: org.hyperledger.besu.internal:core
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
- dependency-name: org.hyperledger.besu.internal:algorithms
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
- dependency-name: org.hyperledger.besu.internal:rlp
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
- dependency-name: org.hyperledger.besu:besu-datatypes
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
- dependency-name: tech.pegasys.discovery:discovery
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
- dependency-name: org.web3j:core
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
- dependency-name: org.mockito:mockito-junit-jupiter
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
- dependency-name: com.diffplug.spotless
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
- dependency-name: net.ltgt.errorprone
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
- dependency-name: org.owasp.dependencycheck
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added the dependencies Pull requests that update a dependency file label Jan 19, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants