From 98e796a79f46a5e301fc70b59d7814b49876925a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 3 Apr 2026 00:36:59 +0000 Subject: [PATCH] chore(deps): update ollama to v0.20.0 (#5420) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ollama/ollama](https://github.com/ollama/ollama) | minor | `0.19.0` → `0.20.0` | | ollama/ollama | minor | `0.19.0` → `0.20.0` | --- ### Release Notes
ollama/ollama (ollama/ollama) ### [`v0.20.0`](https://github.com/ollama/ollama/releases/tag/v0.20.0) [Compare Source](https://github.com/ollama/ollama/compare/v0.19.0...v0.20.0) Gemma 4 #### Gemma 4 **Effective 2B (E2B)** ``` ollama run gemma4:e2b ``` **Effective 4B (E4B)** ``` ollama run gemma4:e4b ``` **26B (Mixture of Experts model with 4B active parameters)** ``` ollama run gemma4:26b ``` **31B (Dense)** ``` ollama run gemma4:31b ``` #### What's Changed - docs: update pi docs by [@​ParthSareen](https://github.com/ParthSareen) in [#​15152](https://github.com/ollama/ollama/pull/15152) - mlx: respect tokenizer add\_bos\_token setting in pipeline by [@​dhiltgen](https://github.com/dhiltgen) in [#​15185](https://github.com/ollama/ollama/pull/15185) - tokenizer: add SentencePiece-style BPE support by [@​dhiltgen](https://github.com/dhiltgen) in [#​15162](https://github.com/ollama/ollama/pull/15162) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: (in timezone America/Chicago) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/5420 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/ollama/Chart.yaml | 2 +- clusters/cl01tl/helm/ollama/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/ollama/Chart.yaml b/clusters/cl01tl/helm/ollama/Chart.yaml index 008d84e7a..a5b446dff 100644 --- a/clusters/cl01tl/helm/ollama/Chart.yaml +++ b/clusters/cl01tl/helm/ollama/Chart.yaml @@ -31,4 +31,4 @@ dependencies: repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/ollama.png # renovate: datasource=github-releases depName=ollama/ollama -appVersion: 0.19.0 +appVersion: 0.20.0 diff --git a/clusters/cl01tl/helm/ollama/values.yaml b/clusters/cl01tl/helm/ollama/values.yaml index 0be49bbb5..640fd1da9 100644 --- a/clusters/cl01tl/helm/ollama/values.yaml +++ b/clusters/cl01tl/helm/ollama/values.yaml @@ -22,7 +22,7 @@ ollama: main: image: repository: ollama/ollama - tag: 0.19.0 + tag: 0.20.0 pullPolicy: IfNotPresent env: - name: OLLAMA_KEEP_ALIVE @@ -58,7 +58,7 @@ ollama: main: image: repository: ollama/ollama - tag: 0.19.0 + tag: 0.20.0 pullPolicy: IfNotPresent env: - name: OLLAMA_KEEP_ALIVE @@ -94,7 +94,7 @@ ollama: main: image: repository: ollama/ollama - tag: 0.19.0 + tag: 0.20.0 pullPolicy: IfNotPresent env: - name: OLLAMA_KEEP_ALIVE