Commit bd8d61b
authored
Fix [BREAKING]: ClusterConfiguration.reserved_* fields should be optional (#261)
The default is 20%, not 0% and the alowed values are 1..80
BREAKING
```
proto/qdrant/cloud/cluster/v1/cluster.proto:616:3:Field "20" with name "reserved_cpu_percentage" on message "ClusterConfiguration" changed cardinality from "optional with implicit presence" to "optional with explicit presence".
proto/qdrant/cloud/cluster/v1/cluster.proto:623:3:Field "21" with name "reserved_memory_percentage" on message "ClusterConfiguration" changed cardinality from "optional with implicit presence" to "optional with explicit presence".
1 parent 5b4bf72 commit bd8d61b
7 files changed
Lines changed: 117 additions & 109 deletions
File tree
- gen
- go/qdrant/cloud/cluster/v1
- openapiv2/qdrant/cloud/cluster
- backup/v1
- v1
- python/qdrant/cloud/cluster/v1
- typescript/qdrant/cloud/cluster/v1
- proto/qdrant/cloud/cluster/v1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
611 | 611 | | |
612 | 612 | | |
613 | 613 | | |
614 | | - | |
615 | | - | |
616 | | - | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
617 | 620 | | |
618 | | - | |
619 | | - | |
620 | | - | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
621 | 627 | | |
622 | 628 | | |
623 | 629 | | |
| |||
0 commit comments