Releases: nekomeowww/ollama-operator
Releases · nekomeowww/ollama-operator
v0.9.1
v0.8.0
v0.7.1
Changelog
- 48206ef release: v0.7.1
💥 Breaking Changes
We found that the labels were not correctly aligned and categorized, for the workloads of StatefulSet
named as ollama-models-store
, and PVC
named as ollama-models-store-pvc
, Model
s created and deployed will need to be deleted and re-created again when migrating.
How to migrate
kubectl delete model.ollama.ayaka.io --all
kubectl delete statefulset ollama-models-store
kubectl delete pvc ollama-models-store-pvc
kubectl delete -f https://github.com/nekomeowww/ollama-operator/blob/v0.7.0/dist/install.yaml
How to upgrade operator
kubectl apply -f https://github.com/nekomeowww/ollama-operator/blob/v0.7.1/dist/install.yaml
How to upgrade kollama
go install github.com/nekomeowww/ollama-operator/cmd/kollama@v0.7.1
v0.7.0
What's Changed
- fix(kollama): init resource list before modifications
44b1947
- feat(kollama): implemented resource limit for kollama cli
ed35340
- feat: support resource limits, added docs for them at
c464635
- docs: add chocolatey snippet by @LemonNekoGH in #3
New Contributors
- @LemonNekoGH made their first contribution in #3
How to upgrade operator
kubectl delete -f https://github.com/nekomeowww/ollama-operator/blob/v0.6.0/dist/install.yaml
kubectl apply -f https://github.com/nekomeowww/ollama-operator/blob/v0.7.0/dist/install.yaml
How to upgrade kollama
go install github.com/nekomeowww/ollama-operator/cmd/kollama@v0.7.0
Full Changelog: v0.6.0...v0.7.0