Skip to content

Commit d6ef385

Browse files
committed
Release v4.20.1
1 parent e76afa4 commit d6ef385

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ body:
6767
- type: checkboxes
6868
attributes:
6969
label: Does this issue happen in VS Code or GitHub Codespaces?
70-
description: Please try reproducing this issue in VS Code and GitHub Codespaces. If the bug reproduces in either VS Code or GitHub Codespaces, please submit the issue upstream instead (https://github.com/microsoft/vscode).
70+
description: Please try reproducing this issue in VS Code and GitHub Codespaces. If the bug reproduces in either VS Code or GitHub Codespaces, please submit the issue upstream instead (https://github.com/microsoft/vscode).
7171
options:
7272
- label: I tested this in native VS Code.
7373
required: false

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ Code v99.99.999
2222

2323
## Unreleased
2424

25+
## [4.20.1](https://github.com/coder/code-server/releases/tag/v4.20.1) - 2021-01-22
26+
27+
Code v1.85.2
28+
29+
## Changed
30+
31+
- Updated to Code 1.85.2.
32+
33+
## Fixed
34+
35+
- Query variables are no longer double-encoded when going over the path proxy.
36+
2537
## [4.20.0](https://github.com/coder/code-server/releases/tag/v4.20.0) - 2023-12-21
2638

2739
Code v1.85.1

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.16.0
18+
version: 3.16.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.20.0
23+
appVersion: 4.20.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.20.0'
9+
tag: '4.20.1'
1010
pullPolicy: Always
1111

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

0 commit comments

Comments
 (0)