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 247647188 preparing for next release
247647188 is described below

commit 2476471881cf7089f38d7e5cc4ac36fad82d88c5
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Tue Apr 2 16:28:18 2024 +0200

    preparing for next release
---
 helm/camel-k/Chart.yaml                                             | 2 +-
 helm/camel-k/values.yaml                                            | 2 +-
 pkg/resources/config/manager/operator-deployment.yaml               | 6 +++---
 .../config/manifests/bases/camel-k.clusterserviceversion.yaml       | 2 +-
 pkg/util/defaults/defaults.go                                       | 2 +-
 script/Makefile                                                     | 4 ++--
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 732240900..a442310d5 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.0-SNAPSHOT
+appVersion: 2.3.0
 
 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 721876457..82d14cf7d 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.0-SNAPSHOT
+  image: docker.io/apache/camel-k:2.3.0
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml 
b/pkg/resources/config/manager/operator-deployment.yaml
index f44e150d5..471ae8f2c 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.0-SNAPSHOT"
+    app.kubernetes.io/version: "2.3.0"
 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.0-SNAPSHOT"
+        app.kubernetes.io/version: "2.3.0"
     spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:2.3.0-SNAPSHOT
+          image: docker.io/apache/camel-k:2.3.0
           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 e0bb3a903..43eb2396d 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
@@ -22,7 +22,7 @@ metadata:
     capabilities: Full Lifecycle
     categories: Integration & Delivery
     certified: "false"
-    containerImage: docker.io/apache/camel-k:2.3.0-SNAPSHOT
+    containerImage: docker.io/apache/camel-k:2.3.0
     createdAt: 2024-02-16T10:30:52Z
     description: Apache Camel K is a lightweight integration platform, born on 
Kubernetes,
       with serverless superpowers.
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index f51153756..1fe74a65a 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@ package defaults
 
 const (
        // Version --
-       Version = "2.3.0-SNAPSHOT"
+       Version = "2.3.0"
 
        // DefaultRuntimeVersion --
        DefaultRuntimeVersion = "3.8.1"
diff --git a/script/Makefile b/script/Makefile
index 53dc3d43f..5dc8ddf5c 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -20,7 +20,7 @@
 SHELL := /bin/bash
 
 VERSIONFILE := pkg/util/defaults/defaults.go
-VERSION ?= 2.3.0-SNAPSHOT
+VERSION ?= 2.3.0
 LAST_RELEASED_IMAGE_NAME := camel-k-operator
 LAST_RELEASED_VERSION ?= 2.2.0
 DEFAULT_RUNTIME_VERSION := 3.8.1
@@ -85,7 +85,7 @@ STAGING_RUNTIME_REPO :=
 INSTALL_DEFAULT_KAMELETS ?= true
 KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git
 # Make sure to use a released tag or empty if you want to get the latest 
development bits
-KAMELET_CATALOG_REPO_TAG := v4.0.1
+KAMELET_CATALOG_REPO_TAG := v4.4.1
 
 # When performing integration tests, it is not necessary to always execute 
build, especially
 # in e2e tests when lots of tests are being executed sequentially & the build 
has already taken place.

Reply via email to