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

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


The following commit(s) were added to refs/heads/release-2.3.x by this push:
     new be4596e62 chore: bump next version to 2.3.2-SNAPSHOT
be4596e62 is described below

commit be4596e6276a56679b644bf82a644a9f93f506ce
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Mon May 6 10:31:14 2024 +0200

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

diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index b37d9b8d8..785505cd9 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.3.1
+appVersion: 2.3.2-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 84aaf9505..570e65cbf 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.3.1
+  image: docker.io/apache/camel-k:2.3.2-SNAPSHOT
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/java/maven-logging/pom.xml b/java/maven-logging/pom.xml
index 290433b07..fb399ef46 100644
--- a/java/maven-logging/pom.xml
+++ b/java/maven-logging/pom.xml
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.camel.k</groupId>
     <artifactId>camel-k-maven-logging</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.2-SNAPSHOT</version>
     <description>Set of dependencies used for structural logging of Maven 
output</description>
     <packaging>pom</packaging>
 
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index df3f86f83..75ad72fab 100644
--- a/pkg/resources/config/manager/operator-deployment.yaml
+++ b/pkg/resources/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.3.1"
+    app.kubernetes.io/version: "2.3.2-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.3.1"
+        app.kubernetes.io/version: "2.3.2-SNAPSHOT"
     spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:2.3.1
+          image: docker.io/apache/camel-k:2.3.2-SNAPSHOT
           imagePullPolicy: IfNotPresent
           command:
             - kamel
diff --git 
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 17f0a8d6b..9361e00de 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resources/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.3.1
-    createdAt: 2024-04-08T13:17:05Z
+    containerImage: docker.io/apache/camel-k:2.3.2-SNAPSHOT
+    createdAt: 2024-05-06T08:31:01Z
     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.3.1
+  name: camel-k.v2.3.2
   namespace: placeholder
 spec:
   apiservicedefinitions: {}
@@ -175,8 +175,8 @@ spec:
   minKubeVersion: 1.11.0
   provider:
     name: The Apache Software Foundation
-  replaces: camel-k-operator.v2.3.0
+  replaces: camel-k-operator.v2.3.1
   selector:
     matchLabels:
       name: camel-k-operator
-  version: 2.3.1
+  version: 2.3.2
diff --git a/pkg/resources/config/manifests/kustomization.yaml 
b/pkg/resources/config/manifests/kustomization.yaml
index 97234f32a..20e561cfc 100644
--- a/pkg/resources/config/manifests/kustomization.yaml
+++ b/pkg/resources/config/manifests/kustomization.yaml
@@ -37,4 +37,4 @@ patchesStrategicMerge:
 images:
 - name: docker.io/apache/camel-k
   newName: docker.io/apache/camel-k
-  newTag: 2.3.1-SNAPSHOT
+  newTag: 2.3.2-SNAPSHOT
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index a2dc1740b..4389cc243 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@ package defaults
 
 const (
        // Version --
-       Version = "2.3.1"
+       Version = "2.3.2-SNAPSHOT"
 
        // DefaultRuntimeVersion --
        DefaultRuntimeVersion = "3.8.1"
diff --git a/script/Makefile b/script/Makefile
index 9fc93db1a..b860ac3e5 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -20,9 +20,9 @@
 SHELL := /bin/bash
 
 VERSIONFILE := pkg/util/defaults/defaults.go
-VERSION ?= 2.3.1
+VERSION ?= 2.3.2-SNAPSHOT
 LAST_RELEASED_IMAGE_NAME := camel-k-operator
-LAST_RELEASED_VERSION ?= 2.3.0
+LAST_RELEASED_VERSION ?= 2.3.1
 DEFAULT_RUNTIME_VERSION := 3.8.1
 CONTROLLER_GEN_VERSION := v0.6.1
 CODEGEN_VERSION := v0.27.4

Reply via email to