Skip to content

Commit 70aa1b7

Browse files
committed
Release v4.14.1
1 parent 90a4147 commit 70aa1b7

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

CHANGELOG.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,24 @@ Code v99.99.999
2424

2525
Code 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

ci/helm-chart/Chart.yaml

+2-2
Original file line numberDiff line numberDiff 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

ci/helm-chart/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66

77
image:
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

0 commit comments

Comments
 (0)