Document microVM consolidation on Cloud Hypervisor - #58784
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
Document Cloud Hypervisor runtime consolidation
Document microVM consolidation on Cloud Hypervisor
Sep 5, 2026
Copilot created this pull request from a session on behalf of
pelikhan
September 5, 2026 09:36
View session
pelikhan
marked this pull request as ready for review
September 5, 2026 09:50
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The migration omits required security review and links to contradictory runtime guidance.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Consolidates sandbox messaging around Cloud Hypervisor and documents migration from deprecated runtimes.
Changes:
- Updates landing-page runtime and microVM guidance.
- Adds a migration-focused Cloud Hypervisor announcement.
File summaries
| File | Description |
|---|---|
docs/src/content/docs/index.mdx |
Promotes Cloud Hypervisor isolation. |
docs/src/content/docs/blog/2026-09-05-cloud-hypervisor-consolidation.md |
Documents consolidation and migration. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 2
- Review effort level: Balanced
|
|
||
| ## Migrating existing workflows | ||
|
|
||
| Review workflows that explicitly set `runtime: gvisor` or `runtime: docker-sbx`. Select `cloud-hypervisor` when the workflow runs on an eligible GitHub-hosted runner and needs a microVM boundary. Otherwise, remove the runtime setting to use the default Docker profile. |
| gh aw compile | ||
| ``` | ||
|
|
||
| The deprecated values remain documented during the transition, but new workflows should use either the default Docker runtime or `cloud-hypervisor`. See [Agent Runtime Selection](/gh-aw/reference/agent-runtimes/) for requirements and tradeoffs. |
Contributor
|
🎉 This pull request is included in a new release. Release: |
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.
Consolidates landing-page runtime messaging around Cloud Hypervisor and documents the deprecation path for gVisor and Docker sbx.
Changes
Landing page
Blog