- Notifications
You must be signed in to change notification settings - Fork1.1k
Comparing changes
Open a pull request
base repository:coder/coder
Uh oh!
There was an error while loading.Please reload this page.
base:main
head repository:coder/coder
Uh oh!
There was an error while loading.Please reload this page.
compare:release/2.27
Uh oh!
There was an error while loading.Please reload this page.
- 16commits
- 31files changed
- 15contributors
Commits on Oct 2, 2025
chore: backport various downgrades from main (#20133)
JS downgrades + make `changes` a required job---------Co-authored-by: Bruno Quaresma <bruno@coder.com>Co-authored-by: ケイラ <mckayla@hey.com>Co-authored-by: Ethan <39577870+ethanndickson@users.noreply.github.com>
chore: backport release freeze workflow to 2.27 (#20132)
Relates tocoder/dogfood#189Relates tocoder/internal#1021- Adds new script `scripts/should_deploy.sh` which implements thealgorithm in the linked issue- Changes the `ci.yaml` workflow to run on release branches- Moves the deployment steps out of `ci.yaml` into a new workflow`deploy.yaml` for concurrency limiting purposes- Changes the behavior of image tag pushing slightly: - Versioned tags will no longer have a `main-` prefix - `main` branch will still push the `main` and `latest` tags - `release/x.y` branches will now push `release-x.y` tags- The deploy job will exit early if `should_deploy.sh` returns false- The deploy job will now retag whatever image it's about to deploy as`dogfood`(cherry picked from commite5c8c9b)
Commits on Oct 9, 2025
Commits on Oct 16, 2025
Commits on Oct 28, 2025
fix: initialize pseudo console with default size for SSH sessions [2.…
…27] (#20490)> Resolved an invalid parameter error (-2147024809) during PTY creationon Windows 11 22H2 (but not only) when connecting via JetBrains Toolboxwhich spawns the native SSH client with `-tt` forcing PTY allocationeven though there is no "terminal" on the client side to query its size.>> CreatePseudoConsole doesn't accept a 0x0 (zero width and zero height)console size and unfortunately, there is NO explicit documentation inthe official Microsoft documentation that states the minimum validvalues or explicitly prohibits 0x0.>> Looking at real-world implementations in the search results, allexamples use reasonable non-zero values.>> I tested this with a local Windows VM registered to dev.coder.com i.e.externally managed workspace.Relates to#20468Co-authored-by: Faur Ioan-Aurel <fioan89@gmail.com>
Commits on Oct 30, 2025
fix: fix incorrect rendering of RBAC in Helm chart when workspacePerm… (
#20596)## DescriptionCherry Pick commit of#20569 for@rowansmithauCo-authored-by: Rowan Smith <rowan@coder.com>
Commits on Nov 10, 2025
Commits on Nov 11, 2025
Commits on Nov 12, 2025
chore: backport aibridge fix (#20731)
Backports#20730 to 2.272.27 is based on coder/aibridge@v0.1.3, but the fix is now in v0.1.7. Wedon't want to bring in all those changes now, so I've created a v0.1.3.1tag which just has the change cherry-picked:https://github.com/coder/aibridge/compare/v0.1.3..v0.1.3.1The pseudo-version `v0.1.4-0.20251112094427-5899d515872f` was set by `goget github.com/coder/aibridge@v0.1.3.1` because this new commit does notexist in main.Signed-off-by: Danny Kopping <danny@coder.com>
Commits on Nov 14, 2025
Commits on Nov 25, 2025
Commits on Nov 27, 2025
Commits on Dec 1, 2025
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff main...release/2.27
Uh oh!
There was an error while loading.Please reload this page.