Skip to content

Commit

Permalink
chore(release): release version 7.12.1 (#682)
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoliy Bazko <[email protected]>
  • Loading branch information
tolusha authored May 1, 2020
1 parent d356a2b commit ab972e1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
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.0] Eclipse Che server container image
[default: quay.io/eclipse/che-server:7.12.1] 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.0] Container image of the operator. This parameter is used only when the
[default: quay.io/eclipse/che-operator:7.12.1] 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.0]
quay.io/eclipse/che-operator:7.12.1]
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.0
7.12.1
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.0",
"eclipse-che": "git://github.com/eclipse/che#7.12.1",
"eclipse-che-minishift": "git://github.com/minishift/minishift#master",
"eclipse-che-operator": "git://github.com/eclipse/che-operator#7.12.0",
"eclipse-che-operator": "git://github.com/eclipse/che-operator#7.12.1",
"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.0'
export const DEFAULT_CHE_OPERATOR_IMAGE = 'quay.io/eclipse/che-operator:7.12.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'

// 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.0":
"eclipse-che-operator@git://github.com/eclipse/che-operator#7.12.1":
version "0.0.0"
resolved "git://github.com/eclipse/che-operator#3741ab1495d9742d11999598ba623d9bc64b5e1b"
resolved "git://github.com/eclipse/che-operator#6a0f58f8b2d035f68178c35b19ca6f59dfa6da99"

"eclipse-che@git://github.com/eclipse/che#7.12.0":
"eclipse-che@git://github.com/eclipse/che#7.12.1":
version "0.0.0"
resolved "git://github.com/eclipse/che#7c145f9cef9894cc8fc1683f7d84e5864754a9f7"
resolved "git://github.com/eclipse/che#7ee5848a29d4fbdf91598a65f2fca7fed687c86b"

editorconfig@^0.15.0:
version "0.15.3"
Expand Down

0 comments on commit ab972e1

Please sign in to comment.