Skip to content

Bump github.com/ollama/ollama from 0.5.12 to 0.21.1#6

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/ollama/ollama-0.21.1
Closed

Bump github.com/ollama/ollama from 0.5.12 to 0.21.1#6
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/ollama/ollama-0.21.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Bumps github.com/ollama/ollama from 0.5.12 to 0.21.1.

Release notes

Sourced from github.com/ollama/ollama's releases.

v0.21.1

What's Changed

Full Changelog: ollama/ollama@v0.21.0...v0.21.1

v0.21.0

Hermes Agent

ollama launch hermes

Hermes learns with you, automatically creating skills to better serve your workflows. Great for research and engineering tasks.

What's Changed

  • Gemma 4 on MLX. Added support for running Gemma 4 via MLX on Apple Silicon, including a text-only MLX runtime for the model. The MLX backend also picked up mixed-precision quantization, better capability detection, and a batch of new op wrappers (Conv2d, Pad, activations, trig, masked SDPA, and RoPE-with-freqs).
  • Hermes and GitHub Copilot CLI in ollama launch. Added both integrations, which can now be configured in one command alongside the rest of the supported coding agents.
  • OpenCode moved to inline config. ollama launch opencode now writes its config inline rather than to a separate file, matching how other integrations are handled.
  • ollama launch no longer rewrites config when nothing changed. Pressing → on a configured multi-model integration, or passing --model with the current primary, used to trigger a confirmation prompt and rewrite both the editor's config file and config.json. Now it's a no-op when the resolved model list matches what's already saved.
  • Fixed ollama launch openclaw --yes so it correctly skips the channels configuration step, so non-interactive setups complete cleanly.
  • Restored the Gemma 4 nothink renderer with the e2b-style prompt.
  • Fixed the Gemma 4 compiler error that was breaking Metal builds.
  • Fixed macOS cross-compiles so they no longer trigger generate, which was breaking cmake builds on some Xcode versions.
  • Quieted cgo builds by suppressing deprecated warnings during go build.

Full Changelog: ollama/ollama@v0.20.7...v0.21.0

v0.20.7

What's Changed

Full Changelog: ollama/ollama@v0.20.6...v0.20.7

v0.20.6

What's Changed

  • Gemma 4 tool calling ability is improved and updated to use Google's latest post-launch fixes
  • Parallel tool calling improved for streaming responses
  • Hermes agent Ollama integration guide is now available
  • Ollama app is updated to fix image attachment errors

... (truncated)

Commits
  • 2188357 launch: replace kimi-k2.5 with k2.6 as top recommended model (#15737)
  • ce99f24 mlxrunner: tokenize prompts in request handler goroutines
  • 04f5f0c mlx: improve thread safety of array management
  • fb36a01 app/ui: fix model picker showing stale model after switching chats (#15280)
  • 0c65ed3 cmd: populate model capabilities in launchInteractiveModel (#15712)
  • 22d6c81 mlxrunner: fuse top-P and top-K into a single sort pass
  • ca01373 mlxrunner: use MaxAxis in the min-P sampler
  • 24e038d mlxrunner: add logprobs support
  • 5d10216 server: apply format when think=false for gemma4 (#15678)
  • 8e05d73 launch: add kimi cli integration with installer flow (#15723)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/ollama/ollama](https://github.com/ollama/ollama) from 0.5.12 to 0.21.1.
- [Release notes](https://github.com/ollama/ollama/releases)
- [Commits](ollama/ollama@v0.5.12...v0.21.1)

---
updated-dependencies:
- dependency-name: github.com/ollama/ollama
  dependency-version: 0.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 22, 2026
@skyforce77
Copy link
Copy Markdown
Owner

Superseded: ollama SDK v0.21.x changes ToolCallFunctionArguments from map[string]any to a typed struct, which breaks pkg/llm/ollama/chat.go. Adapter migration is tracked for v0.2; v0.1 stays on 0.5.12 with documented advisories in SECURITY.md.

@skyforce77 skyforce77 closed this Apr 22, 2026
@skyforce77 skyforce77 deleted the dependabot/go_modules/github.com/ollama/ollama-0.21.1 branch April 22, 2026 13:51
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 22, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant