From 49ebd668758f8b0d9db9da52f378f450b1e45b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Tron=C3=AD=C4=8Dek?= Date: Thu, 12 Oct 2023 18:28:20 +0200 Subject: [PATCH] Update VS Code Browser to `1.73.1` (#18914) * Update VS Code Browser to `1.73.1` * Update stable --- 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 98e7327e3ec247..70c76e497e4dbc 100644 --- a/WORKSPACE.yaml +++ b/WORKSPACE.yaml @@ -7,8 +7,8 @@ defaultArgs: publishToNPM: true publishToJBMarketplace: true localAppVersion: unknown - codeCommit: 8efbeca1f1cdbc371efd7aae406dbff22d4865c0 - codeVersion: 1.83.0 + codeCommit: 9ab5dfec5c88efc77a902df0a0c26733ab0c4a51 + codeVersion: 1.83.1 codeQuality: stable noVerifyJBPlugin: false intellijDownloadUrl: "https://download.jetbrains.com/idea/ideaIU-2023.2.2.tar.gz" diff --git a/install/installer/pkg/components/workspace/ide/constants.go b/install/installer/pkg/components/workspace/ide/constants.go index 522adb49275a8b..8287b0b22f3b96 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-0aca4f0ecffabf641d5d79e5962fd208a04030fc" // stable version that will be updated manually on demand + CodeIDEImageStableVersion = "commit-e77f3a07ea76bbb404d3f6bf4af36269afc45df1" // 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