⬆️ Update cdr/code-server to v4.133.0 - #16
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/cdr-code-server-4.x
branch
2 times, most recently
from
April 4, 2026 08:43
a756c98 to
c0268d8
Compare
renovate
Bot
force-pushed
the
renovate/cdr-code-server-4.x
branch
from
April 6, 2026 21:59
c0268d8 to
a74fded
Compare
renovate
Bot
force-pushed
the
renovate/cdr-code-server-4.x
branch
from
April 9, 2026 02:49
a74fded to
458be80
Compare
renovate
Bot
force-pushed
the
renovate/cdr-code-server-4.x
branch
2 times, most recently
from
April 23, 2026 20:45
8c88975 to
766d7bb
Compare
renovate
Bot
force-pushed
the
renovate/cdr-code-server-4.x
branch
from
May 6, 2026 22:33
766d7bb to
a80c7be
Compare
renovate
Bot
force-pushed
the
renovate/cdr-code-server-4.x
branch
from
May 21, 2026 23:52
a80c7be to
acae4fa
Compare
renovate
Bot
force-pushed
the
renovate/cdr-code-server-4.x
branch
from
May 29, 2026 00:32
acae4fa to
a67c476
Compare
renovate
Bot
force-pushed
the
renovate/cdr-code-server-4.x
branch
from
June 5, 2026 03:14
a67c476 to
31f3eba
Compare
renovate
Bot
force-pushed
the
renovate/cdr-code-server-4.x
branch
from
June 20, 2026 11:40
31f3eba to
8a3bdbc
Compare
renovate
Bot
force-pushed
the
renovate/cdr-code-server-4.x
branch
from
June 27, 2026 07:40
8a3bdbc to
ed478a6
Compare
renovate
Bot
force-pushed
the
renovate/cdr-code-server-4.x
branch
from
July 8, 2026 00:05
ed478a6 to
d7271ee
Compare
renovate
Bot
force-pushed
the
renovate/cdr-code-server-4.x
branch
from
July 17, 2026 06:25
d7271ee to
e301d13
Compare
renovate
Bot
force-pushed
the
renovate/cdr-code-server-4.x
branch
from
July 17, 2026 10:46
e301d13 to
37721fe
Compare
renovate
Bot
force-pushed
the
renovate/cdr-code-server-4.x
branch
from
July 24, 2026 02:08
37721fe to
3641588
Compare
renovate
Bot
force-pushed
the
renovate/cdr-code-server-4.x
branch
from
July 31, 2026 03:48
3641588 to
11ebe00
Compare
renovate
Bot
force-pushed
the
renovate/cdr-code-server-4.x
branch
from
August 10, 2026 18:30
11ebe00 to
11a9f4e
Compare
renovate
Bot
force-pushed
the
renovate/cdr-code-server-4.x
branch
from
August 17, 2026 22:32
11a9f4e to
514d9a8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.112.0→v4.133.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
cdr/code-server (cdr/code-server)
v4.133.0Compare Source
Code v1.133.0
Changed
v4.132.0Compare Source
Code v1.132.0
Changed
Fixed
issues for applications that encode differently. Cookies are now passed
through unchanged (aside from stripping out code-server's session token).
v4.131.0Compare Source
Code v1.131.0
Changed
v4.130.0Compare Source
Code v1.130.0
Changed
v4.129.0Compare Source
Code v1.129.0
Changed
v4.128.0Compare Source
Code v1.128.0
Changed
v4.127.0Compare Source
Code v1.127.0
Changed
v4.126.0Compare Source
Code v1.126.0
Changed
v4.125.0Compare Source
Code v1.125.0
Changed
v4.124.2Compare Source
Code v1.124.2
Security
port. Previously, when you used built-in password authentication, the cookie
would be sent to the local proxied port, which meant if the service was
malicious and not already running as your code-server user it could use the
cookie to log into code-server and execute commands as your code-server user.
Changed
v4.123.0Compare Source
Code v1.123.0
Changed
builds for armhf.
v4.122.1Compare Source
Code v1.122.1
Changed
v4.122.0Compare Source
Code v1.122.0
Changed
Fixed
--app-namewill now affect window titles within the editor (it is now usedas the value for
${appName}in the title template) as well as some otherplaces like the help > about dialog.
Added
CODE_SERVER_APP_NAMEenvironment variable.v4.121.0Compare Source
Code v1.121.0
Changed
v4.118.0Compare Source
Code v1.118.0
Changed
v4.117.0Compare Source
Code v1.117.0
Changed
v4.116.0Compare Source
Code v1.116.0
Changed
v4.115.0Compare Source
Code v1.115.0
Changed
v4.114.1Compare Source
Code v1.114.0
Changed
glibc. This should bring down the requirement from 2.34 back down to 2.28.
v4.114.0Compare Source
Code v1.114.0
Changed
v4.113.1Compare Source
Code v1.113.0
This is a re-release of v4.113.0 but with the correct Node binaries for arm64
and armv7l. Previously they were packaging the amd64 Node binary due to a
mistake while refactoring CI to use more of the upstream build scripts.
v4.113.0Compare Source
Code v1.113.0
Changed
*.. For example,--trusted-origins '*.coder.com'will match bothcoder.comexactly and any domain that ends in.coder.com.Added
--reconnection-grace-timeflag and pass it through to VS Code. Thisconfigures how many seconds clients have to reconnect before the session is
permanently killed and a new connection must be made by reloading the
window. The default is 10800 (three hours).
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.