build(deps): bump the go_modules group across 9 directories with 3 updates
Bumps the go_modules group with 1 update in the /weaver/common/protos-go directory: google.golang.org/protobuf. Bumps the go_modules group with 2 updates in the /weaver/core/network/fabric-interop-cc/contracts/interop directory: google.golang.org/protobuf and github.com/ethereum/go-ethereum. Bumps the go_modules group with 2 updates in the /weaver/samples/fabric/go-cli directory: google.golang.org/protobuf and github.com/prometheus/client_golang. Bumps the go_modules group with 1 update in the /weaver/samples/fabric/simpleasset directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /weaver/samples/fabric/simpleassetandinterop directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /weaver/samples/fabric/simpleassettransfer directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /weaver/samples/fabric/simplestate directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /weaver/samples/fabric/simplestatewithacl directory: google.golang.org/protobuf. Bumps the go_modules group with 1 update in the /weaver/sdks/fabric/go-sdk directory: google.golang.org/protobuf.
Updates google.golang.org/protobuf from 1.30.0 to 1.33.0
Updates google.golang.org/protobuf from 1.30.0 to 1.33.0
Updates github.com/ethereum/go-ethereum from 1.11.5 to 1.13.15
Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
Ontamalca (v1.13.15)
Geth v1.13.15 is a maintenance-release that contains some fixes mainly to avoid snapsync-related data-corruption.
We recommend all users to upgrade to v1.13.15 as soon as possible.
As with all our previous releases, you can find the:
- Pre-built binaries for all platforms on our downloads page.
- Docker images published under
ethereum/client-go.- Ubuntu packages in our Launchpad PPA repository.
- OSX packages in our Homebrew Tap repository.
Altaaya (v1.13.14)
Geth v1.13.14 is a small maintenance release with a handful of polishes to the blob pool:
- Disallow blob transactions below the protocol minimum of 1 wei to enter the pool (#29081).
- Reduce the blob pool's max capacity to 2.5GB for the rollout. (#29090).
- Fix gas estimation for blob transactions (#29085).
This release is NOT critical for the Cancun fork, but recommended to make Geth lighter in anticipation to unknown blob load.
Other fixes:
- Support overriding the basefee during tracing (#29051).
- Fix call tracers missing top level logs in top-only mode (#29068).
- Support unlimited gas for
eth_createAccessListif--gascap=0(#28846).For a full rundown of the changes please consult the Geth 1.13.14 release milestone.
As with all our previous releases, you can find the:
- Pre-built binaries for all platforms on our downloads page.
- Docker images published under
ethereum/client-go.- Ubuntu packages in our Launchpad PPA repository.
- OSX packages in our Homebrew Tap repository.
Alsages (v1.13.13)
This is a minor release with fixes for several issues related to the upcoming Cancun mainnet fork. As such, it is recommended for all mainnet users.
Changes in this release:
- Block-building performance with blob transactions has been improved a lot. (#29026, #29008, #29005)
- A corner case in the EVM related to out-of-order fork scheduling has been fixed. (#29023)
eth_fillTransactionhas seen some bug fixes related to blob transactions as well. (#28929, #29037)- A rare panic in the ethstats client related to chain reorgs is resolved. (#29020)
- The blobpool database will now recover from disk corruption faults instead of crashing geth on startup. (#29001)
... (truncated)
Commits
c5ba367params: release Geth v 1.13.1535e0525core, eth/protocols/snap, trie: fix cause for snap-sync corruption, implement...7bcb553eth/filters: enforce topic-limit early on filter criterias (#29535)e343ddfcore/rawdb: add sanity-limit to header accessor (#29534)5dcf503eth/protocols/snap: skip retrieval for completed storages (#29378)2bd6bd0Merge branch 'master' into release/1.139038ba6params: release Geth v1.13.1451b479ecore/txpool: elevate the 'already reserved' error into a constant (#29095)5a0f468eth/tracers: Fix callTracer logs on onlyTopCall == true (#29068)45a272ccore/txpool: no need to log loud rotate if no local txs (#29083)- Additional commits viewable in compare view
Updates google.golang.org/protobuf from 1.31.0 to 1.33.0
Updates github.com/prometheus/client_golang from 1.3.0 to 1.11.1
Release notes
Sourced from github.com/prometheus/client_golang's releases.
1.11.1 / 2022-02-15
- [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed
CVE-2022-21698)What's Changed
- promhttp: Check validity of method and code label values by
@bwplotkaand@kakkoyunin prometheus/client_golang#987Full Changelog: https://github.com/prometheus/client_golang/compare/v1.11.0...v1.11.1
v1.11.0 / 2021-06-07
- [CHANGE] Add new collectors package. #862
- [CHANGE]
prometheus.NewExpvarCollectoris deprecated, usecollectors.NewExpvarCollectorinstead. #862- [CHANGE]
prometheus.NewGoCollectoris deprecated, usecollectors.NewGoCollectorinstead. #862- [CHANGE]
prometheus.NewBuildInfoCollectoris deprecated, usecollectors.NewBuildInfoCollectorinstead. #862- [FEATURE] Add new collector for database/sql#DBStats. #866
- [FEATURE] API client: Add exemplars API support. #861
- [ENHANCEMENT] API client: Add newer fields to Rules API. #855
- [ENHANCEMENT] API client: Add missing fields to Targets API. #856
What's Changed
- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/client_golang#846- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/client_golang#849- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/client_golang#853- Add newer fields to Rules API by
@gouthamvein prometheus/client_golang#855- Add missing fields to targets API by
@yeya24in prometheus/client_golang#856- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/client_golang#857- Add exemplars API support by
@yeya24in prometheus/client_golang#861- Improve description of MaxAge in summary docs by
@Dean-Coakleyin prometheus/client_golang#864- Add new collectors package by
@johejoin prometheus/client_golang#862- Add collector for database/sql#DBStats by
@johejoin prometheus/client_golang#866- Make dbStatsCollector more DRY by
@beorn7in prometheus/client_golang#867- Change maintainers from
@beorn7to @bwplotka/@kakkoyunby@beorn7in prometheus/client_golang#873- Document implications of negative observations by
@beorn7in prometheus/client_golang#871- Update Go modules by
@SuperQin prometheus/client_golang#875New Contributors
@gouthamvemade their first contribution in prometheus/client_golang#855Full Changelog: https://github.com/prometheus/client_golang/compare/v1.10.0...v1.11.0
1.10.0 / 2021-03-18
- [CHANGE] Minimum required Go version is now 1.13.
- [CHANGE] API client: Add matchers to
LabelNamesandLabesValues. #828- [FEATURE] API client: Add buildinfo call. #841
- [BUGFIX] Fix build on riscv64. #833
What's Changed
- Add SECURITY.md by
@roidelapluiein prometheus/client_golang#831- Bump prometheus/procfs to 0.3.0 to fix building on riscv64 by
@zhsjin prometheus/client_golang#833- Fix typo in comments in prometheus/client_golang#835
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Unreleased
1.19.0 / 2023-02-27
The module
prometheus/common v0.48.0introduced an incompatibility when used together with client_golang (See prometheus/client_golang#1448 for more details). If your project uses client_golang and you want to useprometheus/common v0.48.0or higher, please update client_golang to v1.19.0.
- [CHANGE] Minimum required go version is now 1.20 (we also test client_golang against new 1.22 version). #1445 #1449
- [FEATURE] collectors: Add version collector. #1422 #1427
1.18.0 / 2023-12-22
- [FEATURE] promlint: Allow creation of custom metric validations. #1311
- [FEATURE] Go programs using client_golang can be built in wasip1 OS. #1350
- [BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened. #1367
- [BUGFIX] testutil: Fix comparison of metrics with empty Help strings. #1378
- [ENHANCEMENT] Improved performance of
MetricVec.WithLabelValues(...). #13601.17.0 / 2023-09-27
- [CHANGE] Minimum required go version is now 1.19 (we also test client_golang against new 1.21 version). #1325
- [FEATURE] Add support for Created Timestamps in Counters, Summaries and Historams. #1313
- [ENHANCEMENT] Enable detection of a native histogram without observations. #1314
1.16.0 / 2023-06-15
- [BUGFIX] api: Switch to POST for LabelNames, Series, and QueryExemplars. #1252
- [BUGFIX] api: Fix undefined execution order in return statements. #1260
- [BUGFIX] native histograms: Fix bug in bucket key calculation. #1279
- [ENHANCEMENT] Reduce constrainLabels allocations for all metrics. #1272
- [ENHANCEMENT] promhttp: Add process start time header for scrape efficiency. #1278
- [ENHANCEMENT] promlint: Improve metricUnits runtime. #1286
1.15.1 / 2023-05-3
- [BUGFIX] Fixed promhttp.Instrument* handlers wrongly trying to attach exemplar to unsupported metrics (e.g. summary),
causing panics. #12531.15.0 / 2023-04-13
- [BUGFIX] Fix issue with atomic variables on ppc64le. #1171
- [BUGFIX] Support for multiple samples within same metric. #1181
- [BUGFIX] Bump golang.org/x/text to v0.3.8 to mitigate CVE-2022-32149. #1187
- [ENHANCEMENT] Add exemplars and middleware examples. #1173
- [ENHANCEMENT] Add more context to "duplicate label names" error to enable debugging. #1177
- [ENHANCEMENT] Add constrained labels and constrained variant for all MetricVecs. #1151
- [ENHANCEMENT] Moved away from deprecated github.com/golang/protobuf package. #1183
- [ENHANCEMENT] Add possibility to dynamically get label values for http instrumentation. #1066
- [ENHANCEMENT] Add ability to Pusher to add custom headers. #1218
- [ENHANCEMENT] api: Extend and improve efficiency of json-iterator usage. #1225
- [ENHANCEMENT] Added (official) support for go 1.20. #1234
... (truncated)
Commits
989baa3promhttp: Check validity of method and code label values (#962) (#987)8184d76Cut v1.11.0 (#877)2539062Merge pull request #875 from prometheus/superq/update_mods68cd1e9Update Go modulesf22935dMerge pull request #871 from prometheus/beorn7/doc11aba26Change maintainers from@beorn7to @bwplotka/@kakkoyun(#873)f34145aDocument implications of negative observationsa7515caMerge pull request #867 from prometheus/beorn7/collectors81a9556Make dbStatsCollector more DRYa66da1dAdd collector for database/sql#DBStats (#866)- Additional commits viewable in compare view
Updates google.golang.org/protobuf from 1.30.0 to 1.33.0
Updates google.golang.org/protobuf from 1.30.0 to 1.33.0
Updates google.golang.org/protobuf from 1.30.0 to 1.33.0
Updates google.golang.org/protobuf from 1.30.0 to 1.33.0
Updates google.golang.org/protobuf from 1.30.0 to 1.33.0
Updates google.golang.org/protobuf from 1.31.0 to 1.33.0
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill 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 versionwill 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 You can disable automated security fix PRs for this repo from the Security Alerts page.