-
Notifications
You must be signed in to change notification settings - Fork 5.9k
release: 4.8.0 #5698
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.8.0 #5698
Conversation
✨ code-server docs for PR #5698 is ready! It will be updated on every commit.
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #5698 +/- ##
=======================================
Coverage 72.61% 72.61%
=======================================
Files 30 30
Lines 1680 1680
Branches 368 368
=======================================
Hits 1220 1220
Misses 397 397
Partials 63 63 Continue to review full report at Codecov.
|
Possible upstream issue with Helm: Azure/setup-helm#99 |
@@ -3,7 +3,7 @@ Add support for telemetry endpoint | |||
To test: | |||
1. Create a RequestBin - https://requestbin.io/ | |||
2. Run code-server with `CS_TELEMETRY_URL` set: | |||
i.e. `CS_TELEMETRY_URL="https://requestbin.io/1ebub9z1" ./code-server-4.7.1-macos-amd64/bin/code-server` | |||
i.e. `CS_TELEMETRY_URL="https://requestbin.io/1ebub9z1" ./code-server-4.8.0-macos-amd64/bin/code-server` |
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.
Not something we need to do now but maybe we generalize the invocation just to just code-server
to prevent having to update it on every release.
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.
Good call!
- Support for the Ports panel which leverages code-server's built-in proxy. It | ||
also uses `VSCODE_PROXY_URI` where `{{port}}` is replace when forwarding a port. | ||
Example: `VSCODE_PROXY_URI=https://{{port}}.kyle.dev` would forward an | ||
application running on localhost:3000 to https://3000.kyle.dev |
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.
Love the example! Wonderful use of the changelog.
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.
"Don’t let your friends dump git logs into changelogs." - applying what I learned from you!
Co-authored-by: Asher <[email protected]>
Co-authored-by: Asher <[email protected]>
This PR is to generate a new release of
code-server
at4.8.0
Screenshot
TODOs
Follow "Publishing a release" steps in
ci/README.md
CHANGELOG.md