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: main
Choose a base ref
...
head repository: coder/coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/2.24
Choose a head ref
  • 4 commits
  • 120 files changed
  • 16 contributors

Commits on Jun 27, 2025

  1. chore: bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 (…

    …cherry-pick #18647) (#18649)
    
    Co-authored-by: dependabot[bot]
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    4a61bbe View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. fix: stop tearing down non-TTY processes on SSH session end (cherry-p…

    …ick #18673) (#18676)
    
    Cherry-picked fix: stop tearing down non-TTY processes on SSH session
    end (#18673)
    
    (possibly temporary) fix for #18519
    
    Matches OpenSSH for non-tty sessions, where we don't actively terminate
    the process.
    
    Adds explicit tracking to the SSH server for these processes so that if
    we are shutting down we terminate them: this ensures that we can shut
    down quickly to allow shutdown scripts to run. It also ensures our tests
    don't leak system resources.
    
    Co-authored-by: Spike Curtis <spike@coder.com>
    gcp-cherry-pick-bot[bot] and spikecurtis authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    7747924 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. feat: add Coder registry links to template creation and editing (cher…

    …ry-pick #18680) (#18697)
    
    Co-authored-by: Claude <noreply@anthropic.com>
    Co-authored-by: Garrett Delfosse <garrett@coder.com>
    3 people authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    de494d0 View commit details
    Browse the repository at this point in the history
  2. chore: pull in cherry picks for v2.24 (#18674)

    Co-authored-by: Danny Kopping <danny@coder.com>
    Co-authored-by: Steven Masley <Emyrk@users.noreply.github.com>
    Co-authored-by: Bruno Quaresma <bruno@coder.com>
    Co-authored-by: Sas Swart <sas.swart.cdk@gmail.com>
    Co-authored-by: Susana Ferreira <susana@coder.com>
    Co-authored-by: Danielle Maywood <danielle@themaywoods.com>
    Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    Co-authored-by: Asher <ash@coder.com>
    Co-authored-by: Hugo Dutka <hugo@coder.com>
    11 people authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    e5a74a7 View commit details
    Browse the repository at this point in the history
Loading