Skip to content

Commit 4e8cd09

Browse files
author
Akash Satheesan
authored
Merge c041986 into ddee4f7
2 parents ddee4f7 + c041986 commit 4e8cd09

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

ci/helm-chart/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ version: 1.0.3
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: 3.10.2
23+
appVersion: 3.11.0

ci/helm-chart/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# code-server
22

3-
![Version: 1.0.0](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) ![AppVersion: 3.10.2](https://img.shields.io/badge/AppVersion-3.10.2-informational?style=flat-square)
3+
![Version: 1.0.0](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) ![AppVersion: 3.11.0](https://img.shields.io/badge/AppVersion-3.11.0-informational?style=flat-square)
44

55
[code-server](https://github.com/cdr/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 | `"3.10.2"` | |
76+
| image.tag | string | `"3.11.0"` | |
7777
| imagePullSecrets | list | `[]` | |
7878
| ingress.enabled | bool | `false` | |
7979
| nameOverride | string | `""` | |

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: '3.10.2'
9+
tag: '3.11.0'
1010
pullPolicy: Always
1111

1212
imagePullSecrets: []

docs/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# code-server
22

3-
[!["GitHub Discussions"](https://img.shields.io/badge/%20GitHub-%20Discussions-gray.svg?longCache=true&logo=github&colorB=purple)](https://github.com/cdr/code-server/discussions) [!["Join us on Slack"](https://img.shields.io/badge/join-us%20on%20slack-gray.svg?longCache=true&logo=slack&colorB=brightgreen)](https://cdr.co/join-community) [![Twitter Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=social)](https://twitter.com/coderhq) [![codecov](https://codecov.io/gh/cdr/code-server/branch/main/graph/badge.svg?token=5iM9farjnC)](https://codecov.io/gh/cdr/code-server) [![See v3.10.2 docs](https://img.shields.io/static/v1?label=Docs&message=see%20v3.10.2%20&color=blue)](https://github.com/cdr/code-server/tree/v3.10.2/docs)
3+
[!["GitHub Discussions"](https://img.shields.io/badge/%20GitHub-%20Discussions-gray.svg?longCache=true&logo=github&colorB=purple)](https://github.com/cdr/code-server/discussions) [!["Join us on Slack"](https://img.shields.io/badge/join-us%20on%20slack-gray.svg?longCache=true&logo=slack&colorB=brightgreen)](https://cdr.co/join-community) [![Twitter Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=social)](https://twitter.com/coderhq) [![codecov](https://codecov.io/gh/cdr/code-server/branch/main/graph/badge.svg?token=5iM9farjnC)](https://codecov.io/gh/cdr/code-server) [![See v3.11.0 docs](https://img.shields.io/static/v1?label=Docs&message=see%20v3.11.0%20&color=blue)](https://github.com/cdr/code-server/tree/v3.11.0/docs)
44

55
Run [VS Code](https://github.com/Microsoft/vscode) on any machine anywhere and
66
access it in the browser.
@@ -30,7 +30,7 @@ There are three ways to get started:
3030
automates most of the process. The script uses the system package manager if
3131
possible.
3232
2. Manually [installing
33-
code-server](https://coder.com/docs/code-server/v3.10.2/install)
33+
code-server](https://coder.com/docs/code-server/v3.11.0/install)
3434
3. Using our one-click buttons and guides to [deploy code-server to a cloud
3535
provider](https://github.com/cdr/deploy-code-server)
3636

@@ -51,7 +51,7 @@ When done, the install script prints out instructions for running and starting
5151
code-server.
5252

5353
We also have an in-depth [setup and
54-
configuration](https://coder.com/docs/code-server/v3.10.2/guide) guide.
54+
configuration](https://coder.com/docs/code-server/v3.11.0/guide) guide.
5555

5656
### code-server --link
5757

@@ -71,11 +71,11 @@ Proxying code-server, you can access your IDE at https://example.cdr.co
7171
## Questions?
7272

7373
See answers to [frequently asked
74-
questions](https://coder.com/docs/code-server/v3.10.2/FAQ).
74+
questions](https://coder.com/docs/code-server/v3.11.0/FAQ).
7575

7676
## Want to help?
7777

78-
See [Contributing](https://coder.com/docs/code-server/v3.10.2/CONTRIBUTING) for
78+
See [Contributing](https://coder.com/docs/code-server/v3.11.0/CONTRIBUTING) for
7979
details.
8080

8181
## Hiring

docs/requirements.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ At the minimum, we recommend:
99
- 2 CPU cores
1010

1111
You can use any Linux distribution, but [our
12-
docs](https://coder.com/docs/code-server/v3.10.2/guide) assume that you're using
12+
docs](https://coder.com/docs/code-server/v3.11.0/guide) assume that you're using
1313
Debian hosted by Google Cloud (see the following section for instructions on
1414
setting this up).
1515

install.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -eu
33

44
# code-server's automatic install script.
5-
# See https://coder.com/docs/code-server/v3.10.2/install
5+
# See https://coder.com/docs/code-server/v3.11.0/install
66

77
usage() {
88
arg0="$0"
@@ -66,7 +66,7 @@ fall back to npm so on architectures without pre-built releases this will error.
6666
6767
The installer will cache all downloaded assets into ~/.cache/code-server
6868
69-
More installation docs are at https://coder.com/docs/code-server/v3.10.2/install
69+
More installation docs are at https://coder.com/docs/code-server/v3.11.0/install
7070
EOF
7171
}
7272

@@ -433,7 +433,7 @@ install_npm() {
433433
fi
434434
echoerr "Please install npm or yarn to install code-server!"
435435
echoerr "You will need at least node v12 and a few C dependencies."
436-
echoerr "See the docs https://coder.com/docs/code-server/v3.10.2/install#yarn-npm"
436+
echoerr "See the docs https://coder.com/docs/code-server/v3.11.0/install#yarn-npm"
437437

438438
exit 1
439439
}

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": "3.10.2",
4+
"version": "3.11.0",
55
"description": "Run VS Code on a remote server.",
66
"homepage": "https://github.com/cdr/code-server",
77
"bugs": {

0 commit comments

Comments
 (0)