-
Notifications
You must be signed in to change notification settings - Fork 5.9k
release: 4.2.0 #5014
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
release: 4.2.0 #5014
Conversation
✨ code-server docs for PR #5014 is ready! It will be updated on every commit.
|
Codecov Report
@@ Coverage Diff @@
## main #5014 +/- ##
=======================================
Coverage 71.30% 71.30%
=======================================
Files 30 30
Lines 1683 1683
Branches 373 373
=======================================
Hits 1200 1200
Misses 413 413
Partials 70 70 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One spot I think we need to update, otherwise looks good!
@jsjoeio Help > About reports |
@jsjoeio I have noticed, that the Assets for v4.2.0 are ~90 MB smaller than the ones for v4.1.0. ℹ️ There are no source map files in v4.2.0, although being pointed to in the JS files (e.g. Should I open an issue regarding this? |
This looks like a bug: #5014 (comment) Do you mind opening a bug report for that? You can leave most of it blank (I know how to reproduce).
Great question! I'm not sure if that was intentional 🤔 Could have missed a patch potentially. Any ideas @code-asher ? |
Definitely not intentional. I bet it is due to the switch to using Code's packaging task instead of cobbling it together ourselves. They might be removing the source maps because they host them elsewhere. So we might have to patch that removal out. |
* chore(release): bump version to 4.2.0 * chore: update CHANGELOG * chore: bump helm chart version
This PR is to generate a new release of
code-server
atv4.2.0
Screenshot
TODOs
Follow "Publishing a release" steps in
ci/README.md
Fixes #4942