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/06/12 13:48:38 UTC

[camel-k] branch main updated: chore(ci): bump replace version

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 fe196d3ac chore(ci): bump replace version
fe196d3ac is described below

commit fe196d3ac08046fb9a4c354de4f9ca715b596d4b
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Jun 12 15:41:37 2023 +0200

    chore(ci): bump replace version
---
 config/manifests/bases/camel-k.clusterserviceversion.yaml | 4 ++--
 helm/camel-k/Chart.yaml                                   | 2 +-
 helm/camel-k/values.yaml                                  | 2 +-
 script/Makefile                                           | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 5fe1df99c..ec69a3715 100644
--- a/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/config/manifests/bases/camel-k.clusterserviceversion.yaml
@@ -23,7 +23,7 @@ metadata:
     categories: Integration & Delivery
     certified: "false"
     containerImage: docker.io/apache/camel-k:2.0.0-SNAPSHOT
-    createdAt: 2023-04-05T11:19:26Z
+    createdAt: 2023-06-12T13:40:21Z
     description: Apache Camel K is a lightweight integration platform, born on Kubernetes,
       with serverless superpowers.
     operators.operatorframework.io/builder: operator-sdk-v1.16.0
@@ -153,7 +153,7 @@ 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
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 1a4442228..c40316905 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: 1.12.1
+appVersion: 2.0.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 534b9fdbd..2649fb66d 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:2.0.0-SNAPSHOT
   global: "false"
   resources: {}
   securityContext: {}
diff --git a/script/Makefile b/script/Makefile
index 84246610c..257d2af0f 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -22,7 +22,7 @@ SHELL := /bin/bash
 VERSIONFILE := pkg/util/defaults/defaults.go
 VERSION ?= 2.0.0-SNAPSHOT
 LAST_RELEASED_IMAGE_NAME := camel-k-operator
-LAST_RELEASED_VERSION ?= 1.12.0
+LAST_RELEASED_VERSION ?= 1.12.1
 RUNTIME_VERSION := 2.16.0-SNAPSHOT
 BUILDAH_VERSION := 1.23.3
 KANIKO_VERSION := 1.9.1