Skip to content

Commit

Permalink
[code] Update code 1.87.1 (#19532)
Browse files Browse the repository at this point in the history
* Build code 1.87.1

* [code] Update code 1.87.1
  • Loading branch information
jeanp413 authored Mar 18, 2024
1 parent a77139c commit 962ce3c
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: 65bcfaa1136f4ea1111c9ba4277c194478004e43
codeVersion: 1.87.0
codeCommit: 0ab7db2c7269dc6711fee21bb9a4c2cc7c08142d
codeVersion: 1.87.1
codeQuality: stable
noVerifyJBPlugin: false
intellijDownloadUrl: "https://download.jetbrains.com/idea/ideaIU-2023.3.5.tar.gz"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ func ideConfigConfigmap(ctx *common.RenderContext) ([]runtime.Object, error) {
LatestImage: resolveLatestImage(ide.CodeIDEImage, "nightly", ctx.VersionManifest.Components.Workspace.CodeImage),
LatestImageLayers: []string{codeWebExtensionImage, codeHelperImage},
Versions: []ide_config.IDEVersion{
{
Version: "1.87.1",
Image: ctx.ImageName(ctx.Config.Repository, ide.CodeIDEImage, "commit-aaa9aeb1a12870ab8c19ca8a928d76849bc24c84"),
ImageLayers: []string{
ctx.ImageName(ctx.Config.Repository, ide.CodeWebExtensionImage, "commit-4e069a6195f3926ba8b84725bc806228f4cb94ec"),
ctx.ImageName(ctx.Config.Repository, ide.CodeHelperIDEImage, "commit-4f921cd94dfe046097167e177a6e781f3aa00d70"),
},
},
{
Version: "1.87.0",
Image: ctx.ImageName(ctx.Config.Repository, ide.CodeIDEImage, "commit-82dc424633bdc7266b46302042dd98af201fa8f8"),
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-82dc424633bdc7266b46302042dd98af201fa8f8" // stable version that will be updated manually on demand
CodeIDEImageStableVersion = "commit-aaa9aeb1a12870ab8c19ca8a928d76849bc24c84" // 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 962ce3c

Please sign in to comment.