-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Update to 1.78.2 #6201
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
Update to 1.78.2 #6201
Conversation
No changes needed in the patches other than moving some lines around and updating the CSP hash as usual. The flake had to be updated as it was using Node 16.16 and 16.17 is required at minimum now. Also python seems to install python2 which is marked as deprecated so explicitly install python3.
@code-asher Straight to v1.78.2? Cross references: |
Patches applied without any conflicts.
Changing the display language appears to be broken. Looking into it... |
I look forward to this release. Finally I can update code-server 4.9.1 (Code 1.73.1; Nov 9, 2022) to a current version in my JupyterLab docker stacks. |
This was causing the commit not to be set. It broke display languages since that has a hard dependency on the commit for directory names. Possibly broke other things.
Functionality [modified by patches] tested and found to work:
Jupyter Notebooks also work fine: Terminal is rendered properly again in Safari with the default setting FYI @code-asher |
Great news! Thank you for testing. 🎉 I will put out a promoted release by the end of the day. |
I ran out of time yesterday but I am thinking I throw in the |
No worries.
Go ahead. Security first. |
Same (positive) results as Release v4.13.0-rc.1. 👍 |
Just FYI, we are unable to update to version 4.13 in Nix, I opened an issue at #6244 Looks like there's something broken while compiling, almost at the end. |
* Update to 1.78.1 No changes needed in the patches other than moving some lines around and updating the CSP hash as usual. The flake had to be updated as it was using Node 16.16 and 16.17 is required at minimum now. Also python seems to install python2 which is marked as deprecated so explicitly install python3. * Update to 1.78.2 Patches applied without any conflicts. * Update commit environment variable This was causing the commit not to be set. It broke display languages since that has a hard dependency on the commit for directory names. Possibly broke other things.
No changes needed in the patches other than moving some lines around and updating the CSP hash as usual.
The flake had to be updated as it was using Node 16.16 and 16.17 is required at minimum now. Also
python
seems to install Python 2 which is marked as deprecated so explicitly installpython3
.Also had to update the environment variable used to provide the commit during build.
Closes #6190