| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ddee4f7 commit c041986
7 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,4 +20,4 @@ version: 1.0.3 | |||
| 20 | 20 | # This is the version number of the application being deployed. This version number should be | |
| 21 | 21 | # incremented each time you make changes to the application. Versions are not expected to | |
| 22 | 22 | # follow Semantic Versioning. They should reflect the version the application is using. | |
| 23 | - appVersion: 3.10.2 | ||
| 23 | + appVersion: 3.11.0 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | # code-server | |
| 2 | 2 | ||
| 3 | -    | ||
| 3 | +    | ||
| 4 | 4 | ||
| 5 | 5 | [code-server](https://github.com/cdr/code-server) code-server is VS Code running | |
| 6 | 6 | on a remote server, accessible through the browser. | |
@@ -73,7 +73,7 @@ and their default values. | |||
| 73 | 73 | | hostnameOverride | string | `""` | | | |
| 74 | 74 | | image.pullPolicy | string | `"Always"` | | | |
| 75 | 75 | | image.repository | string | `"codercom/code-server"` | | | |
| 76 | - | image.tag | string | `"3.10.2"` | | | ||
| 76 | + | image.tag | string | `"3.11.0"` | | | ||
| 77 | 77 | | imagePullSecrets | list | `[]` | | | |
| 78 | 78 | | ingress.enabled | bool | `false` | | | |
| 79 | 79 | | nameOverride | string | `""` | | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,7 +6,7 @@ replicaCount: 1 | |||
| 6 | 6 | ||
| 7 | 7 | image: | |
| 8 | 8 | repository: codercom/code-server | |
| 9 | - tag: '3.10.2' | ||
| 9 | + tag: '3.11.0' | ||
| 10 | 10 | pullPolicy: Always | |
| 11 | 11 | ||
| 12 | 12 | imagePullSecrets: [] | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | # code-server | |
| 2 | 2 | ||
| 3 | - [](https://github.com/cdr/code-server/discussions) [](https://cdr.co/join-community) [](https://twitter.com/coderhq) [](https://codecov.io/gh/cdr/code-server) [](https://github.com/cdr/code-server/tree/v3.10.2/docs) | ||
| 3 | + [](https://github.com/cdr/code-server/discussions) [](https://cdr.co/join-community) [](https://twitter.com/coderhq) [](https://codecov.io/gh/cdr/code-server) [](https://github.com/cdr/code-server/tree/v3.11.0/docs) | ||
| 4 | 4 | ||
| 5 | 5 | Run [VS Code](https://github.com/Microsoft/vscode) on any machine anywhere and | |
| 6 | 6 | access it in the browser. | |
@@ -30,7 +30,7 @@ There are three ways to get started: | |||
| 30 | 30 | automates most of the process. The script uses the system package manager if | |
| 31 | 31 | possible. | |
| 32 | 32 | 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) | ||
| 34 | 34 | 3. Using our one-click buttons and guides to [deploy code-server to a cloud | |
| 35 | 35 | provider](https://github.com/cdr/deploy-code-server) ⚡ | |
| 36 | 36 | ||
@@ -51,7 +51,7 @@ When done, the install script prints out instructions for running and starting | |||
| 51 | 51 | code-server. | |
| 52 | 52 | ||
| 53 | 53 | 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. | ||
| 55 | 55 | ||
| 56 | 56 | ### code-server --link | |
| 57 | 57 | ||
@@ -71,11 +71,11 @@ Proxying code-server, you can access your IDE at https://example.cdr.co | |||
| 71 | 71 | ## Questions? | |
| 72 | 72 | ||
| 73 | 73 | 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). | ||
| 75 | 75 | ||
| 76 | 76 | ## Want to help? | |
| 77 | 77 | ||
| 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 | ||
| 79 | 79 | details. | |
| 80 | 80 | ||
| 81 | 81 | ## Hiring | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,7 +9,7 @@ At the minimum, we recommend: | |||
| 9 | 9 | - 2 CPU cores | |
| 10 | 10 | ||
| 11 | 11 | 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 | ||
| 13 | 13 | Debian hosted by Google Cloud (see the following section for instructions on | |
| 14 | 14 | setting this up). | |
| 15 | 15 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | set -eu | |
| 3 | 3 | ||
| 4 | 4 | # 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 | ||
| 6 | 6 | ||
| 7 | 7 | usage() { | |
| 8 | 8 | arg0="$0" | |
@@ -66,7 +66,7 @@ fall back to npm so on architectures without pre-built releases this will error. | |||
| 66 | 66 | ||
| 67 | 67 | The installer will cache all downloaded assets into ~/.cache/code-server | |
| 68 | 68 | ||
| 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 | ||
| 70 | 70 | EOF | |
| 71 | 71 | } | |
| 72 | 72 | ||
@@ -433,7 +433,7 @@ install_npm() { | |||
| 433 | 433 | fi | |
| 434 | 434 | echoerr "Please install npm or yarn to install code-server!" | |
| 435 | 435 | 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" | ||
| 437 | 437 | ||
| 438 | 438 | exit 1 | |
| 439 | 439 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "code-server", | |
| 3 | 3 | "license": "MIT", | |
| 4 | - "version": "3.10.2", | ||
| 4 | + "version": "3.11.0", | ||
| 5 | 5 | "description": "Run VS Code on a remote server.", | |
| 6 | 6 | "homepage": "https://github.com/cdr/code-server", | |
| 7 | 7 | "bugs": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments