Skip to content

v0.0.23 - Fix SBOM uv ops (#269)

Choose a tag to compare

@github-actions github-actions released this 13 Aug 23:29
· 30 commits to main since this release
af9b7a8

🌟 Summary

Release v0.0.23 streamlines the SBOM generation in the publishing workflow for more reliable, reproducible releases, with a version bump and no changes to user-facing APIs. πŸ”§πŸš€

πŸ“Š Key Changes

  • Simplified SBOM step by creating a named uv virtual environment: β€œsbom-env” πŸ§ͺ
  • Installed the package in editable mode within that venv (uv pip install -e .) πŸ“¦
  • Replaced environment handling: removed UV_PROJECT_ENVIRONMENT and set VIRTUAL_ENV to β€œsbom-env” πŸ”
  • Bumped package version to 0.0.23 πŸ”Ό

🎯 Purpose & Impact

  • More stable and predictable SBOM generation, reducing environment ambiguity βœ…
  • Improved reproducibility and maintainability of the release pipeline βš™οΈ
  • Lower risk of SBOM failures or mis-resolved environments, leading to more reliable distributions πŸ“„
  • No changes required for users or developers consuming the SDK; functionality remains the same πŸ‘

What's Changed

Full Changelog: v0.0.22...v0.0.23