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

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


The following commit(s) were added to refs/heads/release-1.12.x by this push:
     new 2b3b5a717 chore(ci): bump to next version
2b3b5a717 is described below

commit 2b3b5a717104bd2ae9751c5a8668c63ed1d156c8
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Jun 12 15:34:50 2023 +0200

    chore(ci): bump to next version
---
 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                                           |  6 +++---
 7 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/config/manager/operator-deployment.yaml 
b/config/manager/operator-deployment.yaml
index 33c38e688..4b92f4730 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.12.1"
+    app.kubernetes.io/version: "1.12.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: "1.12.1"
+        app.kubernetes.io/version: "1.12.2-SNAPSHOT"
     spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:1.12.1
+          image: docker.io/apache/camel-k:1.12.2-SNAPSHOT
           imagePullPolicy: IfNotPresent
           command:
             - kamel
diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/config/manifests/bases/camel-k.clusterserviceversion.yaml
index b230ae600..a13589465 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.12.1
-    createdAt: 2023-02-27T08:47:56Z
+    containerImage: docker.io/apache/camel-k:1.12.2-SNAPSHOT
+    createdAt: 2023-06-12T13:34: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.v1.12.1
+  name: camel-k.v1.12.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.12.0
+  replaces: camel-k-operator.v1.12.1
   selector:
     matchLabels:
       name: camel-k-operator
-  version: 1.12.1
+  version: 1.12.2
diff --git a/config/manifests/kustomization.yaml 
b/config/manifests/kustomization.yaml
index 5a53111e3..fb9858f95 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.12.1-SNAPSHOT
+  newTag: 1.12.2-SNAPSHOT
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 96b7f3255..b58f1ec11 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.13.0
 
 # 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.12.1
+appVersion: 1.12.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 25d498def..a2e7b2cb9 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.12.1
+  image: docker.io/apache/camel-k:1.12.2-SNAPSHOT
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 83e65e0f7..da17b1aec 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@ package defaults
 
 const (
        // Version --
-       Version = "1.12.1"
+       Version = "1.12.2-SNAPSHOT"
 
        // DefaultRuntimeVersion --
        DefaultRuntimeVersion = "1.17.1"
diff --git a/script/Makefile b/script/Makefile
index 4fd53dd58..6ac41ae7e 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -20,9 +20,9 @@
 SHELL := /bin/bash
 
 VERSIONFILE := pkg/util/defaults/defaults.go
-VERSION ?= 1.12.1
+VERSION ?= 1.12.2-SNAPSHOT
 LAST_RELEASED_IMAGE_NAME := camel-k-operator
-LAST_RELEASED_VERSION ?= 1.12.0
+LAST_RELEASED_VERSION ?= 1.12.1
 RUNTIME_VERSION := 1.17.1
 BUILDAH_VERSION := 1.23.3
 KANIKO_VERSION := 0.17.1
@@ -79,7 +79,7 @@ OPM := opm
 
 # Used to push pre-release artifacts
 STAGING_IMAGE_NAME := docker.io/camelk/camel-k
-STAGING_RUNTIME_REPO := 
https://repository.apache.org/content/repositories/orgapachecamel-1565
+STAGING_RUNTIME_REPO :=
 
 # Kamelets options
 INSTALL_DEFAULT_KAMELETS ?= true

Reply via email to