Skip to content

Releases: nekomeowww/ollama-operator

v0.10.6

18 Feb 09:37
v0.10.6
2ca048b
Compare
Choose a tag to compare

What's Changed

  • chore: change flag configuration for kollama command by @Fleezesd in #45
  • fix: incorrect image to model name & incorrect service check by @nekomeowww in #46

Dependency update

  • chore(deps): update dependency vite to v6.0.9 [security] by @renovate in #38
  • chore(deps): update dependency unocss to v65 by @renovate in #43
  • chore(deps): update dependency @antfu/eslint-config to v4 by @renovate in #42
  • chore(deps): update dependency vite-plugin-inspect to v10 by @renovate in #44
  • chore(deps): update dawidd6/action-download-artifact action to v8 by @renovate in #41
  • fix(deps): update all non-major dependencies by @renovate in #40

New Contributors

Full Changelog: v0.10.5...v0.10.6

v0.10.5

14 Jan 01:21
v0.10.5
cbdfae9
Compare
Choose a tag to compare

Changelog

v0.10.1

11 Nov 02:34
v0.10.1
6eae886
Compare
Choose a tag to compare

Changelog

v0.10.0

10 Nov 04:20
v0.10.0
f95b0dd
Compare
Choose a tag to compare

What's Changed

  • feat: refactors, added new extraEnvVar, extraEnvFrom, runtimeClassName and podTemplate for Model CRD, fixes by @nekomeowww in #18
  • chore(ci|go): bump deps by @nekomeowww in #19

Full Changelog: v0.9.1...v0.10.0

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