Skip to content

Releases: ganochenkodg/qdrant-operator

0.3.2: new specs and tests

05 Feb 01:58
Compare
Choose a tag to compare
  • Added new specs: sidecarContainers, additionalVolumes, additionalVolumeMounts
  • Added unit tests with AVA

0.3.1: template refactoring

27 Jan 03:11
Compare
Choose a tag to compare
Pre-release

Merged similar template functions into one generic.

0.3.0: add backups

23 Jan 19:29
f3ba7b7
Compare
Choose a tag to compare
0.3.0: add backups Pre-release
Pre-release

Added new .snapshots feature to manage collection backups.

0.2.3: bugfixes

18 Jan 09:24
b01650b
Compare
Choose a tag to compare
0.2.3: bugfixes Pre-release
Pre-release
  • Fixed Qdrant cluster scaling 1 => N replicas
  • Added background checker for lease ownership
  • Bugfixes in the setStatus function

0.2.2

17 Jan 02:43
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

Small bugfixes

0.2.1: graceful shutdowns

15 Jan 15:56
c5d9ef1
Compare
Choose a tag to compare
Pre-release

Added graceful shutdown, leasing parameters were slightly tuned.

0.2.0: operator's cluster mode

14 Jan 18:36
729cf1e
Compare
Choose a tag to compare
Pre-release

The operator is working now in cluster mode (leader elections are performed by Kubernetes Leases).

0.1.5 - additional collection configs

13 Jan 16:49
efb7da3
Compare
Choose a tag to compare
Pre-release

Added support for additional collection params with the spec.config spec. See the example: qdrant-collection-complete.yaml.

release 0.1.4

12 Jan 23:15
Compare
Choose a tag to compare
release 0.1.4 Pre-release
Pre-release
  • 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

11 Jan 22:48
Compare
Choose a tag to compare
Pre-release

Just bugfixes, nothing else