Skip to content

v0.0.22 - Anchore SBOM CI fixes (#268)

Choose a tag to compare

@github-actions github-actions released this 13 Aug 22:57
· 31 commits to main since this release
ad8d89e

🌟 Summary

Patch release focused on CI reliability and documentation polish: more robust SBOM generation in CI and a clearer getting-started flow for the Ultralytics HUB SDK. No runtime or API behavior changes. πŸš€

πŸ“Š Key Changes

  • CI/SBOM hardening (PR #268, priority): Adds virtual environment creation before installing the package during SBOM generation (uv venv && uv pip install -e .). πŸ› οΈ
  • Version bump: Updates hub_sdk version to 0.0.22 to reflect CI stability improvements. πŸ”–
  • CI simplification (PR #267): Replaces uv sync with direct editable install for faster, more predictable SBOM builds. ⏱️
  • Docs improvement (PR #266): Fixes README by adding the missing HUBClient import and streamlining setup steps. πŸ“š

🎯 Purpose & Impact

  • More reliable builds: Isolated environment and simpler install path make SBOM creation more stable and repeatable. πŸ”’
  • Faster CI: Avoiding full dependency sync reduces build time and complexity. ⚑
  • Clearer onboarding: README now includes a copy-paste-ready HUBClient import and a cleaner setup sequence. βœ…
  • Minimal user impact: No model or feature changes; existing integrations keep working as-is. πŸ‘

What's Changed

New Contributors

Full Changelog: v0.0.21...v0.0.22