Skip to content

Commit

Permalink
[code] upgrade Browser VS Code to 1.89.0 (gitpod-io#19706)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustard-mh authored May 6, 2024
1 parent 2c2d3cc commit bc05c69
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
export LEEWAY_WORKSPACE_ROOT=$GITHUB_WORKSPACE
codeHeadCommit=$(curl -H 'Accept: application/vnd.github.VERSION.sha' https://api.github.com/repos/gitpod-io/openvscode-server/commits/gp-code/release/1.89)
codeHeadCommit=$(curl -H 'Accept: application/vnd.github.VERSION.sha' https://api.github.com/repos/gitpod-io/openvscode-server/commits/gp-code/main)
codeVersion=$(curl https://raw.githubusercontent.com/gitpod-io/openvscode-server/$codeHeadCommit/package.json | jq .version)
imageRepoBase=${{ github.ref == 'refs/heads/main' && 'eu.gcr.io/gitpod-core-dev/build' || 'eu.gcr.io/gitpod-dev-artifact/build' }}
cd components/ide/code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
"{{.CodeHelperImage}}"
],
"versions": [
{
"version": "1.89.0",
"image": "{{.Repository}}/ide/code:commit-8a412095311a2ee0460abca3a4461704c4533374",
"imageLayers": [
"{{.CodeWebExtensionImage}}",
"{{.CodeHelperImage}}"
]
},
{
"version": "1.88.1",
"image": "{{.Repository}}/ide/code:commit-2ca710524cf1d69bc014cbfd57865375a4f9a522",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package ide

const (
CodeIDEImage = "ide/code"
CodeIDEImageStableVersion = "commit-2ca710524cf1d69bc014cbfd57865375a4f9a522" // stable version that will be updated manually on demand
CodeIDEImageStableVersion = "commit-8a412095311a2ee0460abca3a4461704c4533374" // stable version that will be updated manually on demand
Code1_85IDEImageStableVersion = "commit-cb1173f2a457633550a7fdc89af86d8d4da51876"
CodeHelperIDEImage = "ide/code-codehelper"
CodeWebExtensionImage = "ide/gitpod-code-web"
Expand Down

0 comments on commit bc05c69

Please sign in to comment.