Skip to content

Commit

Permalink
chore(release): release version 7.21.1
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
mkuznyetsov committed Nov 5, 2020
1 parent 39b919b commit 5122e05
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ OPTIONS
is the 'operator' or the 'olm'.
--che-operator-image=che-operator-image
[default: quay.io/eclipse/che-operator:7.21.0] Container image of the operator. This parameter is used only when the
[default: quay.io/eclipse/che-operator:7.21.1] Container image of the operator. This parameter is used only when the
installer is the operator
--debug
Expand All @@ -518,7 +518,7 @@ OPTIONS
[default: che] Eclipse Che deployment name
--dev-workspace-controller-image=dev-workspace-controller-image
[default: quay.io/devfile/devworkspace-controller:sha-4ea0394] Container image of the dev workspace controller. This
[default: quay.io/devfile/devworkspace-controller:sha-58b0bc3] Container image of the dev workspace controller. This
parameter is used only when the workspace engine is the DevWorkspace
--dev-workspace-controller-namespace=dev-workspace-controller-namespace
Expand Down Expand Up @@ -701,7 +701,7 @@ OPTIONS
the 'olm'.
--che-operator-image=che-operator-image [default:
quay.io/eclipse/che-operator:7.21.0]
quay.io/eclipse/che-operator:7.21.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.21.0
7.21.1
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"cli-ux": "^5.4.5",
"command-exists": "^1.2.9",
"debug": "^4.1.1",
"eclipse-che": "git://github.com/eclipse/che#7.21.0",
"eclipse-che": "git://github.com/eclipse/che#7.21.1",
"eclipse-che-devfile-api": "git://github.com/devfile/api#v1alpha1",
"eclipse-che-devfile-workspace-operator": "git://github.com/devfile/devworkspace-operator#4ea0394233e7b90a3512a4e1323eb25590309ff3",
"eclipse-che-devfile-workspace-operator": "git://github.com/devfile/devworkspace-operator#58b0bc3a8ca3f5266bde3eb1090cf131b3d0b9cf",
"eclipse-che-minishift": "git://github.com/minishift/minishift#master",
"eclipse-che-operator": "git://github.com/eclipse/che-operator#7.21.0",
"eclipse-che-operator": "git://github.com/eclipse/che-operator#7.21.1",
"esprima": "^4.0.1",
"execa": "^4.0.3",
"fancy-test": "^1.4.9",
Expand Down
6 changes: 3 additions & 3 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
* SPDX-License-Identifier: EPL-2.0
**********************************************************************/

export const DEFAULT_CHE_IMAGE = 'quay.io/eclipse/che-server:7.21.0'
export const DEFAULT_CHE_OPERATOR_IMAGE = 'quay.io/eclipse/che-operator:7.21.0'
export const DEFAULT_DEV_WORKSPACE_CONTROLLER_IMAGE = 'quay.io/devfile/devworkspace-controller:sha-4ea0394'
export const DEFAULT_CHE_IMAGE = 'quay.io/eclipse/che-server:7.21.1'
export const DEFAULT_CHE_OPERATOR_IMAGE = 'quay.io/eclipse/che-operator:7.21.1'
export const DEFAULT_DEV_WORKSPACE_CONTROLLER_IMAGE = 'quay.io/devfile/devworkspace-controller:sha-58b0bc3'

// This image should be updated manually when needed.
// Repository location: https://github.com/che-dockerfiles/che-cert-manager-ca-cert-generator-image
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2124,21 +2124,21 @@ ecc-jsbn@~0.1.1:
version "0.0.0"
resolved "git://github.com/devfile/api#9e2280a95680c4a042342a899311171f07fed0bf"

"eclipse-che-devfile-workspace-operator@git://github.com/devfile/devworkspace-operator#4ea0394233e7b90a3512a4e1323eb25590309ff3":
"eclipse-che-devfile-workspace-operator@git://github.com/devfile/devworkspace-operator#58b0bc3a8ca3f5266bde3eb1090cf131b3d0b9cf":
version "0.0.0"
resolved "git://github.com/devfile/devworkspace-operator#4ea0394233e7b90a3512a4e1323eb25590309ff3"
resolved "git://github.com/devfile/devworkspace-operator#58b0bc3a8ca3f5266bde3eb1090cf131b3d0b9cf"

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

"eclipse-che-operator@git://github.com/eclipse/che-operator#7.21.0":
"eclipse-che-operator@git://github.com/eclipse/che-operator#7.21.1":
version "0.0.0"
resolved "git://github.com/eclipse/che-operator#45d1e1cb9dcc5c9364ed047fa9f5534d4a317f7c"
resolved "git://github.com/eclipse/che-operator#fc658bc99cf0884b3f2d4746d47cee41bbb1a3b8"

"eclipse-che@git://github.com/eclipse/che#7.21.0":
"eclipse-che@git://github.com/eclipse/che#7.21.1":
version "0.0.0"
resolved "git://github.com/eclipse/che#b15df81f94ed1019a75c0977248920324074b509"
resolved "git://github.com/eclipse/che#9abdc5e81e6a50e70bcf268d6d9f2603358a33da"

editorconfig@^0.15.0:
version "0.15.3"
Expand Down

0 comments on commit 5122e05

Please sign in to comment.