Compare commits

...

3 commits
main ... v4.8.3

Author SHA1 Message Date
Joe Previte
072b5a8f92
fixup!: update chart version 2022-11-07 11:18:16 -07:00
Joe Previte
a2e464d06d
chore: update CHANGELOG 2022-11-07 11:12:15 -07:00
Joe Previte
4ad763ad59
chore: update version to 4.8.3 2022-11-07 11:10:59 -07:00
4 changed files with 12 additions and 4 deletions

View file

@ -20,6 +20,14 @@ Code v99.99.999
-->
## [4.8.3](https://github.com/coder/code-server/releases/tag/v4.8.3) - 2022-11-07
Code v1.72.1
### Changed
- Updated text in the Getting Started page.
## [4.8.2](https://github.com/coder/code-server/releases/tag/v4.8.2) - 2022-11-02
Code v1.72.1

View file

@ -15,9 +15,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.3.2
version: 3.3.3
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 4.8.2
appVersion: 4.8.3

View file

@ -6,7 +6,7 @@ replicaCount: 1
image:
repository: codercom/code-server
tag: '4.8.2'
tag: '4.8.3'
pullPolicy: Always
# Specifies one or more secrets to be used when pulling images from a

View file

@ -1,7 +1,7 @@
{
"name": "code-server",
"license": "MIT",
"version": "4.8.2",
"version": "4.8.3",
"description": "Run VS Code on a remote server.",
"homepage": "https://github.com/coder/code-server",
"bugs": {