-
Notifications
You must be signed in to change notification settings - Fork 32
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
fix: switch to new dnslink updater #1055
Conversation
ceb4689
to
dcc92ac
Compare
This change produced no new differences in built artifacts. |
dcc92ac
to
7009472
Compare
go install github.com/ipfs/dnslink-dnsimple@v0.1.0 | ||
dnslink-dnsimple --domain dist.ipfs.tech --record _dnslink --link /ipfs/${{ steps.cid-reader.outputs.CID }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ℹ️ dnslink update is now simplified to this
This change produced no new differences in built artifacts. |
@@ -91,7 +91,7 @@ async function addFiles (localPath) { | |||
const patchRoot = await addFiles(PATCH_SRC) | |||
console.log(`Patch root is ${patchRoot}`) | |||
|
|||
const distRoot = await ipfs.dns(DIST_DOMAIN) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ℹ️ dns
is deprecated, switching to resolve
avoids having to deal with bug described in ipfs/kubo#10212
@hacdias if this looks ok feel free to merge. |
This solves problem described in ipfs/distributions#1053 by switching to new tool like we did in ipfs/distributions#1055
This solves problem described in ipfs/distributions#1053 by switching to new tool like we did in ipfs/distributions#1055
This closes #1053 by switching from old JS tool to newly fixed (ipfs-shipyard/dnslink-dnsimple#21) GO one (kudos to @ns4plabs).
We will no longer update
.io
version, as it will be CNAMEd to_dnslink.dist.ipfs.tech
instead.TODO
dnslink-dnsimple@v0.1.0
(go) locally with temporary tokendnslink-dnsimple@v0.1.0
(go) tool_dnslink.dist.ipfs.io
to point at_dnslink.dist.ipfs.tech
so we only need to update .tech from now