From 1e49f824cba6bf6216c52cd5c3dd38fcf6a75552 Mon Sep 17 00:00:00 2001 From: Anatoliy Bazko Date: Thu, 7 May 2020 13:49:47 +0300 Subject: [PATCH] chore(release): release version 7.12.2 Signed-off-by: Anatoliy Bazko --- README.md | 6 +++--- VERSION | 2 +- package.json | 4 ++-- src/constants.ts | 4 ++-- yarn.lock | 8 ++++---- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 7f06ec48e..258060ec7 100644 --- a/README.md +++ b/README.md @@ -281,7 +281,7 @@ OPTIONS show CLI help -i, --cheimage=cheimage - [default: quay.io/eclipse/che-server:7.12.1] Eclipse Che server container image + [default: quay.io/eclipse/che-server:7.12.2] Eclipse Che server container image -m, --multiuser Starts Eclipse Che in multi-user mode @@ -320,7 +320,7 @@ OPTIONS is the operator. --che-operator-image=che-operator-image - [default: quay.io/eclipse/che-operator:7.12.1] Container image of the operator. This parameter is used only when the + [default: quay.io/eclipse/che-operator:7.12.2] Container image of the operator. This parameter is used only when the installer is the operator --debug @@ -419,7 +419,7 @@ OPTIONS templates folder --che-operator-image=che-operator-image [default: - quay.io/eclipse/che-operator:7.12.1] + quay.io/eclipse/che-operator:7.12.2] Container image of the operator. This parameter is used only when the installer is the operator diff --git a/VERSION b/VERSION index 3869adc91..bbe4c1562 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.12.1 +7.12.2 diff --git a/package.json b/package.json index e7f4a7369..0869b54f7 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,9 @@ "cli-ux": "^5.4.5", "command-exists": "^1.2.8", "debug": "^4.1.1", - "eclipse-che": "git://github.com/eclipse/che#7.12.1", + "eclipse-che": "git://github.com/eclipse/che#7.12.2", "eclipse-che-minishift": "git://github.com/minishift/minishift#master", - "eclipse-che-operator": "git://github.com/eclipse/che-operator#7.12.1", + "eclipse-che-operator": "git://github.com/eclipse/che-operator#7.12.2", "esprima": "^4.0.1", "execa": "^4.0.0", "fancy-test": "^1.4.7", diff --git a/src/constants.ts b/src/constants.ts index 53f760737..6a465a255 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -8,8 +8,8 @@ * SPDX-License-Identifier: EPL-2.0 **********************************************************************/ -export const DEFAULT_CHE_IMAGE = 'quay.io/eclipse/che-server:7.12.1' -export const DEFAULT_CHE_OPERATOR_IMAGE = 'quay.io/eclipse/che-operator:7.12.1' +export const DEFAULT_CHE_IMAGE = 'quay.io/eclipse/che-server:7.12.2' +export const DEFAULT_CHE_OPERATOR_IMAGE = 'quay.io/eclipse/che-operator:7.12.2' // This image should be updated manually when needed. // Repository location: https://github.com/che-dockerfiles/che-cert-manager-ca-cert-generator-image diff --git a/yarn.lock b/yarn.lock index 436eef16b..23b08bf96 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1519,13 +1519,13 @@ ecc-jsbn@~0.1.1: version "0.0.0" resolved "git://github.com/minishift/minishift#2410ad2f582558e0d8b001582d0f4e43311c81be" -"eclipse-che-operator@git://github.com/eclipse/che-operator#7.12.1": +"eclipse-che-operator@git://github.com/eclipse/che-operator#7.12.2": version "0.0.0" - resolved "git://github.com/eclipse/che-operator#6a0f58f8b2d035f68178c35b19ca6f59dfa6da99" + resolved "git://github.com/eclipse/che-operator#de8eac062b9cace25246d09bec0b8a9904d0f64b" -"eclipse-che@git://github.com/eclipse/che#7.12.1": +"eclipse-che@git://github.com/eclipse/che#7.12.2": version "0.0.0" - resolved "git://github.com/eclipse/che#7ee5848a29d4fbdf91598a65f2fca7fed687c86b" + resolved "git://github.com/eclipse/che#b5179d9f680152d4ad326f1608dd5b3ad2c687da" editorconfig@^0.15.0: version "0.15.3"