From 6dd8988acda492b0952a4a4ba429864fad5b9588 Mon Sep 17 00:00:00 2001 From: Huiwen Date: Fri, 10 Nov 2023 23:02:48 +0800 Subject: [PATCH] Gitpod VS Code Browser Release `1.84.2` (#19055) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Build stable code * upgrade stable image --------- Co-authored-by: Filip Troníček --- WORKSPACE.yaml | 4 ++-- install/installer/pkg/components/workspace/ide/constants.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.yaml b/WORKSPACE.yaml index d6f66c33a39d60..14493c3073953e 100644 --- a/WORKSPACE.yaml +++ b/WORKSPACE.yaml @@ -7,8 +7,8 @@ defaultArgs: publishToNPM: true publishToJBMarketplace: true localAppVersion: unknown - codeCommit: e8edec1d836142a8a82e9c372b8d146d2c53b2fa - codeVersion: 1.84.1 + codeCommit: 82a937848fa78b21fe5f051bfd18ff0a8cd2f9ab + codeVersion: 1.84.2 codeQuality: stable noVerifyJBPlugin: false intellijDownloadUrl: "https://download.jetbrains.com/idea/ideaIU-2023.2.3.tar.gz" diff --git a/install/installer/pkg/components/workspace/ide/constants.go b/install/installer/pkg/components/workspace/ide/constants.go index 9b77f35b009e72..342af51a02b88f 100644 --- a/install/installer/pkg/components/workspace/ide/constants.go +++ b/install/installer/pkg/components/workspace/ide/constants.go @@ -6,7 +6,7 @@ package ide const ( CodeIDEImage = "ide/code" - CodeIDEImageStableVersion = "commit-0bfb871a1d539936e3ef9959d7db453ab59af352" // stable version that will be updated manually on demand + CodeIDEImageStableVersion = "commit-3bb09152fc5248f5b99b33b4d8a7f101aa082441" // stable version that will be updated manually on demand CodeHelperIDEImage = "ide/code-codehelper" CodeWebExtensionImage = "ide/gitpod-code-web" CodeWebExtensionVersion = "commit-49bb715b599dce2356dd02a6ede7ae8cf10d8d12" // gitpod-web extension version comes from https://github.com/gitpod-io/gitpod-code