Skip to content

Commit e02b538

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/markdown-it-footnote-4.0.0
2 parents a00db4e + 30ba3d0 commit e02b538

File tree

127 files changed

+6202
-5869
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+6202
-5869
lines changed

.github/actions/latest-kubo-tag/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21
1+
FROM golang:1.23
22

33
ENV DEBIAN_FRONTEND=noninteractive
44
RUN apt update && apt install -y jq && rm -rf /var/lib/apt/lists/*

.github/actions/latest-kubo-tag/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ cd kubo
1414
git describe --tags "${LATEST_IPFS_TAG}"
1515

1616
echo "The latest Kubo tag is ${LATEST_IPFS_TAG}"
17-
echo "::set-output name=latest_tag::${LATEST_IPFS_TAG}"
17+
echo "latest_tag=${LATEST_IPFS_TAG}" >> $GITHUB_OUTPUT

.github/actions/update-with-latest-versions/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21
1+
FROM golang:1.25
22

33
ENV DEBIAN_FRONTEND=noninteractive
44
RUN apt update && apt install -y jq && rm -rf /var/lib/apt/lists/*

.github/actions/update-with-latest-versions/entrypoint.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ update_version() {
6969
}
7070

7171
cd "${ROOT}"
72-
update_version ipfs/ipfs-update current-ipfs-updater-version
7372
update_version ipfs-cluster/ipfs-cluster current-ipfs-cluster-version
7473
update_version ipfs/kubo current-ipfs-version
7574

@@ -86,4 +85,4 @@ git config --global user.name "${GITHUB_ACTOR}@users.noreply.github.com"
8685
git add -u
8786
git commit -m "Bumped documentation & installation docs."
8887
git push -fu origin ${BRANCH}
89-
echo "::set-output name=updated_branch::${BRANCH}"
88+
echo "updated_branch=${BRANCH}" >> $GITHUB_OUTPUT

.github/styles/Vocab/ipfs-docs-vocab/accept.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
atcute
12
(?i)APIs?
23
(?i)BitSwap
34
(?i)CIDs?
@@ -36,6 +37,7 @@
3637
[Kk]ademlia
3738
[Kk]eystores?
3839
[Kk]ubo
40+
[L]ibipld
3941
[Mm]arkdown(lint)?
4042
[Mm]ultiaddr(ess)?
4143
[Mm]ultiaddrs
@@ -62,6 +64,7 @@ Arbol('s)?
6264
auditable
6365
Audius
6466
auspinner
67+
blockchain
6568
blockstore
6669
Browserify
6770
callouts?
@@ -167,8 +170,10 @@ Qm
167170
rasterio
168171
READMEs?
169172
referenceable
170-
reprovider
173+
reprovide
174+
reprovide(r)
171175
reproviding
176+
retrievability
172177
roadmaps
173178
sandboxed
174179
Satoshi
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)