mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 22:18:30 +02:00
Update private cloud to 1.5.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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/).
|
||||
|
||||
Reference in New Issue
Block a user