v1.18.0-beta23
·
275 commits
to main
since this release
Dependency Bumps
- solo-io/cloud-builders has been upgraded to 0.10.1.
- golang/go has been upgraded to go1.23.1.
- solo-io/go-utils has been upgraded to 0.27.0.
Helm Changes
- Automatically set the GOMAXPROCS environment variable in the gloo and discovery pods when CPU resource limits are set (via the
resources.limits.cpu
deployment helm value). Automatically set the GOMEMLIMIT environment variable in the gloo and discovery pods when memory resource limits are set (via theresources.limits.memory
deployment helm value). These may help limit CPU/memory usage when resource limits are set on the pods. (solo-io#10062)
New Features
- Add an API to allow configuring prioritized pools of LLM backends. (solo-io/solo-projects#6957)
- Add an API to allow configuring Weaviate as a backend for semantic caching. (solo-io/solo-projects#6919)