Skip to content

Releases: bgupta/ollama-update

v0.1.7

08 Mar 13:42

Choose a tag to compare

Improvements

  • Deterministic output order (#13): Results now print in sorted model-name order instead of worker-completion order. Parallel checks still run concurrently — only the display is buffered. Stable output for CI, cron, and side-by-side comparison.

v0.1.6

08 Mar 13:10

Choose a tag to compare

Improvements

  • Improved CLI help text (#12): Grouped flags by purpose (Actions, Output, Configuration), added one-line description, added 4 usage examples.

v0.1.5

08 Mar 12:47

Choose a tag to compare

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/show error 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 :latest by /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

08 Mar 04:07

Choose a tag to compare

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

08 Mar 03:43

Choose a tag to compare

What's Changed

  • Added --version / -v flag to display current version
  • Updated help text and README options table

Full Changelog: v0.1.2...v0.1.3

v0.1.2

08 Mar 03:43

Choose a tag to compare

What's Changed

  • macOS portability: replaced GNU-specific shell features (portable date parsing, wait -n fallback)
  • Lowered bash requirement from 4.3+ to 4.0+
  • Added platform support documentation

Full Changelog: v0.1.1...v0.1.2

v0.1.1

08 Mar 03:43

Choose a tag to compare

What's Changed

  • Added bash 4.3+ version guard to prevent running on older shells

Full Changelog: v0.1.0...v0.1.1

v0.1.0

08 Mar 02:01

Choose a tag to compare

Initial release