filecoin-project / lassie

A minimal universal retrieval client library for IPFS and Filecoin
Other
108 stars 17 forks source link

v0.20.1 bump #450

Closed rvagg closed 12 months ago

github-actions[bot] commented 12 months ago

Suggested version: v0.20.1

Comparing to: v0.20.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 5a1b24c..c744a67 100644
--- a/go.mod
+++ b/go.mod
@@ -24,10 +24,10 @@ require (
    github.com/ipfs/go-unixfsnode v1.9.0
    github.com/ipld/go-car/v2 v2.13.1
    github.com/ipld/go-codec-dagpb v1.6.0
-   github.com/ipld/go-fixtureplate v0.0.1
+   github.com/ipld/go-fixtureplate v0.0.2
    github.com/ipld/go-ipld-prime v0.21.0
-   github.com/ipld/go-trustless-utils v0.3.0
-   github.com/ipld/ipld/specs v0.0.0-20230927010225-ef4dbd703269
+   github.com/ipld/go-trustless-utils v0.4.1
+   github.com/ipld/ipld/specs v0.0.0-20231012031213-54d3b21deda4
    github.com/ipni/go-libipni v0.5.3
    github.com/ipni/storetheindex v0.8.2
    github.com/libp2p/go-libp2p v0.31.0
@@ -160,12 +160,12 @@ require (
    go.uber.org/dig v1.17.0 // indirect
    go.uber.org/fx v1.20.0 // indirect
    go.uber.org/zap v1.25.0 // indirect
-   golang.org/x/crypto v0.12.0 // indirect
+   golang.org/x/crypto v0.14.0 // indirect
    golang.org/x/mod v0.12.0 // indirect
-   golang.org/x/net v0.14.0 // indirect
+   golang.org/x/net v0.17.0 // indirect
    golang.org/x/sync v0.3.0 // indirect
-   golang.org/x/sys v0.11.0 // indirect
-   golang.org/x/text v0.12.0 // indirect
+   golang.org/x/sys v0.13.0 // indirect
+   golang.org/x/text v0.13.0 // indirect
    golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 // indirect
    golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
    google.golang.org/protobuf v1.31.0 // indirect

gorelease says:

# github.com/filecoin-project/lassie/pkg/storage
## compatible changes
NewDuplicateAdderCarForPath: added

# diagnostics
go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.
required module github.com/microcosm-cc/bluemonday@v1.0.1 retracted by module author: Retract older versions as only latest is to be depended upon

# summary
Suggested version: v0.21.0

gocompat says:

Your branch is up to date with 'origin/main'.

Automatically created GitHub Release

A draft GitHub Release has been created. It is going to be published when this PR is merged. You can modify its' body to include any release notes you wish to include with the release.

codecov-commenter commented 12 months ago

Codecov Report

Merging #450 (e2b2ccf) into main (4ca56d4) will decrease coverage by 0.31%. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/filecoin-project/lassie/pull/450/graphs/tree.svg?width=650&height=150&src=pr&token=0ELGTPSK3J&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project)](https://app.codecov.io/gh/filecoin-project/lassie/pull/450?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project) ```diff @@ Coverage Diff @@ ## main #450 +/- ## ========================================== - Coverage 75.75% 75.44% -0.31% ========================================== Files 86 86 Lines 6631 6631 ========================================== - Hits 5023 5003 -20 - Misses 1328 1341 +13 - Partials 280 287 +7 ``` [see 6 files with indirect coverage changes](https://app.codecov.io/gh/filecoin-project/lassie/pull/450/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project)
rvagg commented 12 months ago

Suggested version: v0.21.0

I disagree good sir!