From ea1fcd97867356d21d4739bdfe0dc64e6f8af47d Mon Sep 17 00:00:00 2001 From: Anatoliy Bazko Date: Mon, 24 Feb 2020 17:42:43 +0200 Subject: [PATCH 1/2] chore(release): release version 7.9.0 Signed-off-by: Anatoliy Bazko --- VERSION | 1 + package.json | 4 ++-- src/constants.ts | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 VERSION diff --git a/VERSION b/VERSION new file mode 100644 index 000000000..4bc5d6181 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +7.9.0 diff --git a/package.json b/package.json index 456ca7380..5b1fbf03e 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,9 @@ "cli-ux": "^5.3.3", "command-exists": "^1.2.8", "debug": "^4.1.1", - "eclipse-che": "git://github.com/eclipse/che#master", + "eclipse-che": "git://github.com/eclipse/che#7.9.0", "eclipse-che-minishift": "git://github.com/minishift/minishift#master", - "eclipse-che-operator": "git://github.com/eclipse/che-operator#master", + "eclipse-che-operator": "git://github.com/eclipse/che-operator#7.9.0", "esprima": "^4.0.1", "execa": "^4.0.0", "fancy-test": "^1.4.4", diff --git a/src/constants.ts b/src/constants.ts index a104afc6a..5469f2ad8 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,4 +1,4 @@ -const DEFAULT_CHE_IMAGE = 'quay.io/eclipse/che-server:nightly' -const DEFAULT_CHE_OPERATOR_IMAGE = 'quay.io/eclipse/che-operator:nightly' +const DEFAULT_CHE_IMAGE = 'quay.io/eclipse/che-server:7.9.0' +const DEFAULT_CHE_OPERATOR_IMAGE = 'quay.io/eclipse/che-operator:7.9.0' export { DEFAULT_CHE_IMAGE, DEFAULT_CHE_OPERATOR_IMAGE } From 5c39e5bf5ae72ad4defddb63a0573c452de3c4a9 Mon Sep 17 00:00:00 2001 From: Anatoliy Bazko Date: Mon, 24 Feb 2020 18:01:56 +0200 Subject: [PATCH 2/2] Update yarn.lock Signed-off-by: Anatoliy Bazko --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index 018b64f59..65c019dff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1674,13 +1674,13 @@ ecc-jsbn@~0.1.1: version "0.0.0" resolved "git://github.com/minishift/minishift#83ebaab2c072bd1a1b37b8cdbf01cb1280669144" -"eclipse-che-operator@git://github.com/eclipse/che-operator#master": +"eclipse-che-operator@git://github.com/eclipse/che-operator#7.9.0": version "0.0.0" - resolved "git://github.com/eclipse/che-operator#e9c5d3f312f07d73187075fcdd36423aae374edc" + resolved "git://github.com/eclipse/che-operator#94264b3f44f6057500a35e078722e784a881a799" -"eclipse-che@git://github.com/eclipse/che#master": +"eclipse-che@git://github.com/eclipse/che#7.9.0": version "0.0.0" - resolved "git://github.com/eclipse/che#444378684f44401898cfef95a3d37634464a891b" + resolved "git://github.com/eclipse/che#3a1e44860f932bb4427085344857b2f6956100d5" editorconfig@^0.15.0: version "0.15.3"