-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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.6.0 #7347
Comments
This comment has been minimized.
This comment has been minimized.
@RubenKelevra That fix is already contained in v0.15.7, which was released with go-libp2p-quic-transport v0.3.7. |
This comment has been minimized.
This comment has been minimized.
RC1 has been released: https://dist.ipfs.io/go-ipfs/v0.6.0-rc1 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Will we change the default settings in this release to include the server-filters, to fix #7300 and #3320 as well as #6932 and libp2p/go-libp2p#436? :) |
Unfortunately, those badger fixes haven't been backported to version 1 yet.
No, unfortunately that would prevent nodes from dialing each other on a private network. The proposed fix here is to avoid dialing private addresses as part of queries on the public DHT. However, that hasn't been implemented yet. But there are some tricky edge cases here and we haven't implemented it yet. |
Well, local nodes are quite unlikely to find each other through the DHT. So it makes no sense to announce the private IPs at all, doesn't it? 🤔 The swarm filter on the other hand could be overruled by manual 'swarm connect' and peers which was found via mDNS. If a user really wants to connect peers from the same or different private subnets, he/she should use either 'swarm connect' or add them to the bootstrap nodes list. So it boils down to just filter IPs while learning them from other peers or reading them from the DHT. |
^^ |
This comment has been minimized.
This comment has been minimized.
I created a tracking issue upstream - they might not be aware :) |
Hello early testers, we now have a fully featured and tested RC online for public testing: https://dist.ipfs.io/go-ipfs/v0.6.0-rc6 Please be aware that this RC contains a config migration. It should run pretty much instantaneously, but it will add add QUIC listener addresses to your configs by default when upgrading from the previous release. We also recommend that you try out the often requested "peering" (sometimes called friending, bonding, etc.) feature. This feature allows specifying a set of peers to keep open connections to at all times (useful for, e.g., connecting a gateway and a storage cluster). Early Testers:
|
The peering support makes me so happy. |
Peering doesn't seem to work for me, unless i got the syntax completely wrong (a full example in the docs would help). I just get |
go-ipfs 0.6.0-rc7 is out with two changes:
This will almost certainly be the final RC in this release cycle. Please test widely. I'm hoping to cut a final release before the end of the week, if possible. |
It seems a migration isn't automatically run when upgrading to I used
I can't find any information in |
That's strange. The simplest way to run the migration is to start the daemon with |
I had stopped the daemon, still got the log to show it. Thanks, running |
Ah. I assume your systemd unit sets
On linux? What version of ipfs-update are you using?
Agreed. |
ipfs was installed initially using And just to cover all bases, this is the systemd entry, which references it also from
|
Ok, got it. The issue is that Unfortunately, this isn't something we can readily solve in ipfs update itself. The best we can do is make migrations less painful. For now, I recommend passing the |
@aschmahmann could you create a 0.7.0 release issue and close this one? |
go-ipfs 0.6.0 Release
RC7: https://dist.ipfs.io/go-ipfs/v0.6.0-rc7
🗺 What's left for release
🚢 Estimated shipping date
June 9th, 2020
🔦 Highlights
ipfs-404.html
404 page support Gateway renders pretty 404 pages if available #4233.MIGRATION
This release contains a small config migration to enable QUIC by default. This migration will:
/p2p/Qm...
syntax for multiaddrs instead of the/ipfs/Qm...
syntax./ip4/0.0.0.0/tcp/1234
, this migration will add a listen address for/ip4/0.0.0.0/udp/1234/quic
.Changelog
Full Changelog
failed to fetch repo
IsDir
fromipfs object
#907) (libp2p/go-libp2p#907)✅ Release Checklist
For each RC published in each stage:
version.go
has been updatedChecklist:
make test
)make test_go_lint
)./bin/mkreleaselog
to generate a nice starter listRun tests available in the following repos with the latest beta (check when all tests pass):orbit-db(orbit db CI is broken)version.go
has been updatedgit merge vX.Y.Z
).version.go
tovX.(Y+1).0-dev
.❤️ Contributors
Would you like to contribute to the IPFS project and don't know how? Well, there are a few places you can get started:
help wanted
label in the go-ipfs repoThe best place to ask your questions about IPFS, how it works and what you can do with it is at discuss.ipfs.io. We are also available at the
#ipfs
channel on Freenode, which is also accessible through our Matrix bridge.The text was updated successfully, but these errors were encountered: