Ollama Operator Versions Save

Yet another operator for running large language models on Kubernetes with ease. Powered by Ollama! 🐫

v0.7.1

1 month ago

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, Models 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/[email protected]

v0.7.0

1 month ago

What's Changed

New Contributors

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/[email protected]

Full Changelog: https://github.com/nekomeowww/ollama-operator/compare/v0.6.0...v0.7.0

v0.6.0

1 month ago

Changelog

  • e25cf54 release: v0.6.0

v0.5.4

1 month ago

Changelog

  • ddf6a17 release: v0.5.4

v0.5.3

1 month ago

Changelog

  • fb5e132 release: v0.5.3

v0.5.2

1 month ago

Changelog

  • cbf7f90 release: v0.5.2

v0.5.1

1 month ago

Changelog

  • 7069afb release: v0.5.1

v0.5.0

1 month ago

Changelog

  • 9ba6174 docs: completed documentations about cli

v0.4.0

1 month ago

Changelog

  • 9615b42 feat(kollama): added two new options

v0.3.0

1 month ago

Changelog

  • 2c7fb80 feat(kollama): validate args