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:04:33 UTC

[camel-k] branch release-1.10.x updated: Next is 1.10.2-SNAPSHOT

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

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


The following commit(s) were added to refs/heads/release-1.10.x by this push:
     new 1c3da65c6 Next is 1.10.2-SNAPSHOT
1c3da65c6 is described below

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

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

diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 8bec87ea5..28a0f92ed 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.2-SNAPSHOT
-    createdAt: 2022-09-07T08:57:35Z
+    createdAt: 2022-10-13T09:04:01Z
     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.10.1
+  name: camel-k.v1.10.2
   namespace: placeholder
 spec:
   apiservicedefinitions: {}
@@ -153,8 +153,8 @@ 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
-  version: 1.10.1
+  version: 1.10.2
diff --git a/config/manifests/kustomization.yaml b/config/manifests/kustomization.yaml
index 408829e47..f4fd23aa9 100644
--- a/config/manifests/kustomization.yaml
+++ b/config/manifests/kustomization.yaml
@@ -31,3 +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.10.2-SNAPSHOT
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index bdc103167..dfd97ed55 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@ package defaults
 
 const (
 	// Version --
-	Version = "1.10.1-SNAPSHOT"
+	Version = "1.10.2-SNAPSHOT"
 
 	// DefaultRuntimeVersion --
 	DefaultRuntimeVersion = "1.15.0"
diff --git a/script/Makefile b/script/Makefile
index 656853456..cb0c5a665 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -14,9 +14,9 @@
 # limitations under the License.
 
 VERSIONFILE := pkg/util/defaults/defaults.go
-VERSION ?= 1.10.1-SNAPSHOT
+VERSION ?= 1.10.2-SNAPSHOT
 LAST_RELEASED_IMAGE_NAME := camel-k-operator
-LAST_RELEASED_VERSION ?= 1.10.0
+LAST_RELEASED_VERSION ?= 1.10.1
 RUNTIME_VERSION := 1.15.0
 BUILDAH_VERSION := 1.23.3
 KANIKO_VERSION := 0.17.1