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.30.1
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.30.2
Choose a head ref
  • 6 commits
  • 53 files changed
  • 6 contributors

Commits on Feb 20, 2026

  1. chore: bump versions of gh actions 2.30 (#22217)

    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
    d4ce962 View commit details
    Browse the repository at this point in the history
  2. 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.
    CommanderK5 authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    b89dc43 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. fix: avoid re-using AuthInstanceID for 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
    DanielleMaywood authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    fa284dc View commit details
    Browse the repository at this point in the history
  2. 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]>
    3 people authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    40b3970 View commit details
    Browse the repository at this point in the history
  3. feat: convert soft_limit to limit (cherry-pick/v2.30) (#22209)

    Related [`internal#1281`](coder/internal#1281)
    
    Cherry picks two pull-requests in `release/2.30`.
    
    * #22048
    * #21998
    * #22210
    jakehwll authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    bfb6583 View commit details
    Browse the repository at this point in the history
  4. chore: backport aibridge fixes (#22266)

    Backports #22264
    
    Includes fixes coder/aibridge#189 and
    coder/aibridge#185
    
    Signed-off-by: Danny Kopping <[email protected]>
    dannykopping authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    fa050ee View commit details
    Browse the repository at this point in the history
Loading