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
  • 7 commits
  • 122 files changed
  • 17 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 <[email protected]>
    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 <[email protected]>
    Co-authored-by: Garrett Delfosse <[email protected]>
    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 <[email protected]>
    Co-authored-by: Steven Masley <[email protected]>
    Co-authored-by: Bruno Quaresma <[email protected]>
    Co-authored-by: Sas Swart <[email protected]>
    Co-authored-by: Susana Ferreira <[email protected]>
    Co-authored-by: Danielle Maywood <[email protected]>
    Co-authored-by: Mathias Fredriksson <[email protected]>
    Co-authored-by: Copilot <[email protected]>
    Co-authored-by: Asher <[email protected]>
    Co-authored-by: Hugo Dutka <[email protected]>
    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

Commits on Jul 2, 2025

  1. Configuration menu
    Copy the full SHA
    5059c23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f97bd76 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. chore: add rdp icon (cherry-pick #18736) (#18737)

    Cherry-picked chore: add rdp icon (#18736)
    
    Co-authored-by: Atif Ali <[email protected]>
    gcp-cherry-pick-bot[bot] and matifali authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    d027a3f View commit details
    Browse the repository at this point in the history
Loading