You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/10/24 07:50:02 UTC

[camel-k] branch main updated: chore: bump next version to 2.2.0-SNAPSHOT

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

pcongiusti 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 55659d0eb chore: bump next version to 2.2.0-SNAPSHOT
55659d0eb is described below

commit 55659d0eb0d2476e4b5c0228d092bedc1ebf4756
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue Oct 24 09:49:25 2023 +0200

    chore: bump next version to 2.2.0-SNAPSHOT
---
 config/manager/operator-deployment.yaml                   |  6 +++---
 config/manifests/bases/camel-k.clusterserviceversion.yaml | 10 +++++-----
 config/manifests/kustomization.yaml                       |  2 +-
 helm/camel-k/Chart.yaml                                   |  2 +-
 helm/camel-k/values.yaml                                  |  2 +-
 java/pom.xml                                              |  2 +-
 pkg/util/defaults/defaults.go                             |  2 +-
 script/Makefile                                           |  4 ++--
 8 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/config/manager/operator-deployment.yaml b/config/manager/operator-deployment.yaml
index 26898da2d..49baa6c10 100644
--- a/config/manager/operator-deployment.yaml
+++ b/config/manager/operator-deployment.yaml
@@ -25,7 +25,7 @@ metadata:
     name: camel-k-operator
     app.kubernetes.io/component: operator
     app.kubernetes.io/name: camel-k
-    app.kubernetes.io/version: "2.1.0-SNAPSHOT"
+    app.kubernetes.io/version: "2.2.0-SNAPSHOT"
 spec:
   replicas: 1
   strategy:
@@ -41,12 +41,12 @@ spec:
         app: "camel-k"
         app.kubernetes.io/component: operator
         app.kubernetes.io/name: camel-k
-        app.kubernetes.io/version: "2.1.0-SNAPSHOT"
+        app.kubernetes.io/version: "2.2.0-SNAPSHOT"
     spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:2.1.0-SNAPSHOT
+          image: docker.io/apache/camel-k:2.2.0-SNAPSHOT
           imagePullPolicy: IfNotPresent
           command:
             - kamel
diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 3597a23a7..db02c16a4 100644
--- a/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/config/manifests/bases/camel-k.clusterserviceversion.yaml
@@ -22,8 +22,8 @@ metadata:
     capabilities: Full Lifecycle
     categories: Integration & Delivery
     certified: "false"
-    containerImage: docker.io/apache/camel-k:2.1.0-SNAPSHOT
-    createdAt: 2023-10-16T08:21:55Z
+    containerImage: docker.io/apache/camel-k:2.2.0-SNAPSHOT
+    createdAt: 2023-10-24T07:48:33Z
     description: Apache Camel K is a lightweight integration platform, born on Kubernetes,
       with serverless superpowers.
     operators.operatorframework.io/builder: operator-sdk-v1.16.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.v2.1.0
+  name: camel-k.v2.2.0
   namespace: placeholder
 spec:
   apiservicedefinitions: {}
@@ -163,8 +163,8 @@ spec:
   minKubeVersion: 1.11.0
   provider:
     name: The Apache Software Foundation
-  replaces: camel-k-operator.v2.0.1
+  replaces: camel-k-operator.v2.1.0
   selector:
     matchLabels:
       name: camel-k-operator
-  version: 2.1.0
+  version: 2.2.0
diff --git a/config/manifests/kustomization.yaml b/config/manifests/kustomization.yaml
index 80948a74f..94f8a27f8 100644
--- a/config/manifests/kustomization.yaml
+++ b/config/manifests/kustomization.yaml
@@ -35,4 +35,4 @@ patchesStrategicMerge:
 images:
 - name: docker.io/apache/camel-k
   newName: docker.io/apache/camel-k
-  newTag: 2.1.0-SNAPSHOT
+  newTag: 2.2.0-SNAPSHOT
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index fa26d2737..87309aee3 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.1
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application.
-appVersion: 2.1.0-SNAPSHOT
+appVersion: 2.2.0-SNAPSHOT
 
 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index e6eae0afc..32b8ff1a0 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:2.1.0-SNAPSHOT
+  image: docker.io/apache/camel-k:2.2.0-SNAPSHOT
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/java/pom.xml b/java/pom.xml
index 7e008d7ac..7ff3a3391 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.camel.k</groupId>
   <artifactId>camel-k-crds</artifactId>
-  <version>2.1.0-SNAPSHOT</version>
+  <version>2.2.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 9a23fb1f5..7adfd5e57 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@ package defaults
 
 const (
 	// Version --
-	Version = "2.1.0-SNAPSHOT"
+	Version = "2.2.0-SNAPSHOT"
 
 	// DefaultRuntimeVersion --
 	DefaultRuntimeVersion = "3.2.0"
diff --git a/script/Makefile b/script/Makefile
index 509bad421..ac59c1692 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -20,9 +20,9 @@
 SHELL := /bin/bash
 
 VERSIONFILE := pkg/util/defaults/defaults.go
-VERSION ?= 2.1.0-SNAPSHOT
+VERSION ?= 2.2.0-SNAPSHOT
 LAST_RELEASED_IMAGE_NAME := camel-k-operator
-LAST_RELEASED_VERSION ?= 2.0.1
+LAST_RELEASED_VERSION ?= 2.1.0
 DEFAULT_RUNTIME_VERSION := 3.2.0
 BUILDAH_VERSION := 1.30.0
 KANIKO_VERSION := 1.9.1