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.10.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: v2.10.1
Choose a head ref
  • 7 commits
  • 13 files changed
  • 4 contributors

Commits on Apr 17, 2024

  1. fix(coderd): prevent agent reverse proxy from using HTTP[S]_PROXY e…

    …nvs (#12875)
    
    Updates #12790
    
    (cherry picked from commit a2b28f8)
    coadler committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3eb9abc View commit details
    Browse the repository at this point in the history
  2. fix: stop sending DeleteTailnetPeer when coordinator is unhealthy (#1…

    …2925)
    
    fixes #12923
    
    Prevents Coordinate peer connections from generating spurious database queries like DeleteTailnetPeer when the coordinator is unhealthy.
    
    It does this by checking the health of the querier before accepting a connection, rather than unconditionally accepting it only for it to get swatted down later.
    
    (cherry picked from commit 06eae95)
    spikecurtis authored and coadler committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3fc6111 View commit details
    Browse the repository at this point in the history
  3. feat: add src_id and dst_id indexes to tailnet_tunnels (#12911)

    Fixes #12780
    
    Adds indexes to the `tailnet_tunnels` table to speed up `GetTailnetTunnelPeerIDs` and `GetTailnetTunnelPeerBindings` queries, which match on `src_id` and `dst_id`.
    
    (cherry picked from commit a231b5a)
    spikecurtis authored and coadler committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    353888a View commit details
    Browse the repository at this point in the history
  4. fix: make terminal raw in ssh command on windows (#12990)

    (cherry picked from commit d426569)
    deansheather authored and coadler committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    bda13a2 View commit details
    Browse the repository at this point in the history
  5. v2.10.1 changelog

    stirby committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    cdeba67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2101dbc View commit details
    Browse the repository at this point in the history
  7. added mainline disclaimer

    stirby committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2ed7226 View commit details
    Browse the repository at this point in the history
Loading