From 3505dccd1e804cc8a9bdadc4bff4073f796c855c Mon Sep 17 00:00:00 2001 From: "lidel@users.noreply.github.com" Date: Fri, 15 May 2026 06:39:33 +0000 Subject: [PATCH] Bumped documentation & installation docs. --- docs/how-to/websites-on-ipfs/deploy-github-action.md | 4 ++-- docs/install/server-infrastructure.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/how-to/websites-on-ipfs/deploy-github-action.md b/docs/how-to/websites-on-ipfs/deploy-github-action.md index 3bdb66674..736974ff4 100644 --- a/docs/how-to/websites-on-ipfs/deploy-github-action.md +++ b/docs/how-to/websites-on-ipfs/deploy-github-action.md @@ -2,7 +2,7 @@ title: Deploy static apps to IPFS with GitHub Actions description: Guide on how to setup GitHub Actions to deploy static sites/apps to IPFS using the IPFS Deploy Action. current-ipfs-version: v0.41.0 -current-ipfs-cluster-version: v1.1.5 +current-ipfs-cluster-version: v1.1.6 --- # Deploy static apps to IPFS with GitHub Actions @@ -201,7 +201,7 @@ You can also configure additional IPFS Cluster options: # ... other inputs ... cluster-retry-attempts: '5' # Override number of retry attempts cluster-timeout-minutes: '15' # Override timeout in minutes per attempt - ipfs-cluster-ctl-version: 'v1.1.5' # Default version + ipfs-cluster-ctl-version: 'v1.1.6' # Default version cluster-pin-expire-in: '720h' # Optional: Set pin to expire after time period (e.g., 30 days) ``` diff --git a/docs/install/server-infrastructure.md b/docs/install/server-infrastructure.md index 5221a3952..54d977dba 100644 --- a/docs/install/server-infrastructure.md +++ b/docs/install/server-infrastructure.md @@ -1,7 +1,7 @@ --- title: IPFS Cluster 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. -current-ipfs-cluster-version: v1.1.5 +current-ipfs-cluster-version: v1.1.6 --- # 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 1. Download the latest `ipfs-cluster-ctl` package from [dist.ipfs.tech](https://dist.ipfs.tech/#ipfs-cluster-ctl): ```shell - wget https://dist.ipfs.tech/ipfs-cluster-ctl/v1.1.5/ipfs-cluster-ctl_v1.1.5_linux-amd64.tar.gz + wget https://dist.ipfs.tech/ipfs-cluster-ctl/v1.1.6/ipfs-cluster-ctl_v1.1.6_linux-amd64.tar.gz ``` 1. Unzip the package: ```shell - tar xvzf ipfs-cluster-ctl_v1.1.5_linux-amd64.tar.gz + tar xvzf ipfs-cluster-ctl_v1.1.6_linux-amd64.tar.gz > ipfs-cluster-ctl/ipfs-cluster-ctl > ipfs-cluster-ctl/LICENSE @@ -88,10 +88,10 @@ If you're having issues installing or using Docker or Docker-Compose, see the [o > ipfs-cluster-ctl/README.md ``` -1. Download the [`docker-compose.yml` file](https://raw.githubusercontent.com/ipfs/ipfs-cluster/v1.1.5/docker-compose.yml) and place it into the `ipfs-cluster-ctl` directory: +1. Download the [`docker-compose.yml` file](https://raw.githubusercontent.com/ipfs/ipfs-cluster/v1.1.6/docker-compose.yml) and place it into the `ipfs-cluster-ctl` directory: ```shell - wget https://raw.githubusercontent.com/ipfs/ipfs-cluster/v1.1.5/docker-compose.yml + wget https://raw.githubusercontent.com/ipfs/ipfs-cluster/v1.1.6/docker-compose.yml ``` 1. Start the cluster using `docker-compose`: