From 784d12d2950e442cf9ea75ff5adca1efa0bb03c3 Mon Sep 17 00:00:00 2001 From: Bastian Hofmann Date: Thu, 23 Jan 2025 15:15:09 +0100 Subject: [PATCH] Update docs for private cloud 1.4.0 --- .../content/documentation/private-cloud/changelog.md | 5 +++++ .../documentation/private-cloud/private-cloud-setup.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/qdrant-landing/content/documentation/private-cloud/changelog.md b/qdrant-landing/content/documentation/private-cloud/changelog.md index 7d694b2db..b3910f0d8 100644 --- a/qdrant-landing/content/documentation/private-cloud/changelog.md +++ b/qdrant-landing/content/documentation/private-cloud/changelog.md @@ -5,6 +5,11 @@ weight: 5 # Changelog +## 1.4.0 + +Support deleting peers on horizontal scale down, even if they are already offline +Support removing partially deleted peers + ## 1.3.0 Support for re-sharding with Qdrant >= 1.13.0 diff --git a/qdrant-landing/content/documentation/private-cloud/private-cloud-setup.md b/qdrant-landing/content/documentation/private-cloud/private-cloud-setup.md index 50a000787..d0bdfd923 100644 --- a/qdrant-landing/content/documentation/private-cloud/private-cloud-setup.md +++ b/qdrant-landing/content/documentation/private-cloud/private-cloud-setup.md @@ -81,7 +81,7 @@ kubectl create namespace qdrant-private-cloud kubectl create secret docker-registry qdrant-registry-creds --docker-server=registry.cloud.qdrant.io --docker-username='your-username' --docker-password='your-password' --namespace qdrant-private-cloud helm registry login 'registry.cloud.qdrant.io' --username 'your-username' --password 'your-password' helm upgrade --install qdrant-private-cloud-crds oci://registry.cloud.qdrant.io/qdrant-charts/qdrant-kubernetes-api --namespace qdrant-private-cloud --version v1.8.0 --wait -helm upgrade --install qdrant-private-cloud oci://registry.cloud.qdrant.io/qdrant-charts/qdrant-private-cloud --namespace qdrant-private-cloud --version 1.3.0 +helm upgrade --install qdrant-private-cloud oci://registry.cloud.qdrant.io/qdrant-charts/qdrant-private-cloud --namespace qdrant-private-cloud --version 1.4.0 ``` For a list of available versions consult the [Private Cloud Changelog](/documentation/private-cloud/changelog/).