Releases: nekomeowww/ollama-operator
Releases · nekomeowww/ollama-operator
v0.10.6
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
v0.10.1
v0.10.0
What's Changed
- feat: refactors, added new
extraEnvVar
,extraEnvFrom
,runtimeClassName
andpodTemplate
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
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/[email protected]
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/[email protected]
Full Changelog: v0.6.0...v0.7.0