Skip to content

Releases: nekomeowww/ollama-operator

v0.9.1

23 Aug 15:39
v0.9.1
2717e82
Compare
Choose a tag to compare

Changelog

v0.8.0

24 Jul 15:20
v0.8.0
1c0700d
Compare
Choose a tag to compare

Changelog

v0.7.1

29 Apr 03:15
v0.7.1
48206ef
Compare
Choose a tag to compare

Changelog

💥 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

25 Apr 04:09
v0.7.0
85cb759
Compare
Choose a tag to compare

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

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: v0.6.0...v0.7.0

v0.6.0

22 Apr 14:27
v0.6.0
e25cf54
Compare
Choose a tag to compare

Changelog

v0.5.4

22 Apr 02:51
v0.5.4
ddf6a17
Compare
Choose a tag to compare

Changelog

v0.5.3

22 Apr 02:35
v0.5.3
fb5e132
Compare
Choose a tag to compare
v0.5.3 Pre-release
Pre-release

Changelog

v0.5.2

21 Apr 15:42
v0.5.2
cbf7f90
Compare
Choose a tag to compare

Changelog

v0.5.1

21 Apr 08:12
v0.5.1
7069afb
Compare
Choose a tag to compare

Changelog

v0.5.0

21 Apr 05:32
v0.5.0
9ba6174
Compare
Choose a tag to compare

Changelog

  • 9ba6174 docs: completed documentations about cli