Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/constants/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ constants.AWFTokenSteeringMinVersion // "v0.25.44" — minimum AWF for token
constants.AWFChrootConfigMinVersion // "v0.27.1" — minimum AWF for chroot.binariesSourcePath and identity.*
constants.AWFArcDindMinVersion // "v0.27.20" — minimum AWF for ARC DinD runner topology
constants.AWFContainerRuntimeMinVersion // "v0.27.30" — minimum AWF for containerRuntime in container config (gh-aw-firewall#6093)
constants.DefaultGVisorVersion // "20250623.0" — pinned gVisor release for the generated install step; bump after reviewing release notes
constants.DefaultGVisorVersion // "20250707.0" — pinned gVisor release for the generated install step; bump after reviewing release notes
constants.CopilotNoAskUserMinVersion // "1.0.19" — minimum Copilot CLI for --no-ask-user
constants.MCPGIntegrityReactionsMinVersion // "v0.2.18" — minimum MCPG for integrity-reactions policy
constants.GhSkillsMinVersion // "2.90.0" — minimum gh CLI version required for gh skills commands
Expand Down
2 changes: 1 addition & 1 deletion pkg/constants/version_constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const AWFContainerRuntimeMinVersion Version = "v0.27.30"
// integrity verification before the binaries are installed with root privileges.
// Bump this constant after reviewing the release notes at
// https://github.com/google/gvisor/releases.
const DefaultGVisorVersion = "20250623.0"
const DefaultGVisorVersion = "20250707.0"

// CopilotNoAskUserMinVersion is the minimum Copilot CLI version that supports the --no-ask-user
// flag, which enables fully autonomous agentic runs by suppressing interactive prompts.
Expand Down
Loading