oasis-sdk
oasis-sdk copied to clipboard
go: bump the go group across 4 directories with 6 updates
Bumps the go group with 6 updates in the /client-sdk/go directory:
| Package | From | To |
|---|---|---|
| github.com/ethereum/go-ethereum | 1.14.0 |
1.14.7 |
| golang.org/x/crypto | 0.23.0 |
0.25.0 |
| google.golang.org/grpc | 1.63.2 |
1.65.0 |
| github.com/prometheus/client_golang | 1.19.0 |
1.19.1 |
| github.com/spf13/cobra | 1.8.0 |
1.8.1 |
| github.com/spf13/viper | 1.18.2 |
1.19.0 |
Bumps the go group with 6 updates in the /tests/benchmark directory:
| Package | From | To |
|---|---|---|
| github.com/ethereum/go-ethereum | 1.14.0 |
1.14.7 |
| golang.org/x/crypto | 0.23.0 |
0.25.0 |
| google.golang.org/grpc | 1.63.2 |
1.65.0 |
| github.com/prometheus/client_golang | 1.19.0 |
1.19.1 |
| github.com/spf13/cobra | 1.8.0 |
1.8.1 |
| github.com/spf13/viper | 1.18.2 |
1.19.0 |
Bumps the go group with 6 updates in the /tests/e2e directory:
| Package | From | To |
|---|---|---|
| github.com/ethereum/go-ethereum | 1.14.0 |
1.14.7 |
| golang.org/x/crypto | 0.23.0 |
0.25.0 |
| google.golang.org/grpc | 1.63.2 |
1.65.0 |
| github.com/prometheus/client_golang | 1.19.0 |
1.19.1 |
| github.com/spf13/cobra | 1.8.0 |
1.8.1 |
| github.com/spf13/viper | 1.18.2 |
1.19.0 |
Bumps the go group with 6 updates in the /tools/gen_runtime_vectors directory:
| Package | From | To |
|---|---|---|
| github.com/ethereum/go-ethereum | 1.14.0 |
1.14.7 |
| golang.org/x/crypto | 0.23.0 |
0.25.0 |
| google.golang.org/grpc | 1.63.2 |
1.65.0 |
| github.com/prometheus/client_golang | 1.19.0 |
1.19.1 |
| github.com/spf13/cobra | 1.8.0 |
1.8.1 |
| github.com/spf13/viper | 1.18.2 |
1.19.0 |
Updates github.com/ethereum/go-ethereum from 1.14.0 to 1.14.7
Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
Trident (v1.14.7)
This is a hot-fix release for a bug (#30139) which affects only the previous release. Users of v1.14.6 are kindly requested to update.
For a full rundown of the changes please consult the Geth 1.14.7 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.
Talaria (v1.14.6)
Geth v1.14.6 is a maintenance release, but it does ship with the experimental witness building validation code used in
@karalabe's "cross validation" proposal. Note that the engine API part is not included in this release.
Shipped features:
- Add stateless witness builder and (self-)cross validator (#29719, #29807, #29970, #30024)
- Set a 2KB hard limit for p2p handshake messages (#30029)
- Improved display of database statistics (#29948)
Shipped bugfixes:
- Fix issue in which the beacon root contract balance would not be saved in developer mode, causing an error on restart (#29963)
- Fix shutdown crash when geth runs in blsync mode (#29946)
- Fix data races in snapshot access (#30001, #30011)
- Fix out of bounds access in json unmarshalling (#30014)
- Add missing lock in peer discovery (#29960)
For a full rundown of the changes please consult the Geth 1.14.6 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.
Bothros (v1.14.5)
Geth v1.14.5 is a hotfix release that addresses a regression introduced in v1.14.4, which prevented the node from discovering other peers in certain networking setups (#29944). It is otherwise identical to v1.14.4.
Geth v1.14.4 in a usual maintenance release, but it does ship a 5-7% block import speed improvement. Furthermore, v1.14.4 also finally includes an Ether supply live tracer, that you can enable via
--vmtrace supply. Also please note, the default value for miner tip enforcement was dropped from 1 gwei to 0.001 gwei (block producers can change this via--miner.gasprice).
... (truncated)
Commits
aa55f5eMerge branch 'master' into release/1.140aafbb3params: go-ethereum v1.14.7 stable803dc6bcore/txpool/blobpool: revert #29989, WLock on Nonce (#30142)37590b2eth/catalyst: fix params in failure log (#30131)10467acgo.mod: update uint256 to 1.3.0 (#30134)c4b4d05crypto: remove hardcoded value for secp256k1.N (#30126)2d9d423build: upgrade -dlgo version to Go 1.22.5 (#30112)c6cae0fMerge remote-tracking branch 'gballet/release-1.14.6'aadddf3params: release Geth v1.14.6640e0f1params: begin v1.14.7 release cycle- Additional commits viewable in compare view
Updates golang.org/x/crypto from 0.23.0 to 0.25.0
Commits
9fadb0bgo.mod: update golang.org/x dependenciesa6a393fall: bump go.mod version and drop compatibility shims1c74500ssh/test: make struct comment match struct named4e7c9cssh: fail client auth immediately on receiving disconnect message332fd65go.mod: update golang.org/x dependencies0b431c7x509roots/fallback: update bundle349231fssh: implement CryptoPublicKey on sk keys44c9b0fssh: allow server auth callbacks to send additional banners67b1361sha3: reenable s390x assembly477a5b4sha3: make APIs usable with zero allocations- Additional commits viewable in compare view
Updates google.golang.org/grpc from 1.63.2 to 1.65.0
Release notes
Sourced from google.golang.org/grpc's releases.
Release 1.65.0
Dependencies
- Change support policy to cover only the latest TWO releases of Go, matching the policy for Go itself. See #7249 for more information. (#7250)
- Update x/net/http2 to address CVE-2023-45288 (#7282)
Behavior Changes
- credentials/tls: clients and servers will now reject connections that don't support ALPN when environment variable
GRPC_ENFORCE_ALPN_ENABLEDis set to "true" (case insensitive). (#7184)
- NOTE: this behavior will become the default in a future release.
- metadata: remove String method from MD to make printing more consistent (#7373)
New Features
- grpc: add
WithMaxCallAttemptsto configure gRPC's retry behavior per-channel. (#7229)
- Special Thanks:
@imoore76Bug Fixes
- ringhash: properly apply endpoint weights instead of ignoring them (#7156)
- xds: fix a bug that could cause xds-enabled servers to stop accepting new connections after handshaking errors (#7128)
- Special Thanks:
@bozaroRelease 1.64.1
Dependencies
- Update x/net/http2 to address CVE-2023-45288 (#7352)
- metadata: remove String method from MD to make printing consistent (#7374)
Release 1.64.0
API Changes
- stats: Deprecate
InPayload.DataandOutPayload.Data; they were experimental and will be deleted in the next release (#7121)Behavior Changes
- codec: Remove handling of environment variable
GRPC_GO_ADVERTISE_COMPRESSORSto suppress setting supported compressors ingrpc-accept-encodingheader. Compressors will always be advertised, as they have been by default for some time (#7203)New Features
- resolver/dns: Add
SetMinResolutionIntervalto set the minimum interval at which DNS re-resolutions may occur (#6962)
- Special Thanks:
@HomayoonAlimohammadi- peer/peer: Implement the
fmt.Stringerinterface for pretty printingPeer, and- metadata/metadata: Implement the
fmt.Stringerinterface for pretty printingMD(#7137)
- Special Thanks:
@AnomalRoilPerformance Improvements
... (truncated)
Commits
2da9769Change version to 1.65.0 (#7306)ede96b7metadata: remove String method (#7373)64be203grpc: Readd pick first name (#7336) (#7341)25e33a6examples: Add CSM Observability example (#7302) (#7318)04a5f46xds/internal/xdsclient: Emit unknown for CSM Labels if not present in CDS (#7...cff5c3estats/opentelemetry: Add e2e testing for CSM Observability (#7279) (#7316)9b970fddns: fix constant 30s backoff for re-resolution (#7262) (#7311)6d23620documentation: on server, use FromIncomingContext for retrieving context and...7e5898exds: unify xDS client creation APIs meant for testing (#7268)5d7bd7ainterop/xds: Interop client and server changes for CSM Observability (#7280)- Additional commits viewable in compare view
Updates github.com/prometheus/client_golang from 1.19.0 to 1.19.1
Release notes
Sourced from github.com/prometheus/client_golang's releases.
v1.19.1
What's Changed
- Security patches for
golang.org/x/sysandgoogle.golang.org/protobufNew Contributors
@lukasaukmade their first contribution in prometheus/client_golang#1494Full Changelog: https://github.com/prometheus/client_golang/compare/v1.19.0...v1.19.1
Commits
Updates github.com/spf13/cobra from 1.8.0 to 1.8.1
Release notes
Sourced from github.com/spf13/cobra's releases.
v1.8.1
✨ Features
- Add env variable to suppress completion descriptions on create by
@scopin spf13/cobra#1938🐛 Bug fixes
- Micro-optimizations by
@scopin spf13/cobra#1957🔧 Maintenance
- build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 by
@dependabotin spf13/cobra#2127- Consistent annotation names by
@nirsin spf13/cobra#2140- Remove fully inactivated linters by
@nirsin spf13/cobra#2148- Address golangci-lint deprecation warnings, enable some more linters by
@scopin spf13/cobra#2152🧪 Testing & CI/CD
- Add test for func in cobra.go by
@korovindenisin spf13/cobra#2094- ci: test golang 1.22 by
@cyrilicoin spf13/cobra#2113- Optimized and added more linting by
@scopin spf13/cobra#2099- build(deps): bump actions/setup-go from 4 to 5 by
@dependabotin spf13/cobra#2087- build(deps): bump actions/labeler from 4 to 5 by
@dependabotin spf13/cobra#2086- build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by
@dependabotin spf13/cobra#2108- build(deps): bump actions/cache from 3 to 4 by
@dependabotin spf13/cobra#2102✏️ Documentation
- Fixes and docs for usage as plugin by
@nirsin spf13/cobra#2070- flags: clarify documentation that LocalFlags related function do not modify the state by
@niamsterin spf13/cobra#2064- chore: remove repetitive words by
@racerolein spf13/cobra#2122- Add LXC to the list of projects using Cobra
@VaradBelwalkarin spf13/cobra#2071- Update projects_using_cobra.md by
@marcuskohlbergin spf13/cobra#2089- [chore]: update projects using cobra by
@cmwylie19in spf13/cobra#2093- Add Taikun CLI to list of projects by
@Smidrain spf13/cobra#2098- Add Incus to the list of projects using Cobra by
@montag451in spf13/cobra#2118
... (truncated)
Commits
e94f6d0Address golangci-lint deprecation warnings, enable some more linters (#2152)8003b74Remove fully inactivated linters (#2148)5c2c1d6Consistent annotation names (#2140)5a1aceabuild(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 (#2127)0fc86c2docs: update user guide (#2128)6b5f577More linting (#2099)bd914e5fix: remove deprecated io/ioutils package (#2120)1f80fa2chore: remove repetitive words (#2122)c69ae4cci: test golang 1.22 (#2113)a30cee5build(deps): bump actions/cache from 3 to 4 (#2102)- Additional commits viewable in compare view
Updates github.com/spf13/viper from 1.18.2 to 1.19.0
Release notes
Sourced from github.com/spf13/viper's releases.
v1.19.0
What's Changed
Bug Fixes 🐛
- fix!: hide struct binding behind a feature flag by
@sagikazarmarkin spf13/viper#1720Dependency Updates ⬆️
- build(deps): bump github/codeql-action from 2.22.8 to 2.22.9 by
@dependabotin spf13/viper#1705- build(deps): bump actions/setup-go from 4.1.0 to 5.0.0 by
@dependabotin spf13/viper#1703- build(deps): bump github/codeql-action from 2.22.9 to 3.22.11 by
@dependabotin spf13/viper#1713- build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.1.1 by
@dependabotin spf13/viper#1711- build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 by
@dependabotin spf13/viper#1722- build(deps): bump github/codeql-action from 3.22.11 to 3.23.0 by
@dependabotin spf13/viper#1734- build(deps): bump actions/dependency-review-action from 3.1.4 to 3.1.5 by
@dependabotin spf13/viper#1731- build(deps): bump mheap/github-action-required-labels from 5.1.0 to 5.2.0 by
@dependabotin spf13/viper#1743- build(deps): bump github/codeql-action from 3.23.0 to 3.23.2 by
@dependabotin spf13/viper#1742- build(deps): bump actions/dependency-review-action from 3.1.5 to 4.0.0 by
@dependabotin spf13/viper#1739- build(deps): bump cachix/install-nix-action from 24 to 25 by
@dependabotin spf13/viper#1737- build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by
@dependabotin spf13/viper#1751- build(deps): bump github/codeql-action from 3.24.0 to 3.24.1 by
@dependabotin spf13/viper#1760- build(deps): bump actions/dependency-review-action from 4.0.0 to 4.1.0 by
@dependabotin spf13/viper#1761- build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by
@dependabotin spf13/viper#1757- build(deps): bump mheap/github-action-required-labels from 5.2.0 to 5.3.0 by
@dependabotin spf13/viper#1759- build(deps): bump github/codeql-action from 3.24.1 to 3.24.3 by
@dependabotin spf13/viper#1763- build(deps): bump github.com/sagikazarmark/crypt from 0.17.0 to 0.18.0 by
@dependabotin spf13/viper#1774- build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by
@dependabotin spf13/viper#1770- build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by
@dependabotin spf13/viper#1776- build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by
@dependabotin spf13/viper#1775- build(deps): bump cachix/install-nix-action from 25 to 26 by
@dependabotin spf13/viper#1778- build(deps): bump actions/dependency-review-action from 4.1.0 to 4.1.3 by
@dependabotin spf13/viper#1767- build(deps): bump github/codeql-action from 3.24.6 to 3.24.9 by
@dependabotin spf13/viper#1790- build(deps): bump mheap/github-action-required-labels from 5.3.0 to 5.4.0 by
@dependabotin spf13/viper#1789- build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by
@dependabotin spf13/viper#1780- build(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.4 by
@dependabotin spf13/viper#1793- chore: upgrade crypt by
@sagikazarmarkin spf13/viper#1794- build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0 by
@dependabotin spf13/viper#1788- build(deps): bump actions/dependency-review-action from 4.2.4 to 4.2.5 by
@dependabotin spf13/viper#1796- build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.0 to 2.2.1 by
@dependabotin spf13/viper#1804- build(deps): bump github/codeql-action from 3.24.9 to 3.25.1 by
@dependabotin spf13/viper#1806- build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by
@dependabotin spf13/viper#1807- build(deps): bump actions/checkout from 4.1.2 to 4.1.3 by
@dependabotin spf13/viper#1808- build(deps): bump actions/checkout from 4.1.3 to 4.1.4 by
@dependabotin spf13/viper#1813- build(deps): bump github/codeql-action from 3.25.1 to 3.25.2 by
@dependabotin spf13/viper#1811- build(deps): bump mheap/github-action-required-labels from 5.4.0 to 5.4.1 by
@dependabotin spf13/viper#1817- build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2 by
@dependabotin spf13/viper#1821- build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.2 by
@dependabotin spf13/viper#1822- build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 by
@dependabotin spf13/viper#1824- build(deps): bump github/codeql-action from 3.25.2 to 3.25.4 by
@dependabotin spf13/viper#1828- build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1 by
@dependabotin spf13/viper#1829- build(deps): bump github/codeql-action from 3.25.4 to 3.25.7 by
@dependabotin spf13/viper#1844
... (truncated)
Commits
b9733f0build(deps): bump actions/checkout from 4.1.4 to 4.1.66ecc5c8build(deps): bump cachix/install-nix-action from 26 to 27248c6fdbuild(deps): bump github/codeql-action from 3.25.4 to 3.25.7abea773Update references to bketelsen/cryptf17acb4build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.18e285a5build(deps): bump github/codeql-action from 3.25.2 to 3.25.44017620build(deps): bump actions/setup-go from 5.0.0 to 5.0.1b67e814build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.24a182c7build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.245a0e12build(deps): bump mheap/github-action-required-labels- Additional commits viewable in compare view
Updates github.com/ethereum/go-ethereum from 1.14.0 to 1.14.7
Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
Trident (v1.14.7)
This is a hot-fix release for a bug (#30139) which affects only the previous release. Users of v1.14.6 are kindly requested to update.
For a full rundown of the changes please consult the Geth 1.14.7 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.
Talaria (v1.14.6)
Geth v1.14.6 is a maintenance release, but it does ship with the experimental witness building validation code used in
@karalabe's "cross validation" proposal. Note that the engine API part is not included in this release.
Shipped features:
- Add stateless witness builder and (self-)cross validator (#29719, #29807, #29970, #30024)
- Set a 2KB hard limit for p2p handshake messages (#30029)
- Improved display of database statistics (#29948)
Shipped bugfixes:
- Fix issue in which the beacon root contract balance would not be saved in developer mode, causing an error on restart (#29963)
- Fix shutdown crash when geth runs in blsync mode (#29946)
- Fix data races in snapshot access (#30001, #30011)
- Fix out of bounds access in json unmarshalling (#30014)
- Add missing lock in peer discovery (#29960)
For a full rundown of the changes please consult the Geth 1.14.6 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.
Bothros (v1.14.5)
Geth v1.14.5 is a hotfix release that addresses a regression introduced in v1.14.4, which prevented the node from discovering other peers in certain networking setups (#29944). It is otherwise identical to v1.14.4.
Geth v1.14.4 in a usual maintenance release, but it does ship a 5-7% block import speed improvement. Furthermore, v1.14.4 also finally includes an Ether supply live tracer, that you can enable via
--vmtrace supply. Also please note, the default value for miner tip enforcement was dropped from 1 gwei to 0.001 gwei (block producers can change this via--miner.gasprice).
... (truncated)
Commits
aa55f5eMerge branch 'master' into release/1.140aafbb3params: go-ethereum v1.14.7 stable803dc6bcore/txpool/blobpool: revert #29989, WLock on Nonce (#30142)37590b2eth/catalyst: fix params in failure log (#30131)10467acgo.mod: update uint256 to 1.3.0 (#30134)c4b4d05crypto: remove hardcoded value for secp256k1.N (#30126)2d9d423build: upgrade -dlgo version to Go 1.22.5 (#30112)c6cae0fMerge remote-tracking branch 'gballet/release-1.14.6'aadddf3params: release Geth v1.14.6640e0f1params: begin v1.14.7 release cycle- Additional commits viewable in compare view
Updates golang.org/x/crypto from 0.23.0 to 0.25.0
Commits
9fadb0bgo.mod: update golang.org/x dependenciesa6a393fall: bump go.mod version and drop compatibility shims1c74500ssh/test: make struct comment match struct named4e7c9cssh: fail client auth immediately on receiving disconnect message332fd65go.mod: update golang.org/x dependencies0b431c7x509roots/fallback: update bundle349231fssh: implement CryptoPublicKey on sk keys44c9b0fssh: allow server auth callbacks to send additional banners67b1361sha3: reenable s390x assembly477a5b4sha3: make APIs usable with zero allocations- Additional commits viewable in compare view
Updates google.golang.org/grpc from 1.63.2 to 1.65.0
Release notes
Sourced from google.golang.org/grpc's releases.
Release 1.65.0
Dependencies
- Change support policy to cover only the latest TWO releases of Go, matching the policy for Go itself. See #7249 for more information. (#7250)
- Update x/net/http2 to address CVE-2023-45288 (#7282)
Behavior Changes
- credentials/tls: clients and servers will now reject connections that don't support ALPN when environment variable
GRPC_ENFORCE_ALPN_ENABLEDis set to "true" (case insensitive). (#7184)
- NOTE: this behavior will become the default in a future release.
- metadata: remove String method from MD to make printing more consistent (#7373)
New Features
- grpc: add
WithMaxCallAttemptsto configure gRPC's retry behavior per-channel. (#7229)
- Special Thanks:
@imoore76Bug Fixes
- ringhash: properly apply endpoint weights instead of ignoring them (#7156)
- xds: fix a bug that could cause xds-enabled servers to stop accepting new connections after handshaking errors (#7128)
- Special Thanks:
@bozaroRelease 1.64.1
Dependencies
- Update x/net/http2 to address CVE-2023-45288 (#7352)
- metadata: remove String method from MD to make printing consistent (#7374)
Release 1.64.0
API Changes
- stats: Deprecate
InPayload.DataandOutPayload.Data; they were experimental and will be deleted in the next release (#7121)Behavior Changes
- codec: Remove handling of environment variable
GRPC_GO_ADVERTISE_COMPRESSORSto suppress setting supported compressors ingrpc-accept-encodingheader. Compressors will always be advertised, as they have been by default for some time (#7203)New Features
- resolver/dns: Add
SetMinResolutionIntervalto set the minimum interval at which DNS re-resolutions may occur (#6962)
- Special Thanks:
@HomayoonAlimohammadi- peer/peer: Implement the
fmt.Stringerinterface for pretty printingPeer, and- metadata/metadata: Implement the
fmt.Stringerinterface for pretty printingMD(#7137)
- Special Thanks:
@AnomalRoilPerformance Improvements
... (truncated)
Commits
2da9769Change version to 1.65.0 (#7306)ede96b7metadata: remove String method (#7373)64be203grpc: Readd pick first name (#7336) (#7341)25e33a6examples: Add CSM Observability example (#7302) (#7318)04a5f46xds/internal/xdsclient: Emit unknown for CSM Labels if not present in CDS (#7...cff5c3estats/opentelemetry: Add e2e testing for CSM Observability (#7279) (#7316)9b970fddns: fix constant 30s backoff for re-resolution (#7262) (#7311)6d23620documentation: on server, use FromIncomingContext for retrieving context and...7e5898exds: unify xDS client creation APIs meant for testing (#7268)5d7bd7ainterop/xds: Interop client and server changes for CSM Observability (#7280)- Additional commits viewable in compare view
Updates github.com/prometheus/client_golang from 1.19.0 to 1.19.1
Release notes
Sourced from github.com/prometheus/client_golang's releases.
v1.19.1
What's Changed
- Security patches for
golang.org/x/sysandgoogle.golang.org/protobufNew Contributors
@lukasaukmade their first contribution in prometheus/client_golang#1494Full Changelog: https://github.com/prometheus/client_golang/compare/v1.19.0...v1.19.1
Commits
Updates github.com/spf13/cobra from 1.8.0 to 1.8.1
Release notes
Sourced from github.com/spf13/cobra's releases.
v1.8.1
✨ Features
- Add env variable to suppress completion descriptions on create by
@scopin spf13/cobra#1938🐛 Bug fixes
- Micro-optimizations by
@scopin spf13/cobra#1957🔧 Maintenance
- build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 by
@dependabotin spf13/cobra#2127- Consistent annotation names by
@nirsin spf13/cobra#2140- Remove fully inactivated linters by
@nirsin spf13/cobra#2148- Address golangci-lint deprecation warnings, enable some more linters by
@scopin spf13/cobra#2152🧪 Testing & CI/CD
- Add test for func in cobra.go by
@korovindenisin spf13/cobra#2094- ci: test golang 1.22 by
@cyrilicoin spf13/cobra#2113- Optimized and added more linting by
@scopin spf13/cobra#2099- build(deps): bump actions/setup-go from 4 to 5 by
@dependabotin spf13/cobra#2087- build(deps): bump actions/labeler from 4 to 5 by
@dependabotin spf13/cobra#2086- build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by
@dependabotin spf13/cobra#2108- build(deps): bump actions/cache from 3 to 4 by
@dependabotin spf13/cobra#2102✏️ Documentation
- Fixes and docs for usage as plugin by
@nirsin spf13/cobra#2070- flags: clarify documentation that LocalFlags related function do not modify the state by
@niamsterin spf13/cobra#2064- chore: remove repetitive words by
@racerolein spf13/cobra#2122- Add LXC to the list of projects using Cobra
@VaradBelwalkarin spf13/cobra#2071- Update projects_using_cobra.md by
@marcuskohlbergin spf13/cobra#2089- [chore]: update projects using cobra by
@cmwylie19in spf13/cobra#2093- Add Taikun CLI to list of projects by
@Smidrain spf13/cobra#2098- Add Incus to the list of projects using Cobra by
@montag451in spf13/cobra#2118
... (truncated)
Commits
e94f6d0Address golangci-lint deprecation warnings, enable some more linters (#2152)8003b74Remove fully inactivated linters (#2148)5c2c1d6Consistent annotation names (#2140)5a1aceabuild(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 (#2127)0fc86c2docs: update user guide (#2128)- Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >
Deploy Preview for oasisprotocol-oasis-sdk canceled.
| Name | Link |
|---|---|
| Latest commit | a1edf42fad01b6147d445deee592726640e78d63 |
| Latest deploy log | https://app.netlify.com/sites/oasisprotocol-oasis-sdk/deploys/6695c954f8eb6a00080b5033 |
Looks like these dependencies are updatable in another way, so this is no longer needed.