Skip to content

Releases: docker/model-runner

Docker Model Runner v1.1.17

20 Mar 16:24
8babe24

Choose a tag to compare

What's Changed

🚀 Features

  • feat(backends): add Uninstall method to Backend interface and uninstall-backend endpoint (#770) @doringeman

Full Changelog: v1.1.16...v1.1.17

Docker Model Runner v1.1.14

18 Mar 14:02
bbabcc4

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix(standalone): resolve image LD_LIBRARY_PATH instead of literal shell var (#764) @doringeman

🔧 Maintenance

  • cmd/cli/commands: use local fork of hooks.PrintNextSteps (#763) @thaJeztah

Full Changelog: v1.1.13...v1.1.14

Docker Model Runner v1.1.11

10 Mar 06:51
872302b

Choose a tag to compare

What's Changed

🚀 Features

  • feat: support vLLM nightly builds via wheels.vllm.ai (#736) @doringeman
    • Install vLLM from wheels.vllm.ai allowing nightly builds and commit-specific versions
    • Bump default vLLM version to 0.17.0 with Qwen3.5 support

🐛 Bug Fixes

  • fix(cli): resolve infinite loop and output bugs in log merging (#743) @doringeman
    • Fix deadlock when service and engine logs have equal timestamps
    • Add regression tests for log merge scenarios

🔧 Maintenance

  • refactor: remove models-store in favor of default ~/.docker/models (#730) @doringeman
    • Align Makefile with Go code defaults to share model store with Docker Desktop

📦 Dependencies

  • chore: bump llama.cpp to b8247 (#739) @github-actions
  • chore(deps): bump the go-modules-root group with 7 updates (#740) @dependabot
    • docker/cli: 29.2.1 → 29.3.0
    • mattn/go-runewidth: 0.0.20 → 0.0.21
    • moby/moby/api: 1.53.0 → 1.54.0
    • moby/moby/client: 0.2.2 → 0.3.0
    • go.opentelemetry.io/otel: 1.40.0 → 1.42.0
    • golang.org/x/sync: 0.19.0 → 0.20.0
    • golang.org/x/sys: 0.41.0 → 0.42.0
  • chore(deps): bump the github-actions group with 6 updates (#741) @dependabot
    • docker/bake-action: 6 → 7
    • docker/setup-buildx-action: 3 → 4
    • docker/setup-docker-action: 4.7.0 → 5.0.0
    • docker/cagent-action: 1.2.4 → 1.2.8
    • docker/login-action: 3.7.0 → 4.0.0
    • docker/build-push-action: 6.19.2 → 7.0.0

Full Changelog: v1.1.10...v1.1.11

Docker Model Runner v1.1.10

05 Mar 10:39
f8c69db

Choose a tag to compare

What's Changed

🚀 Features

🔧 Maintenance

Full Changelog: v1.1.9...v1.1.10

Docker Model Runner v1.1.9

04 Mar 08:54
0d39000

Choose a tag to compare

What's Changed

🐛 Bug Fixes

📦 Dependencies

Full Changelog: v1.1.8...v1.1.9

Docker Model Runner v1.1.8

26 Feb 18:26
c58b4a2

Choose a tag to compare

What's Changed

🔧 Maintenance

Full Changelog: v1.1.7...v1.1.8

Docker Model Runner v1.1.5

24 Feb 10:53
55bcea0

Choose a tag to compare

What's Changed

🔧 Maintenance

  • fix(release): refine manual approval process for Docker CE release workflow and clarify job dependencies (33b6bf0) @ilopezluna
  • fix(release): remove unused output variables from release workflow (931ae45) @ilopezluna
  • fix(release): simplify deploy workflow trigger by removing unnecessary output handling (55bcea0) @ilopezluna

Full Changelog: v1.1.4...v1.1.5

Docker Model Runner v1.1.3

23 Feb 14:23
707eb64

Choose a tag to compare

What's Changed

🔧 Maintenance

  • fix(release): enhance workflow run commands to extract run URLs and IDs more reliably

Full Changelog: v1.1.2...v1.1.3

Docker Model Runner v1.1.1

20 Feb 07:37
c0d3c09

Choose a tag to compare

What's Changed

🚀 Features

  • refactor(backends): standardize status reporting across all backends (#702) @doringeman

🐛 Bug Fixes

🔧 Maintenance

  • refactor: unify vllm and vllm-metal into a single "vllm" backend (#700) @doringeman
  • refactor: extract shared infrastructure into pkg/routing (#699) @doringeman

Full Changelog: v1.1.0...v1.1.1

Docker Model Runner v1.1.0

19 Feb 13:09
f55b3bd

Choose a tag to compare

What's Changed

🚀 Features

  • add server version endpoint and client version display (#664) @ilopezluna

🐛 Bug Fixes

🔧 Maintenance

  • fix: enhance release workflow to include trigger time and improve run detection logic (#698) @ilopezluna

Full Changelog: v1.0.30...v1.1.0