chore(deps): update dependency ollama/ollama to v0.15.5 #3768

Merged
renovate-bot merged 1 commits from renovate/unified-ollamaollama into main 2026-02-06 04:22:20 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ollama/ollama patch 0.15.40.15.5

Release Notes

ollama/ollama (ollama/ollama)

v0.15.5

Compare Source

New models

  • GLM-OCR: GLM-OCR is a multimodal OCR model for complex document understanding, built on the GLM-V encoder–decoder architecture.
  • Qwen3-Coder-Next: a coding-focused language model from Alibaba's Qwen team, optimized for agentic coding workflows and local development.

Improvements to ollama launch

  • ollama launch can now be provided arguments, for example ollama launch claude -- --resume
  • ollama launch will now work run subagents when using ollama launch claude
  • Ollama will now set context limits for a set of models when using ollama launch opencode

What's Changed

  • Sub-agent support for ollama launch for planning, deep research, and similar tasks
  • ollama signin will now open a browser window to make signing in easier
  • Ollama will now default to the following context lengths based on VRAM:
    • < 24 GiB VRAM: 4,096 context
    • 24-48 GiB VRAM: 32,768 context
    • >= 48 GiB VRAM: 262,144 context
  • GLM-4.7-Flash support on Ollama's experimental MLX engine
  • ollama signin will now open the browser to the connect page
  • Fixed off by one error when using num_predict in the API
  • Fixed issue where tokens from a previous sequence would be returned when hitting num_predict

New Contributors

Full Changelog: https://github.com/ollama/ollama/compare/v0.15.4...v0.15.5


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ollama/ollama](https://github.com/ollama/ollama) | patch | `0.15.4` → `0.15.5` | --- ### Release Notes <details> <summary>ollama/ollama (ollama/ollama)</summary> ### [`v0.15.5`](https://github.com/ollama/ollama/releases/tag/v0.15.5) [Compare Source](https://github.com/ollama/ollama/compare/v0.15.4...v0.15.5) #### New models - [GLM-OCR](https://github.com/ollama/ollama/pull/14024): GLM-OCR is a multimodal OCR model for complex document understanding, built on the GLM-V encoder–decoder architecture. - [Qwen3-Coder-Next](https://ollama.com/library/qwen3-coder-next): a coding-focused language model from Alibaba's Qwen team, optimized for agentic coding workflows and local development. #### Improvements to `ollama launch` - `ollama launch` can now be provided arguments, for example `ollama launch claude -- --resume` - `ollama launch` will now work run subagents when using `ollama launch claude` - Ollama will now set context limits for a set of models when using `ollama launch opencode` #### What's Changed - Sub-agent support for `ollama launch` for planning, deep research, and similar tasks - `ollama signin` will now open a browser window to make signing in easier - Ollama will now default to the following context lengths based on VRAM: - < 24 GiB VRAM: 4,096 context - 24-48 GiB VRAM: 32,768 context - \>= 48 GiB VRAM: 262,144 context - GLM-4.7-Flash support on Ollama's experimental MLX engine - `ollama signin` will now open the browser to the connect page - Fixed off by one error when using `num_predict` in the API - Fixed issue where tokens from a previous sequence would be returned when hitting `num_predict` #### New Contributors - [@&#8203;avukmirovich](https://github.com/avukmirovich) made their first contribution in [#&#8203;13934](https://github.com/ollama/ollama/pull/13934) **Full Changelog**: <https://github.com/ollama/ollama/compare/v0.15.4...v0.15.5> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsImltYWdlIl19-->
renovate-bot added the imageautomerge labels 2026-02-06 04:22:01 +00:00
renovate-bot added 1 commit 2026-02-06 04:22:03 +00:00
chore(deps): update dependency ollama/ollama to v0.15.5
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
render-manifests-merge / render-manifests-merge (pull_request) Has been skipped
lint-test-helm / lint-helm (pull_request) Successful in 42s
render-manifests-automerge / render-manifests-automerge (pull_request) Successful in 1m0s
aeb23db128
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-02-06 04:22:11 +00:00
renovate-bot merged commit 175e6cc9d8 into main 2026-02-06 04:22:20 +00:00
renovate-bot deleted branch renovate/unified-ollamaollama 2026-02-06 04:22:31 +00:00
Sign in to join this conversation.