Releases: docker/model-runner
Releases · docker/model-runner
Docker Model Runner v1.1.17
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
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
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
What's Changed
🚀 Features
- feat: add ErrorTransformer for llama.cpp (#729) @doringeman
🔧 Maintenance
- feat(ci): add imagesOnly input to release workflow (#732) @doringeman
- refactor(envconfig): remove unused EnvVar type and AsMap helper (#727) @doringeman
- chore: add .gitattributes (#734) @doringeman
Full Changelog: v1.1.9...v1.1.10
Docker Model Runner v1.1.9
What's Changed
🐛 Bug Fixes
- deny launchservicesd mach-lookup to avoid escape (#715) @ericcurtin
📦 Dependencies
- chore: bump llama.cpp (https://github.com/ggml-org/llama.cpp/releases/b8184) (#719) @app/github-actions
- chore(go): 1.26 (#723) @doringeman
Full Changelog: v1.1.8...v1.1.9
Docker Model Runner v1.1.8
What's Changed
🔧 Maintenance
- Add Gemini code review configuration (#714) @ericcurtin
Full Changelog: v1.1.7...v1.1.8
Docker Model Runner v1.1.5
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
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
What's Changed
🚀 Features
- refactor(backends): standardize status reporting across all backends (#702) @doringeman
🐛 Bug Fixes
- fix(cli): use Docker client dialer for Desktop mode (#701) @doringeman
🔧 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
What's Changed
🚀 Features
- add server version endpoint and client version display (#664) @ilopezluna
🐛 Bug Fixes
- fix(cli): drop cmd/cli tag prefix (#697) @doringeman
🔧 Maintenance
- fix: enhance release workflow to include trigger time and improve run detection logic (#698) @ilopezluna
Full Changelog: v1.0.30...v1.1.0