chore: prepare release v0.17.0 - #1778
Merged
Merged
Conversation
danbugs
force-pushed
the
danbugs/prepare-v0.17.0
branch
2 times, most recently
from
August 27, 2026 20:52
1c9dd96 to
dacae4f
Compare
ludfjig
reviewed
Aug 27, 2026
ludfjig
left a comment
Contributor
There was a problem hiding this comment.
LGTM with some comments on changelog
danbugs
force-pushed
the
danbugs/prepare-v0.17.0
branch
2 times, most recently
from
August 27, 2026 22:14
534a822 to
38e5192
Compare
danbugs
marked this pull request as ready for review
August 27, 2026 22:15
danbugs
requested review from
andreiltd,
dblnz,
devigned,
jprendes,
jsturtevant,
simongdavies,
squillace and
syntactically
as code owners
August 27, 2026 22:15
danbugs
force-pushed
the
danbugs/prepare-v0.17.0
branch
from
August 27, 2026 22:16
38e5192 to
a67ff3f
Compare
danbugs
force-pushed
the
danbugs/prepare-v0.17.0
branch
from
August 27, 2026 22:20
a67ff3f to
2eadf63
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the v0.17.0 release by bumping the workspace crate version and refreshing release artifacts (changelog and lockfiles) so the repository metadata matches the new published version.
Changes:
- Bump workspace package/crate versions from
0.16.0to0.17.0. - Add a
v0.17.0section toCHANGELOG.mdand update compare links. - Regenerate
Cargo.lockfiles (root and nested rust guest workspace) to reflect the new dependency graph.
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
Cargo.toml |
Updates workspace version and internal crate dependency versions to 0.17.0. |
CHANGELOG.md |
Adds the v0.17.0 release notes and updates comparison links. |
Cargo.lock |
Refreshes the root workspace lockfile after the version bump. |
src/tests/rust_guests/Cargo.lock |
Refreshes the nested rust guest workspace lockfile. |
Suppressed comments (1)
CHANGELOG.md:42
- This changelog entry ends with an author attribution but no PR link. Consider adding the PR URL (preferred) or dropping the attribution to keep v0.17.0 entries consistent and traceable.
* Validate ELF program headers in `ElfInfo::new()` to prevent host process abort from malformed guest binaries. PT_LOAD segments are now bounds-checked, `base_va`/`va_size` are stored as fields, and `load_at()` uses fully checked arithmetic by @danbugs
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
danbugs
force-pushed
the
danbugs/prepare-v0.17.0
branch
from
August 27, 2026 22:26
2eadf63 to
667dc95
Compare
Signed-off-by: danbugs <danilochiarlone@gmail.com>
danbugs
force-pushed
the
danbugs/prepare-v0.17.0
branch
from
August 27, 2026 22:28
667dc95 to
2a0ec39
Compare
ludfjig
previously approved these changes
Aug 27, 2026
Signed-off-by: danbugs <danilochiarlone@gmail.com>
danbugs
force-pushed
the
danbugs/prepare-v0.17.0
branch
from
August 27, 2026 22:40
ca98fb2 to
c0318f3
Compare
danbugs
enabled auto-merge (squash)
August 27, 2026 22:51
ludfjig
approved these changes
Aug 27, 2026
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.
Bump workspace version from 0.16.0 to 0.17.0 and update CHANGELOG with all changes since v0.16.0. Key additions this release:
SandboxBuilderAPI for ergonomic sandbox construction