Skip to content

Commit

Permalink
chore(release): release version 7.19.2 (che-incubator#899)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
  • Loading branch information
mkuznyetsov committed Oct 2, 2020
1 parent b966a0d commit c5677da
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ OPTIONS
show CLI help
-i, --cheimage=cheimage
[default: quay.io/eclipse/che-server:7.19.1] Eclipse Che server container image
[default: quay.io/eclipse/che-server:7.19.2] Eclipse Che server container image
-m, --multiuser
Starts Eclipse Che in multi-user mode
Expand Down Expand Up @@ -388,7 +388,7 @@ OPTIONS
is the 'operator' or the 'olm'.
--che-operator-image=che-operator-image
[default: quay.io/eclipse/che-operator:7.19.1] Container image of the operator. This parameter is used only when the
[default: quay.io/eclipse/che-operator:7.19.2] Container image of the operator. This parameter is used only when the
installer is the operator
--debug
Expand Down Expand Up @@ -532,7 +532,7 @@ OPTIONS
templates folder
--che-operator-image=che-operator-image [default:
quay.io/eclipse/che-operator:7.19.1]
quay.io/eclipse/che-operator:7.19.2]
Container image of the operator. This
parameter is used only when the installer
is the operator
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.19.1
7.19.2
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"cli-ux": "^5.4.5",
"command-exists": "^1.2.9",
"debug": "^4.1.1",
"eclipse-che": "git://github.com/eclipse/che#7.19.1",
"eclipse-che": "git://github.com/eclipse/che#7.19.2",
"eclipse-che-devfile-api": "git://github.com/devfile/api#v1alpha1",
"eclipse-che-devfile-workspace-operator": "git://github.com/devfile/devworkspace-operator#8c503adf80acf4a117d1f6b4e495b956cfb738f5",
"eclipse-che-minishift": "git://github.com/minishift/minishift#master",
"eclipse-che-operator": "git://github.com/eclipse/che-operator#7.19.1",
"eclipse-che-operator": "git://github.com/eclipse/che-operator#7.19.2",
"esprima": "^4.0.1",
"execa": "^4.0.3",
"fancy-test": "^1.4.9",
Expand Down
4 changes: 2 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
* SPDX-License-Identifier: EPL-2.0
**********************************************************************/

export const DEFAULT_CHE_IMAGE = 'quay.io/eclipse/che-server:7.19.1'
export const DEFAULT_CHE_OPERATOR_IMAGE = 'quay.io/eclipse/che-operator:7.19.1'
export const DEFAULT_CHE_IMAGE = 'quay.io/eclipse/che-server:7.19.2'
export const DEFAULT_CHE_OPERATOR_IMAGE = 'quay.io/eclipse/che-operator:7.19.2'
export const DEFAULT_DEV_WORKSPACE_CONTROLLER_IMAGE = 'quay.io/devfile/devworkspace-controller:sha-8c503ad'

// This image should be updated manually when needed.
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2098,15 +2098,15 @@ ecc-jsbn@~0.1.1:

"eclipse-che-minishift@git://github.com/minishift/minishift#master":
version "0.0.0"
resolved "git://github.com/minishift/minishift#d7a01068c281c5b5dd72ff877831ca8c631d3391"
resolved "git://github.com/minishift/minishift#4b58f8954421fcbb7996ca67cba7ed8c58092a88"

"eclipse-che-operator@git://github.com/eclipse/che-operator#7.19.1":
"eclipse-che-operator@git://github.com/eclipse/che-operator#7.19.2":
version "0.0.0"
resolved "git://github.com/eclipse/che-operator#9712238ecb5d53787bd07c868409bc9c67a22100"
resolved "git://github.com/eclipse/che-operator#301efa783a758cff8b0eab71de0ceefb74b4c214"

"eclipse-che@git://github.com/eclipse/che#7.19.1":
"eclipse-che@git://github.com/eclipse/che#7.19.2":
version "0.0.0"
resolved "git://github.com/eclipse/che#4d72683c482e007b8549edf5245f2b68f1353882"
resolved "git://github.com/eclipse/che#78c092610a43c61dae96fd4cc7fa2f77bd30b270"

editorconfig@^0.15.0:
version "0.15.3"
Expand Down

0 comments on commit c5677da

Please sign in to comment.