From 8efb67ea3f57a5ecb29e334a86001805f46ba530 Mon Sep 17 00:00:00 2001 From: Mario Loriedo Date: Wed, 4 Sep 2019 16:52:09 +0200 Subject: [PATCH] chore(release): create release version 7.1.0 Signed-off-by: Mario Loriedo --- VERSION | 1 + package.json | 4 ++-- src/commands/server/start.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..a3fcc7121 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +7.1.0 diff --git a/package.json b/package.json index d430827ba..d9ee423ec 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,9 @@ "axios": "^0.19.0", "cli-ux": "^5.3.2", "command-exists": "^1.2.8", - "eclipse-che": "git://github.com/eclipse/che#master", + "eclipse-che": "git://github.com/eclipse/che#7.1.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.1.0", "esprima": "^4.0.1", "execa": "^1.0.0", "fancy-test": "^1.4.4", diff --git a/src/commands/server/start.ts b/src/commands/server/start.ts index 5173ceb39..a69e32d6c 100644 --- a/src/commands/server/start.ts +++ b/src/commands/server/start.ts @@ -44,7 +44,7 @@ export default class Start extends Command { cheimage: string({ char: 'i', description: 'Che server container image', - default: 'eclipse/che-server:nightly', + default: 'eclipse/che-server:7.1.0', env: 'CHE_CONTAINER_IMAGE' }), templates: string({ @@ -116,7 +116,7 @@ export default class Start extends Command { }), 'che-operator-image': string({ description: 'Container image of the operator. This parameter is used only when the installer is the operator', - default: 'quay.io/eclipse/che-operator:nightly' + default: 'quay.io/eclipse/che-operator:7.1.0' }), 'che-operator-cr-yaml': string({ description: 'Path to a yaml file that defines a CheCluster used by the operator. This parameter is used only when the installer is the operator.',