Skip to content

fix: bump pinned gVisor release from 20250623.0 to 20250707.0#45101

Merged
lpcox merged 2 commits into
mainfrom
copilot/fix-gvisor-install-step
Jul 12, 2026
Merged

fix: bump pinned gVisor release from 20250623.0 to 20250707.0#45101
lpcox merged 2 commits into
mainfrom
copilot/fix-gvisor-install-step

Conversation

Copilot AI commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

Release 20250623.0 no longer exists on storage.googleapis.com/gvisor/releases/, causing all workflows with sandbox.agent.runtime: gvisor to fail at the "Install gVisor (runsc)" step with a 404.

Changes

  • pkg/constants/version_constants.go — bumps DefaultGVisorVersion from 20250623.020250707.0
  • pkg/constants/README.md — updates the inline documentation comment to match

Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix gVisor install step for non-existent release fix: bump pinned gVisor release from 20250623.0 to 20250707.0 Jul 12, 2026
Copilot finished work on behalf of lpcox July 12, 2026 16:06
Copilot AI requested a review from lpcox July 12, 2026 16:06
@lpcox lpcox marked this pull request as ready for review July 12, 2026 16:45
Copilot AI review requested due to automatic review settings July 12, 2026 16:45

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the pinned gVisor runtime release to restore generated installation steps.

Changes:

  • Bumps DefaultGVisorVersion to 20250707.0.
  • Synchronizes the constants documentation.
Show a summary per file
File Description
pkg/constants/version_constants.go Updates the pinned gVisor release.
pkg/constants/README.md Documents the updated release.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 2/2 changed files
  • Comments generated: 0
  • Review effort level: Medium

@github-actions

github-actions Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

Design Decision Gate 🏗️ completed the design decision gate check.

No ADR enforcement needed: PR #45101 does not have the 'implementation' label and has ≤100 new lines of code in business logic directories (default_business_additions=2).

@github-actions

github-actions Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

Test Quality Sentinel completed test quality analysis.

No test files were added or modified in this PR. This PR only bumps the gVisor release version constant (pkg/constants/version_constants.go). Test Quality Sentinel skipped.

@github-actions

github-actions Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

PR Code Quality Reviewer completed the code quality review.

@github-actions

github-actions Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

🧠 Matt Pocock Skills Reviewer has completed the skills-based review. ✅

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean version bump. The constant and its README documentation comment are updated consistently. No issues found.

🧵 Reviewed using Impeccable skills by Impeccable Skills Reviewer · 11.1 AIC · ⌖ 7.54 AIC · ⊞ 4.8K

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Skills-Based Review 🧠

Applied /diagnosing-bugs — this is a targeted hotfix with a clear root cause (404 on the deleted release artifact) and a minimal, correct fix.

The change is surgical: one constant updated in version_constants.go, documentation kept in sync in README.md. No broader logic is affected. ✅

🧠 Reviewed using Matt Pocock's skills by Matt Pocock Skills Reviewer · 12.5 AIC · ⌖ 4.29 AIC · ⊞ 6.6K
Comment /matt to run again

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ LGTM

Minimal, correct version bump. DefaultGVisorVersion and its README doc comment are updated in sync from 20250623.020250707.0. No logic changes, no test coverage gaps, no other concerns.

🔎 Code quality review by PR Code Quality Reviewer · 18.8 AIC · ⌖ 4.28 AIC · ⊞ 5.4K
Comment /review to run again

@github-actions github-actions Bot mentioned this pull request Jul 12, 2026
@lpcox lpcox merged commit c0b1a3b into main Jul 12, 2026
85 of 96 checks passed
@lpcox lpcox deleted the copilot/fix-gvisor-install-step branch July 12, 2026 17:26
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.82.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: gVisor install step pins to non-existent release 20250623.0

3 participants