File tree Expand file tree Collapse file tree 8 files changed +12
-21
lines changed Expand file tree Collapse file tree 8 files changed +12
-21
lines changed Original file line number Diff line number Diff line change 33# Changelog
44
55- [ Changelog] ( #changelog )
6- - [ Next Version ] ( #next-version )
6+ - [ 3.10.2 ] ( #3102 )
77 - [ New Features] ( #new-features )
88 - [ Bug Fixes] ( #bug-fixes )
9- - [ Documentation] ( #documentation )
109 - [ Development] ( #development )
1110 - [ 3.10.1] ( #3101 )
1211 - [ Bug Fixes] ( #bug-fixes-1 )
13- - [ Documentation] ( #documentation-1 )
12+ - [ Documentation] ( #documentation )
1413 - [ Development] ( #development-1 )
1514 - [ 3.10.0] ( #3100 )
1615 - [ New Features] ( #new-features-1 )
1716 - [ Bug Fixes] ( #bug-fixes-2 )
18- - [ Documentation] ( #documentation-2 )
17+ - [ Documentation] ( #documentation-1 )
1918 - [ Development] ( #development-2 )
2019 - [ Previous versions] ( #previous-versions )
2120
@@ -56,7 +55,7 @@ VS Code v0.00.0
5655
5756-->
5857
59- ## Next Version
58+ ## 3.10.2
6059
6160VS Code v1.56.1
6261
@@ -69,10 +68,6 @@ VS Code v1.56.1
6968
7069- fix: use correct command to Open Folder on Welcome page #3437 @jsjoeio
7170
72- ### Documentation
73-
74- - item
75-
7671### Development
7772
7873- fix(ci): update brew-bump.sh to update remote first #3438 @jsjoeio
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 @@ -83,18 +83,14 @@ main() {
8383 echo -e " Great! We'll prep a PR for updating to $CODE_SERVER_VERSION_TO_UPDATE \n"
8484 $CMD rg -g ' !yarn.lock' -g ' !*.svg' -g ' !CHANGELOG.md' --files-with-matches --fixed-strings " ${CODE_SERVER_CURRENT_VERSION} " | $CMD xargs sd " $CODE_SERVER_CURRENT_VERSION " " $CODE_SERVER_VERSION_TO_UPDATE "
8585
86- # Ensure the tests are passing and code coverage is up-to-date
87- echo -e " Running unit tests and updating code coverage...\n"
88- $CMD yarn test:unit
89-
9086 $CMD git commit -am " chore(release): bump version to $CODE_SERVER_VERSION_TO_UPDATE "
9187
9288 # This runs from the root so that's why we use this path vs. ../../
9389 RELEASE_TEMPLATE_STRING=$( cat ./.github/PULL_REQUEST_TEMPLATE/release_template.md)
9490
9591 echo -e " \nOpening a draft PR on GitHub"
9692 # To read about these flags, visit the docs: https://cli.github.com/manual/gh_pr_create
97- $CMD gh pr create --base main --title " release: $CODE_SERVER_VERSION_TO_UPDATE " --body " $RELEASE_TEMPLATE_STRING " --reviewer @cdr/code-server-reviewers --repo cdr/code-server --draft
93+ $CMD gh pr create --base main --title " release: $CODE_SERVER_VERSION_TO_UPDATE " --body " $RELEASE_TEMPLATE_STRING " --reviewer @cdr/code-server-reviewers --repo cdr/code-server --draft --assignee " @me "
9894
9995 # Open PR in browser
10096 $CMD gh pr view --web
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