chore(main): release 0.7.0#427
Merged
WilliamBerryiii merged 2 commits intoApr 9, 2026
Merged
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure 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 FilesNone |
Codecov Report✅ All modified and coverable lines are covered by tests. 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
🚀 New features to boost your workflow:
|
9c3d58a to
011aaef
Compare
WilliamBerryiii
approved these changes
Apr 8, 2026
28 tasks
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>
826a66e to
cba7979
Compare
Contributor
Author
|
🤖 Created releases: 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
0.7.0 (2026-04-09)
✨ Features
🐛 Bug Fixes
🔧 Miscellaneous
This PR was generated with Release Please. See documentation.