Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 7.12.2 #691

Merged
merged 1 commit into from
May 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.12.1
7.12.2
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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.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
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down