Skip to content

Commit 62e7479

Browse files
author
lidel@users.noreply.github.com
committed
Bumped documentation & installation docs.
1 parent f1386e3 commit 62e7479

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/how-to/websites-on-ipfs/deploy-github-action.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Deploy static apps to IPFS with GitHub Actions
33
description: Guide on how to setup GitHub Actions to deploy static sites/apps to IPFS using the IPFS Deploy Action.
44
current-ipfs-version: v0.34.1
5-
current-ipfs-cluster-version: v1.1.2
5+
current-ipfs-cluster-version: v1.1.3
66
---
77

88
# Deploy static apps to IPFS with GitHub Actions
@@ -201,7 +201,7 @@ You can also configure additional IPFS Cluster options:
201201
# ... other inputs ...
202202
cluster-retry-attempts: '5' # Override number of retry attempts
203203
cluster-timeout-minutes: '15' # Override timeout in minutes per attempt
204-
ipfs-cluster-ctl-version: 'v1.1.2' # Default version
204+
ipfs-cluster-ctl-version: 'v1.1.3' # Default version
205205
cluster-pin-expire-in: '720h' # Optional: Set pin to expire after time period (e.g., 30 days)
206206
```
207207

docs/install/server-infrastructure.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: IPFS Cluster
33
description: IPFS Cluster provides data orchestration across a swarm of IPFS daemons by allocating, replicating, and tracking a global pin-set distributed among multiple peers. Learn how to install it here.
4-
current-ipfs-cluster-version: v1.1.2
4+
current-ipfs-cluster-version: v1.1.3
55
---
66

77
# Set up server infrastructure with IPFS Cluster
@@ -73,13 +73,13 @@ If you're having issues installing or using Docker or Docker-Compose, see the [o
7373
1. Download the latest `ipfs-cluster-ctl` package from [dist.ipfs.tech](https://dist.ipfs.tech/#ipfs-cluster-ctl):
7474

7575
```shell
76-
wget https://dist.ipfs.tech/ipfs-cluster-ctl/v1.1.2/ipfs-cluster-ctl_v1.1.2_linux-amd64.tar.gz
76+
wget https://dist.ipfs.tech/ipfs-cluster-ctl/v1.1.3/ipfs-cluster-ctl_v1.1.3_linux-amd64.tar.gz
7777
```
7878

7979
1. Unzip the package:
8080

8181
```shell
82-
tar xvzf ipfs-cluster-ctl_v1.1.2_linux-amd64.tar.gz
82+
tar xvzf ipfs-cluster-ctl_v1.1.3_linux-amd64.tar.gz
8383
8484
> ipfs-cluster-ctl/ipfs-cluster-ctl
8585
> ipfs-cluster-ctl/LICENSE
@@ -88,10 +88,10 @@ If you're having issues installing or using Docker or Docker-Compose, see the [o
8888
> ipfs-cluster-ctl/README.md
8989
```
9090

91-
1. Download the [`docker-compose.yml` file](https://raw.githubusercontent.com/ipfs/ipfs-cluster/v1.1.2/docker-compose.yml) and place it into the `ipfs-cluster-ctl` directory:
91+
1. Download the [`docker-compose.yml` file](https://raw.githubusercontent.com/ipfs/ipfs-cluster/v1.1.3/docker-compose.yml) and place it into the `ipfs-cluster-ctl` directory:
9292

9393
```shell
94-
wget https://raw.githubusercontent.com/ipfs/ipfs-cluster/v1.1.2/docker-compose.yml
94+
wget https://raw.githubusercontent.com/ipfs/ipfs-cluster/v1.1.3/docker-compose.yml
9595
```
9696

9797
1. Start the cluster using `docker-compose`:

0 commit comments

Comments
 (0)