Releases: weaviate/weaviate-helm
v13.3.0 - Added support for img2vec-neural module
Added support for img2vec-neural module
v13.2.1 - Added ability to define custom pvc for Weaviate
Added ability to define custom pvc for Weaviate
v13.2.0 - Support for Weaviate v1.4.0, support for image module
Added support for image module
v13.1.0 - Support For Weaviate v1.3.0, support QnA module
Merge pull request #40 from semi-technologies/prepare-release-13.1 prepare release 13.1.0
v13.0.0 - Full module support
Supports Weaviate's module strategy. Breaking changes because contextionary
was moved to modules.text2vec-contextionary
, other than that it is backward-compatible.
Still defaults to deploying with the contextionary.
v12.1.0 - Support for usage collector origin variable
Support for usage collector origin variable
v12.0.0 - Support Weaviate v1.0.0
Supports Weaviate v1.0.0. A clean install is recommended.
v11.0.0 - Weaviate Standalone
Supports Weaviate 0.23.0, i.e. the standalone version which no longer depends on Elasticsearch or etcd.
Since Weaviate 0.22.x to Weaviate 0.23.0 is not upgradeable, neither is this helm chart. Requires a new setup and reimport of all data.
v10.3.1 - Liveness and readyness probes in collector proxy
Adds liveness and readyness probes for the collector proxy.
Fixes unhealthy state when deploying with a gke ingress.
v10.3.0 - Optional collector proxy
Values contains the option to configure a meta data collector proxy in front of the normal weaviate service.
Such a proxy may be used to optimize the deployment or detect malicious attacks.