Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/coder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.29.6
Choose a base ref
...
head repository: coder/coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.29.7
Choose a head ref
  • 5 commits
  • 79 files changed
  • 6 contributors

Commits on Feb 20, 2026

  1. chore: bump versions of gh actions for 2.29 (#22218)

    Update gh actions:
    
    - aquasecurity/trivy-action v0.34.0
    - harden-runner v2.14.2
    CommanderK5 authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    3aa8212 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. 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]>
    3 people authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    7819c47 View commit details
    Browse the repository at this point in the history
  2. feat: convert soft_limit to limit (cherry-pick/v2.29) (#22207)

    Related [`internal#1281`](coder/internal#1281)
    
    Cherry picks two pull-requests in `release/2.29`.
    
    * #22048
    * #21998
    * #22210
    jakehwll authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    79a0ff8 View commit details
    Browse the repository at this point in the history
  3. fix: avoid re-using AuthInstanceID for 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
    DanielleMaywood authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    2ca88b0 View commit details
    Browse the repository at this point in the history
  4. 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]>
    3 people authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    8a097ee View commit details
    Browse the repository at this point in the history
Loading