Skip to content

Releases: weaviate/weaviate-helm

v15.0.0-alpha.2

29 Aug 08:13
4527d09
Compare
Choose a tag to compare
v15.0.0-alpha.2 Pre-release
Pre-release

New Features

Full Changelog: v15.0.0-alpha.1...v15.0.0-alpha.2

v15.0.0-alpha.1 - change default values

19 Aug 18:15
2205ee1
Compare
Choose a tag to compare
Pre-release

New remote repo for Helm Charts

New default values:

Full Changelog: v14.4.0...v14.4.1

v14.4.0 - Support for Prometheus scraping

28 Jul 08:52
59a50de
Compare
Choose a tag to compare

New Features

  • Making the probes' initiaDelaySeconds configurable for the text2vec-transformers module by @zoltan-fedor in #78
  • Missing support for Prometheus scraping by @zoltan-fedor in #79

Full Changelog: v14.3.0...v14.4.0

v14.4.0-rc.0 Set terminationGracePeriodSeconds

01 Jul 08:49
e400d7f
Compare
Choose a tag to compare
  • Make terminationGracePeriodSeconds configurable, default to 600.

v14.3.0

03 May 17:50
fd01652
Compare
Choose a tag to compare

What's Changed

  • from semi.technology to weaviate.io by @dvanderrijst in #68
  • Allow for per-module pod scheduling hints by @goodgravy in #69
  • gh-60 and gh-63 Adding AntiAffinity rules to the StatefulSet to spread the weaviate instances and liveness probe timeout increased to 3s by @zoltan-fedor in #61
  • WVT-63: Add support for passage and context endpoints in transformers module by @aliszka in #70
  • WVT-63: helpers template improved by @aliszka in #71
  • fixes template values for collector proxy by @aliszka in #72
  • Weaviate release 1.13 by @aliszka in #75
  • Helm release 14.3.0 by @aliszka in #76

New Contributors

Full Changelog: v14.2.0...v14.3.0

v14.3.0-rc.0 - AntiAffinity rules, per-module pod scheduling hints, support for passage and query endpoints

27 Apr 14:52
9d8655f
Compare
Choose a tag to compare

Pre-release v14.3.0

  • support for passage and query endpoints in t2v-transformers
  • allow for per-module pod scheduling hints
  • adding AntiAffinity rules to Weaviate's StatefulSet

v14.2.0

14 Feb 09:41
2495ecc
Compare
Choose a tag to compare

What's Changed

  • Add nodeSelector, affinity and tolerations by @freakst in #62
  • gh-66 Support OpenAI module by @antas-marcin in #67
  • Add startup probe option, expand probes adjustments. by @freakst in #64
  • support overwriting command/args for weaviate
  • allow setting annotations for service types

New Contributors

Full Changelog: v14.1.0...v14.2.0

v14.2.0-rc.1 - Set annotations for services

08 Feb 14:40
d9a7b10
Compare
Choose a tag to compare
allow setting annotations for service types

v14.2.0-rc.0 - Node Affinitiy/Tolerations, Support to overwrite commands

14 Jan 10:57
bf87080
Compare
Choose a tag to compare
support overwriting command/args for weaviate

v14.1.0 Support multi2vec, Fix ENABLE_MODULES logic

17 Dec 09:56
2b1fc93
Compare
Choose a tag to compare
  • Supports Weaviate v1.9.0 with the multi2vec-clip module (#58)
  • Improves the ENABLE_MODULES string logic thanks to Helm v3 features. Thank you to first-time contributor @zoltan-fedor. (#55, #57)