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 1
1
# 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 )
2
2
3
3
[ ![ 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 )
5
5
6
6
Run [ VS Code] ( https://github.com/Microsoft/vscode ) on any machine anywhere and access it in the browser.
7
7
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.1
23
+ appVersion : 3.10.2
Original file line number Diff line number Diff line change 1
1
# code-server
2
2
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 )
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.1 " ` | |
76
+ | image.tag | string | ` "3.10.2 " ` | |
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.1 '
9
+ tag : ' 3.10.2 '
10
10
pullPolicy : Always
11
11
12
12
imagePullSecrets : []
Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ install_npm() {
419
419
echoh
420
420
echoerr " Please install npm or yarn to install code-server!"
421
421
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"
423
423
exit 1
424
424
}
425
425
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " code-server" ,
3
3
"license" : " MIT" ,
4
- "version" : " 3.10.1 " ,
4
+ "version" : " 3.10.2 " ,
5
5
"description" : " Run VS Code on a remote server." ,
6
6
"homepage" : " https://github.com/cdr/code-server" ,
7
7
"bugs" : {
You can’t perform that action at this time.
0 commit comments