-
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.29.6
head repository: coder/coder
compare: v2.29.7
- 5 commits
- 79 files changed
- 6 contributors
Commits on Feb 20, 2026
-
chore: bump versions of gh actions for 2.29 (#22218)
Update gh actions: - aquasecurity/trivy-action v0.34.0 - harden-runner v2.14.2
Configuration menu - View commit details
-
Copy full SHA for 3aa8212 - Browse repository at this point
Copy the full SHA 3aa8212View commit details
Commits on Feb 23, 2026
-
chore: bump bundled terraform to 1.14.5 for 2.29 (#22193)
Description: This PR updates the bundled Terraform binary and related version pins from 1.13.4 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. --------- Co-authored-by: Jakub Domeracki <[email protected]> Co-authored-by: Dean Sheather <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7819c47 - Browse repository at this point
Copy the full SHA 7819c47View commit details -
feat: convert
soft_limittolimit(cherry-pick/v2.29) (#22207)Related [`internal#1281`](coder/internal#1281) Cherry picks two pull-requests in `release/2.29`. * #22048 * #21998 * #22210
Configuration menu - View commit details
-
Copy full SHA for 79a0ff8 - Browse repository at this point
Copy the full SHA 79a0ff8View commit details -
fix: avoid re-using
AuthInstanceIDfor sub agents (#22196) (#22212)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 2ca88b0 - Browse repository at this point
Copy the full SHA 2ca88b0View commit details -
feat(site)!: add consent prompt for auto-creation with prefilled para…
…meters (#22256) 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 8a097ee - Browse repository at this point
Copy the full SHA 8a097eeView 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.29.6...v2.29.7