File tree Expand file tree Collapse file tree 10 files changed +26
-12
lines changed
.github/PULL_REQUEST_TEMPLATE
test/unit/node/test-plugin Expand file tree Collapse file tree 10 files changed +26
-12
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,6 @@ Follow "Publishing a release" steps in `ci/README.md`
1212
1313<!-- Note some of these steps below are redundant since they're listed in the "Publishing a release" docs -->
1414
15- - [ ] publish release and merge PR
16- - [ ] update the AUR package
15+ - [ ] update ` CHANGELOG.md `
16+ - [ ] manually run "Draft release" workflow after merging this PR
17+ - [ ] merge PR opened in [ code-server-aur] ( https://github.com/coder/code-server-aur )
Original file line number Diff line number Diff line change @@ -20,6 +20,19 @@ Code v99.99.999
2020
2121-->
2222
23+ ## [ 4.7.1] ( https://github.com/coder/code-server/releases/tag/v4.7.1 ) - 2022-09-30
24+
25+ Code v1.71.2
26+
27+ ### Changed
28+
29+ - Updated Code to 1.71.2
30+
31+ ### Fixed
32+
33+ - Fixed install script not upgrading code-server when already installed on RPM-based machines
34+ - Fixed install script failing to gain root permissions on FreeBSD
35+
2336## [ 4.7.0] ( https://github.com/coder/code-server/releases/tag/v4.7.0 ) - 2022-09-09
2437
2538Code v1.71.0
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 3.2.2
18+ version : 3.2.3
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
23- appVersion : 4.7.0
23+ appVersion : 4.7.1
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 1
66
77image :
88 repository : codercom/code-server
9- tag : ' 4.7.0 '
9+ tag : ' 4.7.1 '
1010 pullPolicy : Always
1111
1212# Specifies one or more secrets to be used when pulling images from a
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ changelog](https://github.com/emacs-mirror/emacs/blob/master/etc/NEWS).
141141
1421421 . Create a new branch called ` release/v0.0.0 ` (replace 0s with actual version aka v4.5.0)
143143 1 . If you don't do this, the ` npm-brew ` GitHub workflow will fail. It looks for the release artifacts under the branch pattern.
144- 1 . Run ` yarn release:prep <version> ` (e.g., ` yarn release:prep 3.8.1 ` )
144+ 1 . Run ` yarn release:prep `
1451451 . Bump chart version in ` Chart.yaml ` .
1461461 . Summarize the major changes in the ` CHANGELOG.md `
1471471 . Download CI artifacts and make sure code-server works locally.
Original file line number Diff line number Diff line change 11# code-server Helm Chart
22
3- [ ![ Version: 1.0.0] ( https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square )] ( https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square ) [ ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) [ ![ AppVersion: 4.7.0 ] ( https://img.shields.io/badge/AppVersion-4.7.0 -informational?style=flat-square )] ( https://img.shields.io/badge/AppVersion-4.7.0 -informational?style=flat-square )
3+ [ ![ Version: 1.0.0] ( https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square )] ( https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square ) [ ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) [ ![ AppVersion: 4.7.1 ] ( https://img.shields.io/badge/AppVersion-4.7.1 -informational?style=flat-square )] ( https://img.shields.io/badge/AppVersion-4.7.1 -informational?style=flat-square )
44
55[ code-server] ( https://github.com/coder/code-server ) code-server is VS Code running
66on a remote server, accessible through the browser.
@@ -73,7 +73,7 @@ and their default values.
7373| hostnameOverride | string | ` "" ` |
7474| image.pullPolicy | string | ` "Always" ` |
7575| image.repository | string | ` "codercom/code-server" ` |
76- | image.tag | string | ` "4.7.0 " ` |
76+ | image.tag | string | ` "4.7.1 " ` |
7777| imagePullSecrets | list | ` [] ` |
7878| ingress.enabled | bool | ` false ` |
7979| nameOverride | string | ` "" ` |
Original file line number Diff line number Diff line change 11{
2- "versions" : [" v4.7.0 " ],
2+ "versions" : [" v4.7.1 " ],
33 "routes" : [
44 {
55 "title" : " Home" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " code-server" ,
33 "license" : " MIT" ,
4- "version" : " 4.7.0 " ,
4+ "version" : " 4.7.1 " ,
55 "description" : " Run VS Code on a remote server." ,
66 "homepage" : " https://github.com/coder/code-server" ,
77 "bugs" : {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Add support for telemetry endpoint
33To test:
441. Create a RequestBin - https://requestbin.io/
552. Run code-server with `CS_TELEMETRY_URL` set:
6- i.e. `CS_TELEMETRY_URL="https://requestbin.io/1ebub9z1" ./code-server-4.7.0 -macos-amd64/bin/code-server`
6+ i.e. `CS_TELEMETRY_URL="https://requestbin.io/1ebub9z1" ./code-server-4.7.1 -macos-amd64/bin/code-server`
773. Load code-server in browser an do things (i.e. open a file)
884. Refresh RequestBin and you should see logs
99
Original file line number Diff line number Diff line change 33 "name" : " test-plugin" ,
44 "version" : " 1.0.0" ,
55 "engines" : {
6- "code-server" : " ^4.7.0 "
6+ "code-server" : " ^4.7.1 "
77 },
88 "main" : " out/index.js" ,
99 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments