From 4e4c724666c4c145982ef6e6119f3701cdc0566b Mon Sep 17 00:00:00 2001 From: Roman Nikitenko Date: Fri, 2 Jul 2021 16:21:59 +0300 Subject: [PATCH 1/2] build: Pin Che-Theia to upstream Theia before the breaking changes Signed-off-by: Roman Nikitenko --- build.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.include b/build.include index 0b1ad841f..15cd8c965 100644 --- a/build.include +++ b/build.include @@ -14,7 +14,7 @@ IMAGE_TAG="next" THEIA_GITHUB_REPO="eclipse-theia/theia" THEIA_VERSION="master" THEIA_BRANCH="master" -THEIA_COMMIT_SHA= +THEIA_COMMIT_SHA="9648953cd6e8552b7e027558509ba77770bd8b6f" THEIA_GIT_REFS="refs\\/heads\\/master" THEIA_DOCKER_IMAGE_VERSION= From 4b8b2ae8f0a7da6d54d0031772141b5d4e4f6752 Mon Sep 17 00:00:00 2001 From: Roman Nikitenko Date: Mon, 5 Jul 2021 17:59:45 +0300 Subject: [PATCH 2/2] chore(tests): Use newer minikube 1.21.0 to run happy path tests Signed-off-by: Roman Nikitenko --- .github/workflows/happy-path-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/happy-path-tests.yaml b/.github/workflows/happy-path-tests.yaml index 08e797aa6..51b982380 100644 --- a/.github/workflows/happy-path-tests.yaml +++ b/.github/workflows/happy-path-tests.yaml @@ -47,7 +47,7 @@ jobs: id: run-minikube uses: che-incubator/setup-minikube-action@next with: - minikube-version: v1.20.0 + minikube-version: v1.21.0 - name: Deploy Eclipse Che id: deploy-che uses: che-incubator/che-deploy-action@next