Skip to content

Commit

Permalink
[code] upgrade code to 1.88.1 (#19671)
Browse files Browse the repository at this point in the history
* Build stable code browser 1.88.1

* Bump stable Browser Code to 1.88.1
  • Loading branch information
mustard-mh committed Apr 29, 2024
1 parent c5a8392 commit b060c74
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ defaultArgs:
publishToNPM: true
publishToJBMarketplace: true
localAppVersion: unknown
codeCommit: 0859efdc73ff89d823efce9288ead6d36080f315
codeVersion: 1.88.0
codeCommit: d661363c7320f7e609b7ef4f7de346c7005fc811
codeVersion: 1.88.1
codeQuality: stable
codeWebExtensionCommit: 7ff72a2938a7a06cbdf3964590f7e9b7525958f3
xtermCommit: 8915adfdb17c4dc52c327ca81c50c547e80d3a99
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
"{{.CodeHelperImage}}"
],
"versions": [
{
"version": "1.88.1",
"image": "{{.Repository}}/ide/code:commit-2ca710524cf1d69bc014cbfd57865375a4f9a522",
"imageLayers": [
"{{.CodeWebExtensionImage}}",
"{{.CodeHelperImage}}"
]
},
{
"version": "1.88.0",
"image": "{{.Repository}}/ide/code:commit-7721fe825201d4d8d53975f81de0b063d94383cc",
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-7721fe825201d4d8d53975f81de0b063d94383cc" // stable version that will be updated manually on demand
CodeIDEImageStableVersion = "commit-2ca710524cf1d69bc014cbfd57865375a4f9a522" // 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 b060c74

Please sign in to comment.