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.25.0
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.25
Choose a head ref
  • 7 commits
  • 9 files changed
  • 5 contributors

Commits on Aug 7, 2025

  1. ci: bump xcode version to 16.1.0 (#19125) (#19221)

    (cherry picked from commit 0d7cc5c)
    
    required for CI to pass with new runner version
    johnstcn authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    e68ffe8 View commit details
    Browse the repository at this point in the history
  2. fix: upgrade to 1.24.6 to fix race in lib/pq queries (#19214) (#19218)

    THIS IS A SECURITY FIX - cherry picked from #19214 
    
    upgrade to go 1.24.6 to avoid golang/go#74831
    (CVE-2025-47907)
    
    Also points to a new version of our lib/pq fork that worked around the
    Go issue, which should restore better performance.
    spikecurtis authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    079328d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9eb5fc6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bf6a00 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Configuration menu
    Copy the full SHA
    d324cf7 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. chore: fix typo in clientNetcheckSummary for support bundle command (#…

    …19482)
    
    (cherry picked from commit 3370841)
    
    bringing in #19441 to the 2.25
    release branch to fix a bug in the `support bundle` command.
    rowansmithau authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    ed39f4c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. chore: update the slim binaries upload from the build directory to th…

    …e GCS bucket (#19521)
    
    Updated the upload script to copy the slim binaries from the ./build
    directory to the GCS bucket (instead of the ./site/out/bin directory)
    jdomeracki-coder authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    ee80509 View commit details
    Browse the repository at this point in the history
Loading