This is an automated email from the ASF dual-hosted git repository. tsato pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 79da2cc68fd55336df0d527cb2eece5ae0dd20ca Author: Tadayoshi Sato <[email protected]> AuthorDate: Tue May 31 21:22:46 2022 +0900 fix(ci): update last released version to 1.9.2 This fixes the upgrade e2e failures. --- config/manifests/bases/camel-k.clusterserviceversion.yaml | 10 +++++----- script/Makefile | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml index 84665eef6..a526b4ae9 100644 --- a/config/manifests/bases/camel-k.clusterserviceversion.yaml +++ b/config/manifests/bases/camel-k.clusterserviceversion.yaml @@ -23,7 +23,7 @@ metadata: categories: Integration & Delivery certified: "false" containerImage: docker.io/apache/camel-k:1.10.0-SNAPSHOT - createdAt: 2022-05-13T13:57:18Z + createdAt: 2022-05-31T12:18:30Z description: Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers. operators.operatorframework.io/builder: operator-sdk-v1.3.0 @@ -31,7 +31,7 @@ metadata: operators.operatorframework.io/project_layout: go.kubebuilder.io/v2 repository: https://github.com/apache/camel-k support: Camel - name: camel-k.v1.9.1 + name: camel-k.v1.10.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -153,9 +153,9 @@ spec: minKubeVersion: 1.11.0 provider: name: The Apache Software Foundation - replaces: camel-k-operator.v1.9.0 + replaces: camel-k-operator.v1.9.2 selector: matchLabels: name: camel-k-operator - version: 1.9.1 - replaces: camel-k-operator.v1.9.0 + version: 1.10.0 + replaces: camel-k-operator.v1.9.2 diff --git a/script/Makefile b/script/Makefile index 9f41ca96e..3fca06aa5 100644 --- a/script/Makefile +++ b/script/Makefile @@ -17,7 +17,7 @@ VERSIONFILE := pkg/util/defaults/defaults.go VERSION ?= 1.10.0-SNAPSHOT OPERATOR_VERSION := $(subst -SNAPSHOT,,$(VERSION)) LAST_RELEASED_IMAGE_NAME := camel-k-operator -LAST_RELEASED_VERSION := 1.9.1 +LAST_RELEASED_VERSION := 1.9.2 RUNTIME_VERSION := 1.13.0 BUILDAH_VERSION := 1.14.0 KANIKO_VERSION := 0.17.1
