Skip to content

Releases: qdrant/kubernetes-api

v1.6.6

09 Dec 12:30
feead4e
Compare
Choose a tag to compare

What’s Changed

🧰 Maintenance

  • Added GetServicePerNode for reflecting the default (consistently) (#53) @Robert-Stam

v1.6.5

09 Dec 10:16
6b58f1c
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

  • Fix: The hash generation is broken, because an omitempty was removed (#52) @Robert-Stam

🧰 Maintenance

  • Bump sigs.k8s.io/controller-runtime from 0.19.2 to 0.19.3 (#51) @dependabot
  • Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#49) @dependabot
  • Bump sigs.k8s.io/controller-runtime from 0.19.1 to 0.19.2 (#48) @dependabot
  • Bump k8s.io/api from 0.31.2 to 0.31.3 (#46) @dependabot

v1.6.4

26 Nov 10:33
b238f18
Compare
Choose a tag to compare

What’s Changed

🚀 Features

  • Duplicate CRDs into crds directory to be used in kustomizations (#50) @bashofmann

🐛 Bug Fixes

  • Fix flipping QdrantCluster.Spec.ServicePerNode from false to true (#45) @pedjak

🧰 Maintenance

  • Added a small test to check Validate (missing the resources) (#44) @Robert-Stam

v1.6.3

20 Nov 09:58
a38c821
Compare
Choose a tag to compare

What’s Changed

🚀 Features

  • Add snapshot duration field in QdrantClusterSnapshot status (#43) @hossainemruz

v1.6.2: Add monitoring to region status (#41)

14 Nov 11:11
81962f4
Compare
Choose a tag to compare

What’s Changed

🚀 Features

v1.6.1

13 Nov 18:27
60e988a
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

  • No need to restart all pods if RestartAllPodsConcurrently setting has been changed. (#42) @Robert-Stam

v1.6.0

12 Nov 12:37
38c0e42
Compare
Choose a tag to compare

What’s Changed

🚀 Features

  • Added QC.Spec.RestartAllPodsConcurrently for adding one-shot-restart functionality (#40) @Robert-Stam

v1.5.1

08 Nov 10:00
e4a1b19
Compare
Choose a tag to compare

What’s Changed

🧰 Maintenance

v1.5.0

05 Nov 09:31
5843f43
Compare
Choose a tag to compare

What’s Changed

🚀 Features

v1.4.0: Changes to ingress config (#33)

23 Oct 09:59
47e4b4d
Compare
Choose a tag to compare

What’s Changed

🚀 Features

  • Changes to ingress config - Remove unused ingress path type routing - Add traefik additionalRuleNames (#33) @bashofmann