You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/10/13 09:05:15 UTC

[camel-k] branch main updated: Next is 1.11.0-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new f25b8429e Next is 1.11.0-SNAPSHOT
f25b8429e is described below

commit f25b8429efc91747bad18dd19f1738579fbb93b6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 13 11:04:51 2022 +0200

    Next is 1.11.0-SNAPSHOT
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 config/manifests/bases/camel-k.clusterserviceversion.yaml | 4 ++--
 config/manifests/kustomization.yaml                       | 5 ++++-
 script/Makefile                                           | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 79272fd23..dc0b0a2a7 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.11.0-SNAPSHOT
-    createdAt: 2022-09-05T12:56:17Z
+    createdAt: 2022-10-13T09:04:42Z
     description: Apache Camel K is a lightweight integration platform, born on Kubernetes,
       with serverless superpowers.
     operators.operatorframework.io/builder: operator-sdk-v1.16.0
@@ -153,7 +153,7 @@ spec:
   minKubeVersion: 1.11.0
   provider:
     name: The Apache Software Foundation
-  replaces: camel-k-operator.v1.10.0
+  replaces: camel-k-operator.v1.10.1
   selector:
     matchLabels:
       name: camel-k-operator
diff --git a/config/manifests/kustomization.yaml b/config/manifests/kustomization.yaml
index d95d4d36c..0478812de 100644
--- a/config/manifests/kustomization.yaml
+++ b/config/manifests/kustomization.yaml
@@ -31,4 +31,7 @@ resources:
 
 patchesStrategicMerge:
 - patch-delete-user-cluster-role.yaml
-
+images:
+- name: docker.io/apache/camel-k
+  newName: docker.io/apache/camel-k
+  newTag: 1.11.0-SNAPSHOT
diff --git a/script/Makefile b/script/Makefile
index 1f5c56cad..daac80132 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -16,7 +16,7 @@
 VERSIONFILE := pkg/util/defaults/defaults.go
 VERSION ?= 1.11.0-SNAPSHOT
 LAST_RELEASED_IMAGE_NAME := camel-k-operator
-LAST_RELEASED_VERSION ?= 1.10.0
+LAST_RELEASED_VERSION ?= 1.10.1
 RUNTIME_VERSION := 1.14.0
 BUILDAH_VERSION := 1.23.3
 KANIKO_VERSION := 0.17.1