mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 22:18:30 +02:00
Private cloud 1.9.6
This commit is contained in:
@@ -5,6 +5,19 @@ weight: 5
|
||||
|
||||
# Changelog
|
||||
|
||||
## 1.9.6 (2026-02-19)
|
||||
|
||||
| Component | Version |
|
||||
|-------------------------|---------|
|
||||
| qdrant-kubernetes-api | v1.23.0 |
|
||||
| operator | 2.15.0 |
|
||||
| qdrant-cluster-manager | v0.3.17 |
|
||||
| qdrant-cluster-exporter | 1.7.6 |
|
||||
|
||||
Latest validated Qdrant version: 1.17.0
|
||||
|
||||
* Support for Qdrant 1.17
|
||||
|
||||
## 1.9.5 (2026-02-18)
|
||||
|
||||
| Component | Version |
|
||||
|
||||
@@ -73,7 +73,7 @@ helm upgrade --install qdrant-private-cloud-crds oci://registry.cloud.qdrant.io/
|
||||
5. Install Qdrant Private Cloud:
|
||||
|
||||
```bash
|
||||
helm upgrade --install qdrant-private-cloud oci://registry.cloud.qdrant.io/qdrant-charts/qdrant-private-cloud --namespace qdrant-private-cloud --version 1.9.5
|
||||
helm upgrade --install qdrant-private-cloud oci://registry.cloud.qdrant.io/qdrant-charts/qdrant-private-cloud --namespace qdrant-private-cloud --version 1.9.6
|
||||
```
|
||||
|
||||
Ensure that the `qdrant-kubernetes-api` version is compatible with the `qdrant-private-cloud` version you are installing.
|
||||
@@ -83,7 +83,7 @@ For a list of available versions consult the [Private Cloud Changelog](/document
|
||||
Current default versions are:
|
||||
|
||||
* qdrant-kubernetes-api v1.23.0
|
||||
* qdrant-private-cloud 1.9.5
|
||||
* qdrant-private-cloud 1.9.6
|
||||
|
||||
For more information also see the [Helm Install Documentation](https://helm.sh/docs/helm/helm_install/).
|
||||
|
||||
@@ -111,7 +111,7 @@ operator:
|
||||
You can configure Qdrant Private Cloud like this:
|
||||
|
||||
```bash
|
||||
helm upgrade --install qdrant-private-cloud oci://registry.cloud.qdrant.io/qdrant-charts/qdrant-private-cloud --namespace qdrant-private-cloud --version 1.9.5 -f values.yaml
|
||||
helm upgrade --install qdrant-private-cloud oci://registry.cloud.qdrant.io/qdrant-charts/qdrant-private-cloud --namespace qdrant-private-cloud --version 1.9.6 -f values.yaml
|
||||
```
|
||||
|
||||
## Upgrades
|
||||
@@ -125,7 +125,7 @@ helm upgrade --install qdrant-private-cloud-crds oci://registry.cloud.qdrant.io/
|
||||
Then upgrade the Qdrant Private Cloud Helm chart using the same configuration values, e.g.:
|
||||
|
||||
```bash
|
||||
helm upgrade --install qdrant-private-cloud oci://registry.cloud.qdrant.io/qdrant-charts/qdrant-private-cloud --namespace qdrant-private-cloud --version 1.9.5 -f values.yaml
|
||||
helm upgrade --install qdrant-private-cloud oci://registry.cloud.qdrant.io/qdrant-charts/qdrant-private-cloud --namespace qdrant-private-cloud --version 1.9.6 -f values.yaml
|
||||
```
|
||||
|
||||
Note, that the image tag values are automatically derived from the chart's appVersions and should not be overridden in the `values.yaml`.
|
||||
|
||||
Reference in New Issue
Block a user