Skip to content

Commit 09fc64a

Browse files
jsjoeiocode-asher
andauthoredApr 14, 2022
v4.3.0 (#5099)
* chore(release): bump version to 4.3.0 * fix(release-prep.sh): ignore lib/vscode * docs(CHANGELOG): add 4.3.0 * chore: bump chart version * fixup!: remove change in postinstall * fixup!: bullets in CHANGELOG * fixup!: formatting * fixup! typo in changelog * fixup!: update date in changelog Co-authored-by: Asher <ash@coder.com>
1 parent fd42b95 commit 09fc64a

9 files changed

+38
-12
lines changed
 

‎CHANGELOG.md

+28-2
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010
## [9.99.999] - 9090-09-09
1111
12-
VS Code v99.99.999
12+
Code v99.99.999
1313
14-
### Changed
1514
### Added
15+
### Changed
1616
### Deprecated
1717
### Removed
1818
### Fixed
1919
### Security
2020
2121
-->
2222

23+
## [4.3.0](https://github.com/coder/code-server/releases/tag/v4.3.0) - 2022-04-14
24+
25+
Code v1.65.2
26+
27+
### Changed
28+
29+
- Excluded .deb files from release Docker image which drops the compressed and
30+
uncompressed size by 58% and 34%.
31+
- Upgraded to Code 1.65.2.
32+
33+
### Added
34+
35+
- Added a new CLI flag called `--disable-file-downloads` which allows you to
36+
disable the "Download..." option that shows in the UI when right-clicking on a
37+
file. This can also set by running `CS_DISABLE_FILE_DOWNLOADS=1`.
38+
- Aligned the dependencies for binary and npm release artifacts.
39+
40+
### Fixed
41+
42+
- Fixed the code-server version from not displaying in the Help > About dialog.
43+
- Fixed issues with the TypeScript and JavaScript Language Features Extension
44+
failing to activate.
45+
- Fixed missing files in ipynb extension.
46+
- Fixed the homebrew release workflow.
47+
- Fixed the Docker release workflow from not always publishing version tags.
48+
2349
## [4.2.0](https://github.com/coder/code-server/releases/tag/v4.2.0) - 2022-03-22
2450

2551
Code v1.64.2

‎ci/build/release-prep.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ main() {
8181
read -r -p "What version of code-server do you want to update to?"$'\n' CODE_SERVER_VERSION_TO_UPDATE
8282

8383
echo -e "Great! We'll prep a PR for updating to $CODE_SERVER_VERSION_TO_UPDATE\n"
84-
$CMD rg -g '!yarn.lock' -g '!*.svg' -g '!CHANGELOG.md' --files-with-matches --fixed-strings "${CODE_SERVER_CURRENT_VERSION}" | $CMD xargs sd "$CODE_SERVER_CURRENT_VERSION" "$CODE_SERVER_VERSION_TO_UPDATE"
84+
$CMD rg -g '!yarn.lock' -g '!*.svg' -g '!CHANGELOG.md' -g '!lib/vscode/**' --files-with-matches --fixed-strings "${CODE_SERVER_CURRENT_VERSION}" | $CMD xargs sd "$CODE_SERVER_CURRENT_VERSION" "$CODE_SERVER_VERSION_TO_UPDATE"
8585

8686
$CMD git commit --no-verify -am "chore(release): bump version to $CODE_SERVER_VERSION_TO_UPDATE"
8787

‎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: 2.3.0
18+
version: 2.4.0
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.2.0
23+
appVersion: 4.3.0

‎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.2.0'
9+
tag: '4.3.0'
1010
pullPolicy: Always
1111

1212
# Specifies one or more secrets to be used when pulling images from a

‎docs/MAINTAINING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ If you're the current release manager, follow these steps:
164164

165165
### Publishing a release
166166

167-
1. Create a new branch called `v0.0.0` (replace 0s with actual version aka v4.2.0)
167+
1. Create a new branch called `v0.0.0` (replace 0s with actual version aka v4.3.0)
168168
1. Run `yarn release:prep` and type in the new version (e.g., `3.8.1`)
169169
1. GitHub Actions will generate the `npm-package`, `release-packages` and
170170
`release-images` artifacts. You do not have to wait for this step to complete

‎docs/collaboration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ As `code-server` is based on VS Code, you can follow the steps described on Duck
6060
code-server --enable-proposed-api genuitecllc.codetogether
6161
```
6262

63-
Another option would be to add a value in code-server's [config file](https://coder.com/docs/code-server/v4.2.0/FAQ#how-does-the-config-file-work).
63+
Another option would be to add a value in code-server's [config file](https://coder.com/docs/code-server/v4.3.0/FAQ#how-does-the-config-file-work).
6464

6565
3. Refresh code-server and navigate to the CodeTogether icon in the sidebar to host or join a coding session.

‎docs/helm.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.2.0](https://img.shields.io/badge/AppVersion-4.2.0-informational?style=flat-square)](https://img.shields.io/badge/AppVersion-4.2.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.3.0](https://img.shields.io/badge/AppVersion-4.3.0-informational?style=flat-square)](https://img.shields.io/badge/AppVersion-4.3.0-informational?style=flat-square)
44

55
[code-server](https://github.com/coder/code-server) code-server is VS Code running
66
on 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.2.0"` |
76+
| image.tag | string | `"4.3.0"` |
7777
| imagePullSecrets | list | `[]` |
7878
| ingress.enabled | bool | `false` |
7979
| nameOverride | string | `""` |

‎docs/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"versions": ["v4.2.0"],
2+
"versions": ["v4.3.0"],
33
"routes": [
44
{
55
"title": "Home",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-server",
33
"license": "MIT",
4-
"version": "4.2.0",
4+
"version": "4.3.0",
55
"description": "Run VS Code on a remote server.",
66
"homepage": "https://github.com/coder/code-server",
77
"bugs": {

0 commit comments

Comments
 (0)
Failed to load comments.