Releases: qdrant/kubernetes-api
Releases · qdrant/kubernetes-api
v1.6.6
What’s Changed
🧰 Maintenance
- Added GetServicePerNode for reflecting the default (consistently) (#53) @Robert-Stam
v1.6.5
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
What’s Changed
🚀 Features
- Duplicate CRDs into crds directory to be used in kustomizations (#50) @bashofmann
🐛 Bug Fixes
🧰 Maintenance
- Added a small test to check Validate (missing the resources) (#44) @Robert-Stam
v1.6.3
What’s Changed
🚀 Features
- Add snapshot duration field in QdrantClusterSnapshot status (#43) @hossainemruz
v1.6.2: Add monitoring to region status (#41)
v1.6.1
What’s Changed
🐛 Bug Fixes
- No need to restart all pods if RestartAllPodsConcurrently setting has been changed. (#42) @Robert-Stam
v1.6.0
What’s Changed
🚀 Features
- Added QC.Spec.RestartAllPodsConcurrently for adding one-shot-restart functionality (#40) @Robert-Stam
v1.5.1
What’s Changed
🧰 Maintenance
- Bump sigs.k8s.io/controller-runtime from 0.19.0 to 0.19.1 (#35) @dependabot
- Bump k8s.io/api from 0.31.1 to 0.31.2 (#34) @dependabot
v1.5.0
What’s Changed
🚀 Features
- Add k3s as a detectable Kubernetes distribution (#38) @bashofmann
- Remove AdditionalRuleNames, since they are not needed anymore (#39) @bashofmann
- Add field to hide JWT dashboard (#37) @superseb
v1.4.0: Changes to ingress config (#33)
What’s Changed
🚀 Features
- Changes to ingress config - Remove unused ingress path type routing - Add traefik additionalRuleNames (#33) @bashofmann