Thanks to visit codestin.com
Credit goes to github.com

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.29.19
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.29
Choose a head ref
  • 8 commits
  • 30 files changed
  • 4 contributors

Commits on Jul 28, 2026

  1. fix(coderd): reject workspace proxy hostname prefixes (#27544) (#27614)

    Backport of #27544
    
    Original PR: #27544 — fix(coderd): reject workspace proxy hostname
    prefixes
    Merge commit: 8cc7f2b
    Requested by: @geokat
    
    Co-authored-by: George K <[email protected]>
    Co-authored-by: Bobby Ho <[email protected]>
    3 people authored Jul 28, 2026
    Configuration menu
    Copy the full SHA
    16ad5d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2026

  1. docs: fix P2/P3 typos and syntax errors from drift sweep (#28101) (#2…

    …8157)
    
    Backport of #28101
    
    Original PR: #28101 — docs: fix P2/P3 typos and syntax errors from drift
    sweep
    Merge commit: 1d189cc
    Requested by: @nickvigilante
    
    Co-authored-by: Nick Vigilante <[email protected]>
    github-actions[bot] and nickvigilante authored Aug 14, 2026
    Configuration menu
    Copy the full SHA
    d1cc073 View commit details
    Browse the repository at this point in the history
  2. docs: fix Helm TLS/ingress value keys in admin/setup (#28087) (#28162)

    Backport of #28087
    
    Original PR: #28087 — docs: fix Helm TLS/ingress value keys in
    admin/setup
    Merge commit: 5b97d99
    Requested by: @nickvigilante
    
    Co-authored-by: Nick Vigilante <[email protected]>
    github-actions[bot] and nickvigilante authored Aug 14, 2026
    Configuration menu
    Copy the full SHA
    c85a3d2 View commit details
    Browse the repository at this point in the history
  3. docs: correct nginx X-Forwarded-Proto and certbot instructions flavor (

    …#28086) (#28160)
    
    Backport of #28086
    
    Original PR: #28086 — docs: correct nginx X-Forwarded-Proto and certbot
    instructions flavor
    Merge commit: b0e93b6
    Requested by: @nickvigilante
    
    Co-authored-by: Nick Vigilante <[email protected]>
    github-actions[bot] and nickvigilante authored Aug 14, 2026
    Configuration menu
    Copy the full SHA
    8a49478 View commit details
    Browse the repository at this point in the history
  4. docs: remove invalid --yes flag from `coder template version promot…

    …e` (#28084) (#28159)
    
    Backport of #28084
    
    Original PR: #28084 — docs: remove invalid `--yes` flag from `coder
    template version promote`
    Merge commit: f3fd4c4
    Requested by: @nickvigilante
    
    Co-authored-by: Nick Vigilante <[email protected]>
    github-actions[bot] and nickvigilante authored Aug 14, 2026
    Configuration menu
    Copy the full SHA
    1abc6f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2026

  1. fix(docs): correct broken CLI commands and flags from drift sweep (ba…

    …ckport to release/2.29) (#28176)
    
    Backport of #28098 to `release/2.29` (ESR).
    
    Replaces the stale automated backport #28163, whose branch was an empty
    placeholder based on an older `release/2.29` (the branch predates four
    docs backports that have since merged: #28159, #28160, #28162, #28157).
    This branch is cut from the current `release/2.29` tip and cherry-picks
    `58de9ab8f87e` with `git cherry-pick -x`.
    
    **Conflicts resolved manually:**
    - `dx-data-cloud.md`, `users/index.md`: kept 2.29's `shell` fence and
    applied the `coder users list --output json | jq ... | @csv > users.csv`
    pipeline (same fence divergence as on `main`).
    - `docs/ai-coder/github-to-tasks.md`: that page does not exist on
    `release/2.29`, so its hunk is dropped. The backport touches
    `scale-utility.md`, `dx-data-cloud.md`, `users/index.md`, and
    `workspace-access/index.md`.
    
    Once reviewed, #28163 can be closed in favor of this PR.
    
    - Original PR: #28098
    - Replaces: #28163
    - Tracking: DOCS-651
    
    > This PR was created with AI assistance (Coder Agents).
    nickvigilante authored Aug 17, 2026
    Configuration menu
    Copy the full SHA
    625d256 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2026

  1. fix(docs): fix slack webhook backtick (backport of #28085 to release/…

    …2.29) (#28177)
    
    Backport of #28085 to `release/2.29` (ESR).
    
    Replaces the stale automated backport #28164, whose branch was an empty
    placeholder based on an older `release/2.29`. This branch is cut from
    the current `release/2.29` tip and cherry-picks `3145cc8386f9` with `git
    cherry-pick -x`.
    
    **Scope note:** only the `slack.md` fix (removing the stray trailing
    backtick from the `CODER_NOTIFICATIONS_WEBHOOK_ENDPOINT` export) applies
    to 2.29. #28085 also fixed a doubled-prefix metric name in
    `prometheus.md`, but `release/2.29`'s native-histograms list does not
    include `coderd_template_workspace_build_duration_seconds` at all, so
    that hunk is intentionally dropped rather than adding a metric 2.29 does
    not document. The `slack.md` conflict kept 2.29's `bash` fence.
    
    Once reviewed, #28164 can be closed in favor of this PR.
    
    - Original PR: #28085
    - Replaces: #28164
    - Tracking: DOCS-651
    
    > This PR was created with AI assistance (Coder Agents).
    nickvigilante authored Aug 24, 2026
    Configuration menu
    Copy the full SHA
    97980f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2026

  1. fix: prevent coderd crashes from unsupported Tailnet RPCs (#28429) (#…

    …28957)
    
    Backport of #28429
    
    Original PR: #28429 — fix: prevent coderd crashes from unsupported
    Tailnet RPCs
    Merge commit: 156c8b6
    Requested by: @geokat
    
    > [!WARNING]
    > The automatic cherry-pick had conflicts.
    > Please resolve manually by cherry-picking the original merge commit:
    >
    > ```
    > git fetch origin backport/28429-to-2.29
    > git checkout backport/28429-to-2.29
    > git reset --hard origin/release/2.29
    > git cherry-pick -x -m1 156c8b6
    > # resolve conflicts, then push
    > ```
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: George K <[email protected]>
    github-actions[bot] and geokat authored Sep 4, 2026
    Configuration menu
    Copy the full SHA
    82fe9d1 View commit details
    Browse the repository at this point in the history
Loading