From b9ce4f1d2e5d7349cab2b5332ddd622eb8aaeff4 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Wed, 26 Jan 2022 05:47:21 -0400 Subject: [PATCH] fix: since we now depend on DWO 0.11, might as well update the minimum required version (https://github.com/eclipse-che/che-operator/commit/9a5a2ef2db94045d80931c1e10eea0fdc54544f9) (#1298) Change-Id: I72c1f7f4cc3d3672030e32c02c2bdd08c15185ca Signed-off-by: nickboldt --- .../eclipse-che-preview-openshift/metadata/dependencies.yaml | 4 ++-- .../eclipse-che-preview-openshift/metadata/dependencies.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bundle/next/eclipse-che-preview-openshift/metadata/dependencies.yaml b/bundle/next/eclipse-che-preview-openshift/metadata/dependencies.yaml index 5b74a0b5c..7a50e0799 100644 --- a/bundle/next/eclipse-che-preview-openshift/metadata/dependencies.yaml +++ b/bundle/next/eclipse-che-preview-openshift/metadata/dependencies.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2022 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -14,4 +14,4 @@ dependencies: - type: olm.package value: packageName: devworkspace-operator - version: ">=0.8.0" + version: ">=0.11.0" diff --git a/bundle/stable/eclipse-che-preview-openshift/metadata/dependencies.yaml b/bundle/stable/eclipse-che-preview-openshift/metadata/dependencies.yaml index 5b74a0b5c..7a50e0799 100644 --- a/bundle/stable/eclipse-che-preview-openshift/metadata/dependencies.yaml +++ b/bundle/stable/eclipse-che-preview-openshift/metadata/dependencies.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2022 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -14,4 +14,4 @@ dependencies: - type: olm.package value: packageName: devworkspace-operator - version: ">=0.8.0" + version: ">=0.11.0"