From 74c85131b1d27ebcb5cd7d0ebe81bff5eb021c30 Mon Sep 17 00:00:00 2001 From: Julia Longtin Date: Thu, 30 Jul 2026 14:46:17 +0100 Subject: [PATCH 1/4] Apply suggestion from @julialongtin --- src/how-to/upgrade/config-references/wire-server-5.32.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/how-to/upgrade/config-references/wire-server-5.32.0.md b/src/how-to/upgrade/config-references/wire-server-5.32.0.md index 0ab354f..37dc54f 100644 --- a/src/how-to/upgrade/config-references/wire-server-5.32.0.md +++ b/src/how-to/upgrade/config-references/wire-server-5.32.0.md @@ -26,7 +26,7 @@ The duplicates to drop: ## For users of the full wire-server-deploy-static deployment package -1NOTE: Each upgrade in this series re-runs `setup-offline-sources`, which copies the new release's binaries, container images, and debs into `/opt/assets` on the assethost. After a few versions, the assethost runs out of space and the playbook fails with `no space left on device`. +NOTE: Each upgrade in this series re-runs `setup-offline-sources`, which copies the new release's binaries, container images, and debs into `/opt/assets` on the assethost. After a few versions, the assethost runs out of space and the playbook fails with `no space left on device`. When that happens, SSH into the **assethost** (not the adminhost) and clear it: From d35130f0b2ee566a897fa9ba7503980dc4601b1a Mon Sep 17 00:00:00 2001 From: Julia Longtin Date: Thu, 30 Jul 2026 15:08:32 +0100 Subject: [PATCH 2/4] fix typo. --- src/understand/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/understand/overview.md b/src/understand/overview.md index b3d4430..6268cc9 100644 --- a/src/understand/overview.md +++ b/src/understand/overview.md @@ -175,7 +175,7 @@ Placing calling in your main kubernetes cluster is heavily discouraged by Wire. ### Calling in your DMZ: ![image](img/calling-DMZ.svg) -In the above diagram, we have routed and labeled the calling traffic into a non-federated Wire calling cluster. A Wire Calling Cluster is typically placed in an DMZ, where the users can reach it, but the Mire Messaging Cluster cannot. Wire As you can see, placing calling in it's own kubernetes cluster is much safer, as the cluster does not have access to any of the Wire databases. For most configurations, the calling cluster and the Wire backend do not need to speak at all. +In the above diagram, we have routed and labeled the calling traffic into a non-federated Wire calling cluster. A Wire Calling Cluster is typically placed in an DMZ, where the users can reach it, but the Wire Messaging Cluster cannot. Wire As you can see, placing calling in it's own kubernetes cluster is much safer, as the cluster does not have access to any of the Wire databases. For most configurations, the calling cluster and the Wire backend do not need to speak at all. ### Federated Calling ![image](img/federated_calling.svg) From 2795957e0642cf8a8f6f0223f110c79542da7223 Mon Sep 17 00:00:00 2001 From: Julia Longtin Date: Thu, 30 Jul 2026 16:57:37 +0100 Subject: [PATCH 3/4] update some labels. --- src/how-to/upgrade/05-config-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/how-to/upgrade/05-config-reference.md b/src/how-to/upgrade/05-config-reference.md index 935c268..7ad427d 100644 --- a/src/how-to/upgrade/05-config-reference.md +++ b/src/how-to/upgrade/05-config-reference.md @@ -39,8 +39,8 @@ Apply each configuration change to your templates as applicable to your model. - [Wire Server 5.27.0](config-references/wire-server-5.27.0.md) - [Wire Server 5.28.0](config-references/wire-server-5.28.0.md) - [Wire Server 5.29.0](config-references/wire-server-5.29.0.md) -- [Wire Server 5.29.0](config-references/wire-server-5.30.0.md) -- [Wire Server 5.29.0](config-references/wire-server-5.32.0.md) +- [Wire Server 5.30.0](config-references/wire-server-5.30.0.md) +- [Wire Server 5.32.0](config-references/wire-server-5.32.0.md) ## Contributing From b242c4fb504a0b59e3a60012aca2657546e77e44 Mon Sep 17 00:00:00 2001 From: Julia Longtin Date: Thu, 30 Jul 2026 16:58:54 +0100 Subject: [PATCH 4/4] update some labels. --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 1f848e6..b2779d5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -48,7 +48,7 @@ nav: - Wire Server 5.28: how-to/upgrade/config-references/wire-server-5.28.0.md - Wire Server 5.29: how-to/upgrade/config-references/wire-server-5.29.0.md - Wire Server 5.30: how-to/upgrade/config-references/wire-server-5.30.0.md - - Wire Server 5.30: how-to/upgrade/config-references/wire-server-5.32.0.md + - Wire Server 5.32: how-to/upgrade/config-references/wire-server-5.32.0.md - Administration: - Overview: how-to/administrate/README.md - kubernetes: how-to/administrate/kubernetes/README.md