-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: coder/coder
base: v2.30.1
head repository: coder/coder
compare: v2.30.2
- 6 commits
- 53 files changed
- 6 contributors
Commits on Feb 20, 2026
-
chore: bump versions of gh actions 2.30 (#22217)
Update gh actions: - aquasecurity/trivy-action v0.34.0 - harden-runner v2.14.2
Configuration menu - View commit details
-
Copy full SHA for d4ce962 - Browse repository at this point
Copy the full SHA d4ce962View commit details -
chore: bump bundled terraform to 1.14.5 for 2.30 (#22192)
Description: This PR updates the bundled Terraform binary and related version pins from 1.14.1 to 1.14.5 (base image, installer fallback, and CI/test fixtures). Terraform is statically built with an embedded Go runtime. Moving to 1.14.5 updates the embedded toolchain and is intended to address Go stdlib CVEs reported by security scanning. Notes: - Change is version-only; no functional Coder logic changes. - Backport-friendly: intended to be cherry-picked to release branches after merge.
Configuration menu - View commit details
-
Copy full SHA for b89dc43 - Browse repository at this point
Copy the full SHA b89dc43View commit details
Commits on Feb 23, 2026
-
fix: avoid re-using
AuthInstanceIDfor sub agents (#22196) (#22211)Parent agents were re-using AuthInstanceID when spawning child agents. This caused GetWorkspaceAgentByInstanceID to return the most recently created sub agent instead of the parent when the parent tried to refetch its own manifest. Fix by not reusing AuthInstanceID for sub agents, and updating GetWorkspaceAgentByInstanceID to filter them out entirely. --- Cherry picked from 911d734
Configuration menu - View commit details
-
Copy full SHA for fa284dc - Browse repository at this point
Copy the full SHA fa284dcView commit details -
feat(site)!: add consent prompt for auto-creation with prefilled para…
…meters (#22255) Cherry-pick of 60e3ab7 from main. Workspace created via mode=auto links now require explicit user confirmation before provisioning. A warning dialog shows all prefilled param.* values from the URL and blocks creation until the user clicks `Confirm and Create`. Clicking `Cancel` falls back to the standard form view. ### Breaking behavior change Links using `mode=auto` (e.g., "Open in Coder" buttons) will no longer silently create workspaces. Users will now see a consent dialog and must explicitly confirm before the workspace is provisioned. Original PR: #22011 Co-authored-by: Kacper Sawicki <[email protected]> Co-authored-by: Jake Howell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40b3970 - Browse repository at this point
Copy the full SHA 40b3970View commit details -
feat: convert
soft_limittolimit(cherry-pick/v2.30) (#22209)Related [`internal#1281`](coder/internal#1281) Cherry picks two pull-requests in `release/2.30`. * #22048 * #21998 * #22210
Configuration menu - View commit details
-
Copy full SHA for bfb6583 - Browse repository at this point
Copy the full SHA bfb6583View commit details -
chore: backport aibridge fixes (#22266)
Backports #22264 Includes fixes coder/aibridge#189 and coder/aibridge#185 Signed-off-by: Danny Kopping <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa050ee - Browse repository at this point
Copy the full SHA fa050eeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.30.1...v2.30.2