From e9905e929e778f3ceb584a251d7bf17c3985cfa7 Mon Sep 17 00:00:00 2001 From: Bastian Hofmann Date: Tue, 4 Mar 2025 10:55:02 +0100 Subject: [PATCH] Update private cloud to 1.5.1 --- .../documentation/private-cloud/changelog.md | 16 ++++++++++------ .../private-cloud/private-cloud-setup.md | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/qdrant-landing/content/documentation/private-cloud/changelog.md b/qdrant-landing/content/documentation/private-cloud/changelog.md index 7819060d4..358e35081 100644 --- a/qdrant-landing/content/documentation/private-cloud/changelog.md +++ b/qdrant-landing/content/documentation/private-cloud/changelog.md @@ -5,29 +5,33 @@ weight: 5 # Changelog -## 1.5.0 +## 1.5.1 (2025-03-04) + +* Various performance improvements and stability fixes + +## 1.5.0 (2025-02-21) * Added support for P2P TLS configuration * Faster node removal on scale down * Various performance improvements and stability fixes -## 1.4.0 +## 1.4.0 (2025-01-23) * Support deleting peers on horizontal scale down, even if they are already offline * Support removing partially deleted peers -## 1.3.0 +## 1.3.0 (2025-01-17) * Support for re-sharding with Qdrant >= 1.13.0 -## 1.2.0 +## 1.2.0 (2025-01-16) * Performance and stability improvements -## 1.1.0 +## 1.1.0 (2024-12-03) * Activate cluster-manager for automatic shard replication -## 1.0.0 +## 1.0.0 (2024-11-11) * Initial release 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 312733edf..74d7b9068 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.12.0 --wait -helm upgrade --install qdrant-private-cloud oci://registry.cloud.qdrant.io/qdrant-charts/qdrant-private-cloud --namespace qdrant-private-cloud --version 1.5.0 +helm upgrade --install qdrant-private-cloud oci://registry.cloud.qdrant.io/qdrant-charts/qdrant-private-cloud --namespace qdrant-private-cloud --version 1.5.1 ``` For a list of available versions consult the [Private Cloud Changelog](/documentation/private-cloud/changelog/).