Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 04:09
· 14 commits to main since this release
v0.7.0
85cb759

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