Releases: bgupta/ollama-update
Releases · bgupta/ollama-update
v0.1.7
v0.1.6
v0.1.5
Bug fixes
- Soft registry errors detected (#8):
get_remote_digest()now checks for Docker registry error responses and non-manifest bodies instead of silently returning empty (which was misclassified as "not in registry"). - Soft local API errors detected (#9):
get_local_digest()now checks for Ollama/api/showerror responses instead of treating them as "no modelfile". - Custom model VRAM reload (#10): Fixed tag normalization mismatch where rebuilt custom models (stored without
:latest) weren't matched against loaded models (reported with:latestby/api/ps). - Exit code 2 docs (#11): Help text and README now correctly describe exit code 2 as covering all errors (usage, check failures, API errors), not just usage errors.
v0.1.4
Bug fixes
- Registry failure detection (#6): Workers that crash without producing results are now detected. Missing results are reported as ERROR status and the run exits 2 instead of silently succeeding with an empty result set.
- VRAM reload error checking (#7): Unload/reload responses are now checked for Ollama API error bodies. Failed reloads print WARN instead of false OK.
- Exit code fix (#5): Bash version guard now exits 2 (usage error) instead of 1, which was reserved for "updates available".
v0.1.3
What's Changed
- Added
--version/-vflag to display current version - Updated help text and README options table
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- macOS portability: replaced GNU-specific shell features (portable date parsing,
wait -nfallback) - Lowered bash requirement from 4.3+ to 4.0+
- Added platform support documentation
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Added bash 4.3+ version guard to prevent running on older shells
Full Changelog: v0.1.0...v0.1.1