Skip to content

Commit

Permalink
chore(release): create release version 7.1.0 (#297)
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Loriedo <[email protected]>
  • Loading branch information
l0rd authored Sep 5, 2019
1 parent 2d21ce8 commit 9f49f3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.1.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/commands/server/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down Expand Up @@ -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.',
Expand Down

0 comments on commit 9f49f3a

Please sign in to comment.