File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,24 @@ Code v99.99.999
2424
2525Code v1.79.2
2626
27+ ## [ 4.14.1] ( https://github.com/coder/code-server/releases/tag/v4.14.1 ) - 2023-06-26
28+
29+ Code v1.79.2
30+
31+ ### Security
32+
33+ - Remove extra write permissions on the Node binary bundled with the linux-amd64
34+ tarball. If you extract the tar without a umask this could mean the Node
35+ binary would be unexpectedly writable.
36+
2737### Fixed
2838
29- - Fix being unable to launch multiple instances of code-server for different
30- users.
39+ - Inability to launch multiple instances of code-server for different users.
3140
3241### Added
3342
3443- ` --session-socket ` CLI flag to configure the location of the session socket.
35- By default it will be placed in ` -- user- data- dir` .
44+ By default it will be placed in ` < user data dir>/code-server-ipc.sock ` .
3645
3746## [ 4.14.0] ( https://github.com/coder/code-server/releases/tag/v4.14.0 ) - 2023-06-16
3847
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.10.0
18+ version : 3.10.1
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.14.0
23+ appVersion : 4.14.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.14.0 '
9+ tag : ' 4.14.1 '
1010 pullPolicy : Always
1111
1212# Specifies one or more secrets to be used when pulling images from a
You can’t perform that action at this time.
0 commit comments