-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[Bug]: Code-Server Version is still 4.4.0 after upgrading to 4.5.0 #5316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Confirming for arm64 .deb on Ubuntu 21.04 arm64: |
Confirmed on Debian for arm64 and amd64 with individual .deb packages as well as using install script. |
Same issue after upgrading from v4.4.0 to v4.5.0 using the $ dpkg -s code-server | grep Version
Version: 4.5.0 code-server "About popup" displays: code-server: v4.4.0
Code: 1.68.1
Commit: 30d9c6cd9483b2cc586687151bcbcd635f373630 |
Same issue trying multiple install approaches, including the GUI in Docker on Synology |
@jsjoeio Also reproducible at https://vscode-r.jupyter.b-data.ch with image JupyterLab > Terminal: $ code-server --version
4.5.0 02b9d7ee856e31d9008d1ff24a175ff03b49010e with Code 1.68.1 code-server > Help > About: |
Cross reference: #5326 |
I see this as well. I think there was a "race condition" that happened with the 4.5.0 release. We normally create a branch called #5352 should I'm testing right now before releasing 4.5.1 and still see this issue so we may need to fix this before releasing: |
Before this, creating a release sometimes prevented vscode from rebuilding and using the cache instead. Now we use the package.json.version in the cache key to "bust" the cache if the package.json version is updated (aka a release). Fixes #5316
We think this is because CI hit the cache when releasing 4.5.0 so it didn't rebuild leading to this issue. I will test, verify and then close if it fixes it. See 3cd3475 |
fixed via 3cd3475 This will be updated in the next release. |
* chore(release): bump version to 4.5.1 * chore: bump helm chart * chore: update CHANGELOG * Revert "chore: bump helm chart" This reverts commit 703b03b. * chore: bump helm chart to 3.0.0 * revert: remove bad change to manifes.json icon * fix(ci): add package.json.version to code cachekey Before this, creating a release sometimes prevented vscode from rebuilding and using the cache instead. Now we use the package.json.version in the cache key to "bust" the cache if the package.json version is updated (aka a release). Fixes #5316 * Update .github/workflows/ci.yaml Co-authored-by: Asher <[email protected]> * fixup: formatting * Revert "refactor: remove version check e2e test" This reverts commit b23c398. Co-authored-by: Asher <[email protected]>
Is there an existing issue for this?
OS/Web Information
code-server --version
:4.5.0Steps to Reproduce
Expected
version : 4.5.0
Actual
Version 4.4.0
Logs
No response
Screenshot/Video
Does this issue happen in VS Code or GitHub Codespaces?
Are you accessing code-server over HTTPS?
Notes
No response
The text was updated successfully, but these errors were encountered: