File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# code-server · ; [ ![ "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 )
22
33[ ![ codecov] ( https://codecov.io/gh/cdr/code-server/branch/main/graph/badge.svg?token=5iM9farjnC )] ( https://codecov.io/gh/cdr/code-server )
4- [ ![ See latest docs] ( https://img.shields.io/static/v1?label=Docs&message=see%20latest%20&color=blue )] ( https://github.com/cdr/code-server/tree/v3.10.1 /docs )
4+ [ ![ See latest docs] ( https://img.shields.io/static/v1?label=Docs&message=see%20latest%20&color=blue )] ( https://github.com/cdr/code-server/tree/v3.10.2 /docs )
55
66Run [ VS Code] ( https://github.com/Microsoft/vscode ) on any machine anywhere and access it in the browser.
77
Original file line number Diff line number Diff 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.1
23+ appVersion : 3.10.2
Original file line number Diff line number Diff line change 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.1 ] ( https://img.shields.io/badge/AppVersion-3.10.1 -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.10.2 ] ( https://img.shields.io/badge/AppVersion-3.10.2 -informational?style=flat-square )
44
55[ code-server] ( https://github.com/cdr/code-server ) code-server is VS Code running
66on 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.1 " ` | |
76+ | image.tag | string | ` "3.10.2 " ` | |
7777| imagePullSecrets | list | ` [] ` | |
7878| ingress.enabled | bool | ` false ` | |
7979| nameOverride | string | ` "" ` | |
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 1
66
77image :
88 repository : codercom/code-server
9- tag : ' 3.10.1 '
9+ tag : ' 3.10.2 '
1010 pullPolicy : Always
1111
1212imagePullSecrets : []
Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ install_npm() {
419419 echoh
420420 echoerr " Please install npm or yarn to install code-server!"
421421 echoerr " You will need at least node v12 and a few C dependencies."
422- echoerr " See the docs https://github.com/cdr/code-server/blob/v3.10.1 /docs/install.md#yarn-npm"
422+ echoerr " See the docs https://github.com/cdr/code-server/blob/v3.10.2 /docs/install.md#yarn-npm"
423423 exit 1
424424}
425425
Original file line number Diff line number Diff line change 11{
22 "name" : " code-server" ,
33 "license" : " MIT" ,
4- "version" : " 3.10.1 " ,
4+ "version" : " 3.10.2 " ,
55 "description" : " Run VS Code on a remote server." ,
66 "homepage" : " https://github.com/cdr/code-server" ,
77 "bugs" : {
You can’t perform that action at this time.
0 commit comments