kubeai 0.6.0
Breaking change:
- The Model resource will no longer support setting resources, nodeSelector and affinity rules. Those will have to be set in the resourceProfile. This is to prevent confusion and conflicts when both resourceProfile and model set those fields.
What's Changed
- fix quickstart e2e test flakiness by @samos123 in #205
- Add Tolerations and Affinity support by @vlameiras in #204
- Add support for container images with built-in models by @nstogner in #201
- Add API reference docs by @nstogner in #210
- add tutorial using langchain by @samos123 in #211
- Configurable autoscaling by @nstogner in #203
- Recreate KubeAI Pods on change to ConfigMap & add missing ConfigMap field by @nstogner in #214
- Add adopters by @samos123 in #215
- Separate charts [BREAKING CHANGE TO HELM CHARTS] by @nstogner in #220
New Contributors
- @vlameiras made their first contribution in #204
Full Changelog: v0.5.3...v0.6.0