Skip to content

chore(deps): update dependency ollama/ollama to v0.34.3 - #1762

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ollama-ollama-0.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ollama-ollama-0.x

Conversation

@renovate

@renovate renovate Bot commented Sep 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change Pending
ollama/ollama patch v0.34.2v0.34.3 v0.34.4

Release Notes

ollama/ollama (ollama/ollama)

v0.34.3

Compare Source

What's Changed

GET /api/show now advertises each model's thinking controls and default:

Available in the CLI with:

ollama show gemma4
    thinking
        levels     false, true
        default    true

Available in the API with:

curl http://localhost:11434/api/show -d '{"model": "glm-5.3-flash:cloud"}'
{
  "thinking": {
    "values": ["low", "high", "max"],
    "default": "max"
  }
}

Also available on ollama.com directly for cloud models.

  • Nemotron H vision models are now supported on Apple Silicon with MLX
  • Ollama's macOS app will now no longer reopen windows you've closed when activating it
  • Fix for model pulls from HuggingFace

Full Changelog: ollama/ollama@v0.34.2...v0.34.3


Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Sep 24, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants