Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Release 0.16.0 #518

Merged
merged 13 commits into from
Dec 6, 2023
Merged

Release 0.16.0 #518

merged 13 commits into from
Dec 6, 2023

Conversation

hacdias
Copy link
Member

@hacdias hacdias commented Dec 6, 2023

No description provided.

@hacdias hacdias added the release Merging this PR will create a tagged release label Dec 6, 2023
@hacdias hacdias marked this pull request as ready for review December 6, 2023 09:06
@hacdias hacdias requested a review from a team as a code owner December 6, 2023 09:06
@hacdias hacdias changed the base branch from main to release December 6, 2023 09:07
@hacdias hacdias requested a review from lidel as a code owner December 6, 2023 09:07
Copy link

github-actions bot commented Dec 6, 2023

Suggested version: v0.16.0

Comparing to: v0.15.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 8cc32247..61d1c7bb 100644
--- a/go.mod
+++ b/go.mod
@@ -24,10 +24,8 @@ require (
 	github.com/ipfs/go-ipfs-blocksutil v0.0.1
 	github.com/ipfs/go-ipfs-delay v0.0.1
 	github.com/ipfs/go-ipfs-redirects-file v0.1.1
-	github.com/ipfs/go-ipld-cbor v0.0.6
 	github.com/ipfs/go-ipld-format v0.5.0
 	github.com/ipfs/go-ipld-legacy v0.2.1
-	github.com/ipfs/go-log v1.0.5
 	github.com/ipfs/go-log/v2 v2.5.1
 	github.com/ipfs/go-metrics-interface v0.0.1
 	github.com/ipfs/go-peertaskqueue v0.8.1
@@ -107,6 +105,8 @@ require (
 	github.com/huin/goupnp v1.3.0 // indirect
 	github.com/ipfs/go-ipfs-pq v0.0.3 // indirect
 	github.com/ipfs/go-ipfs-util v0.0.2 // indirect
+	github.com/ipfs/go-ipld-cbor v0.0.6 // indirect
+	github.com/ipfs/go-log v1.0.5 // indirect
 	github.com/ipfs/go-unixfs v0.4.5 // indirect
 	github.com/jackpal/go-nat-pmp v1.0.2 // indirect
 	github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect

gorelease says:

# github.com/ipfs/boxo/coreiface
## incompatible changes
package removed

# github.com/ipfs/boxo/coreiface/options
## incompatible changes
package removed

# github.com/ipfs/boxo/coreiface/tests
## incompatible changes
package removed

# diagnostics
go.mod: the following requirements are needed
	github.com/cespare/xxhash@v1.1.0
	go.uber.org/atomic@v1.11.0
Run 'go mod tidy' to add missing requirements.
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.16.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.

Copy link

codecov bot commented Dec 6, 2023

Codecov Report

Merging #518 (df09068) into release (521f8d4) will decrease coverage by 0.65%.
The diff coverage is 61.40%.

Impacted file tree graph

@@             Coverage Diff             @@
##           release     #518      +/-   ##
===========================================
- Coverage    65.75%   65.11%   -0.65%     
===========================================
  Files          207      204       -3     
  Lines        25604    25517      -87     
===========================================
- Hits         16837    16616     -221     
- Misses        7300     7422     +122     
- Partials      1467     1479      +12     
Files Coverage Δ
bitswap/client/client.go 88.12% <100.00%> (ø)
bootstrap/bootstrap.go 32.54% <ø> (ø)
gateway/handler_unixfs__redirects.go 37.82% <ø> (-10.73%) ⬇️
namesys/interface.go 74.46% <ø> (ø)
peering/peering.go 75.40% <ø> (ø)
gateway/handler_unixfs_dir.go 64.84% <0.00%> (-2.43%) ⬇️
gateway/handler_codec.go 62.85% <60.00%> (+0.77%) ⬆️
gateway/errors.go 83.33% <25.00%> (-2.14%) ⬇️
gateway/handler.go 76.54% <0.00%> (-0.83%) ⬇️
gateway/blocks_backend.go 42.50% <16.66%> (-0.21%) ⬇️
... and 1 more

... and 21 files with indirect coverage changes

@hacdias hacdias merged commit 709c7c6 into release Dec 6, 2023
15 of 16 checks passed
@hacdias hacdias self-assigned this Dec 6, 2023
@hacdias hacdias deleted the release-v0.16.0 branch February 20, 2024 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Merging this PR will create a tagged release
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

4 participants