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 2022/12/20 08:58:07 UTC

[camel-k] branch release-1.11.x updated: chore: prepare for 1.11.1 version

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

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


The following commit(s) were added to refs/heads/release-1.11.x by this push:
     new 2014aaf97 chore: prepare for 1.11.1 version
2014aaf97 is described below

commit 2014aaf97b14c2139d2c6d742f1df8296ca1dbda
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Dec 19 10:15:57 2022 +0100

    chore: prepare for 1.11.1 version
    
    Close #3930
---
 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 +-
 pkg/util/defaults/defaults.go                             |  2 +-
 script/Makefile                                           |  4 ++--
 7 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/config/manager/operator-deployment.yaml b/config/manager/operator-deployment.yaml
index 801700eb8..cd492f822 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: "1.11.0"
+    app.kubernetes.io/version: "1.11.1-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: "1.11.0"
+        app.kubernetes.io/version: "1.11.1-SNAPSHOT"
     spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:1.11.0
+          image: docker.io/apache/camel-k:1.11.1-SNAPSHOT
           imagePullPolicy: IfNotPresent
           command:
             - kamel
diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml
index b7bf9ee16..f0e00092d 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:1.11.0
-    createdAt: 2022-07-05T16:41:32Z
+    containerImage: docker.io/apache/camel-k:1.11.1-SNAPSHOT
+    createdAt: 2022-12-19T09:15:28Z
     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.vX.Y.Z
+  name: camel-k.v1.11.1
   namespace: placeholder
 spec:
   apiservicedefinitions: {}
@@ -153,8 +153,8 @@ spec:
   minKubeVersion: 1.11.0
   provider:
     name: The Apache Software Foundation
-  replaces: camel-k-operator.vX.Y.Z
+  replaces: camel-k-operator.v1.11.0
   selector:
     matchLabels:
       name: camel-k-operator
-  version: X.Y.Z
+  version: 1.11.1
diff --git a/config/manifests/kustomization.yaml b/config/manifests/kustomization.yaml
index 0478812de..de2e6f2e9 100644
--- a/config/manifests/kustomization.yaml
+++ b/config/manifests/kustomization.yaml
@@ -34,4 +34,4 @@ patchesStrategicMerge:
 images:
 - name: docker.io/apache/camel-k
   newName: docker.io/apache/camel-k
-  newTag: 1.11.0-SNAPSHOT
+  newTag: 1.11.1-SNAPSHOT
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index f83f4e979..262172ae9 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.11.3
 
 # 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: 1.11.0
+appVersion: 1.11.1-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 c9f9c8e63..f8936cd40 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:1.11.0
+  image: docker.io/apache/camel-k:1.11.1-SNAPSHOT
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index ed0167c36..ca84f8685 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@ package defaults
 
 const (
 	// Version --
-	Version = "1.11.0"
+	Version = "1.11.1-SNAPSHOT"
 
 	// DefaultRuntimeVersion --
 	DefaultRuntimeVersion = "1.16.0"
diff --git a/script/Makefile b/script/Makefile
index 0edc8c65e..2456ceaeb 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -14,9 +14,9 @@
 # limitations under the License.
 
 VERSIONFILE := pkg/util/defaults/defaults.go
-VERSION ?= 1.11.0
+VERSION ?= 1.11.1-SNAPSHOT
 LAST_RELEASED_IMAGE_NAME := camel-k-operator
-LAST_RELEASED_VERSION ?= 1.10.3
+LAST_RELEASED_VERSION ?= 1.11.0
 RUNTIME_VERSION := 1.16.0
 BUILDAH_VERSION := 1.23.3
 KANIKO_VERSION := 0.17.1