Releases: ganochenkodg/qdrant-operator
Releases · ganochenkodg/qdrant-operator
0.3.2: new specs and tests
- Added new specs: sidecarContainers, additionalVolumes, additionalVolumeMounts
- Added unit tests with AVA
0.3.1: template refactoring
Merged similar template functions into one generic.
0.3.0: add backups
Added new .snapshots
feature to manage collection backups.
0.2.3: bugfixes
- Fixed Qdrant cluster scaling 1 => N replicas
- Added background checker for lease ownership
- Bugfixes in the setStatus function
0.2.2
Small bugfixes
0.2.1: graceful shutdowns
Added graceful shutdown, leasing parameters were slightly tuned.
0.2.0: operator's cluster mode
The operator is working now in cluster mode (leader elections are performed by Kubernetes Leases).
0.1.5 - additional collection configs
Added support for additional collection params with the spec.config
spec. See the example: qdrant-collection-complete.yaml.
release 0.1.4
- Refactor the settingStatus function code.
- TLS now includes encryption for both client and internode connections. Change the certificate generation method.
- Resolve the event race between operator replicas.
- Small bugfixes.
0.1.3 various bugfixes
Just bugfixes, nothing else