Skip to content

chore(main): release 0.7.0#427

Merged
WilliamBerryiii merged 2 commits into
mainfrom
release-please--branches--main--components--physical-ai-toolchain
Apr 9, 2026
Merged

chore(main): release 0.7.0#427
WilliamBerryiii merged 2 commits into
mainfrom
release-please--branches--main--components--physical-ai-toolchain

Conversation

@physical-ai-toolchain-release
Copy link
Copy Markdown
Contributor

@physical-ai-toolchain-release physical-ai-toolchain-release Bot commented Apr 8, 2026

🤖 I have created a release beep boop

0.7.0 (2026-04-09)

✨ Features

  • build: add hve-core release pipeline with dependency SBOM and signing artifacts (#420) (2ff839a)
  • build: enforce strict warnings across all linters (#392) (b75e217)
  • evaluation: add fuzz testing infrastructure and property-based tests (#416) (d97d42c)
  • infrastructure: add optional ADLS Gen2 data lake storage account (#398) (3bb9012)
  • settings: add HVE Core extension to workspace and devcontainer recommendations (#226) (f0735d8)

🐛 Bug Fixes

  • docs: fix broken links, harden Docusaurus config, and integrate CI workflow (#430) (ea99997)
  • scripts: join shellcheck version output before -match to populate $Matches (#432) (8768e76)
  • scripts: map unmapped ShellCheck severity levels and harden version parsing (#434) (1e95a17)
  • scripts: resolve ShellCheck SC2034 and enable source-path resolution (#443) (04438ea)

🔧 Miscellaneous

  • deps-dev: bump basic-ftp from 5.2.0 to 5.2.1 (#429) (438660a)
  • deps: bump cryptography from 46.0.6 to 46.0.7 (#425) (2366647)

This PR was generated with Release Please. See documentation.

@physical-ai-toolchain-release physical-ai-toolchain-release Bot added the autorelease: pending Release-please PR pending merge label Apr 8, 2026
@physical-ai-toolchain-release physical-ai-toolchain-release Bot requested a review from a team as a code owner April 8, 2026 20:30
@physical-ai-toolchain-release physical-ai-toolchain-release Bot added the autorelease: pending Release-please PR pending merge label Apr 8, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 8, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 83aef39.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Files

None

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.41%. Comparing base (04438ea) to head (83aef39).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #427   +/-   ##
=======================================
  Coverage   64.41%   64.41%           
=======================================
  Files         251      251           
  Lines       15435    15435           
  Branches     2108     2108           
=======================================
  Hits         9942     9942           
  Misses       5205     5205           
  Partials      288      288           
Flag Coverage Δ
pester 82.24% <ø> (ø)
pytest 92.40% <ø> (ø)
pytest-dataviewer 63.87% <ø> (ø)
pytest-fuzz 1.59% <ø> (ø)
vitest 50.80% <ø> (ø)
🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@physical-ai-toolchain-release physical-ai-toolchain-release Bot force-pushed the release-please--branches--main--components--physical-ai-toolchain branch from 9c3d58a to 011aaef Compare April 8, 2026 20:42
WilliamBerryiii added a commit that referenced this pull request Apr 9, 2026
…tion (#443)

# Pull Request

## Description

Resolve ShellCheck SC2034 warning (`instance_type` assigned but not
used) in `evaluation/sil/scripts/submit-azureml-lerobot-eval.sh` that
has been blocking main CI for 8 consecutive runs, preventing
release-please from updating PR #427 (release 0.7.0). Additionally, add
`source-path` directives to `.shellcheckrc` to eliminate SC1091
informational notices across all repository scripts.

## Type of Change

- [x] 🐛 Bug fix (non-breaking change fixing an issue)
- [ ] ✨ New feature (non-breaking change adding functionality)
- [ ] 💥 Breaking change (fix or feature causing existing functionality
to change)
- [ ] 📚 Documentation update
- [ ] 🏗️ Infrastructure change (Terraform/IaC)
- [ ] ♻️ Refactoring (no functional changes)

## Component(s) Affected

- [ ] `infrastructure/terraform/prerequisites/` - Azure subscription
setup
- [ ] `infrastructure/terraform/` - Terraform infrastructure
- [ ] `infrastructure/setup/` - OSMO control plane / Helm
- [ ] `workflows/` - Training and evaluation workflows
- [ ] `training/` - Training pipelines and scripts
- [ ] `docs/` - Documentation

## Testing Performed

- [ ] Terraform `plan` reviewed (no unexpected changes)
- [ ] Terraform `apply` tested in dev environment
- [ ] Training scripts tested locally with Isaac Sim
- [ ] OSMO workflow submitted successfully
- [ ] Smoke tests passed (`smoke_test_azure.py`)

**Additional testing:**

- ShellCheck ran locally against the modified script — zero
warnings/errors
- Full lint suite (`Invoke-ShellCheck.ps1`) across all 42 repository
scripts — PASS (0 errors, 0 warnings)
- Verified `source-path` directives via `--norc` comparison: 2 SC1091
notices without directives → 0 with directives

## Documentation Impact

- [x] No documentation changes needed
- [ ] Documentation updated in this PR
- [ ] Documentation issue filed

## Bug Fix Checklist

- [ ] Linked to issue being fixed
- [ ] Regression test included, OR
- [x] Justification for no regression test: CI itself serves as the
regression test — ShellCheck runs on every push to main and every PR via
`Invoke-ShellCheck.ps1` in strict mode

## Checklist

- [x] My code follows the [project conventions](copilot-instructions.md)
- [x] Commit messages follow [conventional commit
format](instructions/commit-message.instructions.md)
- [x] I have performed a self-review
- [x] Documentation impact assessed above
- [x] No new linting warnings introduced

Co-authored-by: Bill Berry <wbery@microsoft.com>
@physical-ai-toolchain-release physical-ai-toolchain-release Bot force-pushed the release-please--branches--main--components--physical-ai-toolchain branch from 826a66e to cba7979 Compare April 9, 2026 20:00
@WilliamBerryiii WilliamBerryiii merged commit 39325a9 into main Apr 9, 2026
31 of 32 checks passed
@WilliamBerryiii WilliamBerryiii deleted the release-please--branches--main--components--physical-ai-toolchain branch April 9, 2026 20:08
@physical-ai-toolchain-release
Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

@physical-ai-toolchain-release physical-ai-toolchain-release Bot added autorelease: tagged Release tagged and published and removed autorelease: pending Release-please PR pending merge labels Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autorelease: tagged Release tagged and published

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants