This is an automated email from the ASF dual-hosted git repository.
squakez 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 6507b4b8e chore(release): bump next version to 2.12.0-SNAPSHOT
6507b4b8e is described below
commit 6507b4b8e942f19d5351a0d5ecab03adbf059ee2
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Sep 7 15:27:53 2026 +0200
chore(release): bump next version to 2.12.0-SNAPSHOT
---
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 | 10 +++++-----
pkg/resources/config/manifests/kustomization.yaml | 2 +-
pkg/util/defaults/defaults.go | 2 +-
script/Makefile | 4 ++--
7 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 7601a24de..12ea2489b 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.11.0
+appVersion: 2.12.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 50ab674de..8d797af30 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.11.0
+ image: docker.io/apache/camel-k:2.12.0-SNAPSHOT
global: "false"
resources: {}
securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml
b/pkg/resources/config/manager/operator-deployment.yaml
index 70e329e9c..bfcd8d051 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.11.0-SNAPSHOT"
+ app.kubernetes.io/version: "2.12.0-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.11.0-SNAPSHOT"
+ app.kubernetes.io/version: "2.12.0-SNAPSHOT"
spec:
serviceAccountName: camel-k-operator
containers:
- name: camel-k-operator
- image: docker.io/apache/camel-k:2.11.0-SNAPSHOT
+ image: docker.io/apache/camel-k:2.12.0-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 6e7cdda23..b34d29724 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.11.0-SNAPSHOT
- createdAt: 2026-04-20T10:13:31Z
+ containerImage: docker.io/apache/camel-k:2.12.0-SNAPSHOT
+ createdAt: 2026-09-07T13:27:16Z
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.11.0
+ name: camel-k.v2.12.0
spec:
apiservicedefinitions: {}
customresourcedefinitions:
@@ -148,8 +148,8 @@ spec:
minKubeVersion: 1.24.0
provider:
name: The Apache Software Foundation
- replaces: camel-k-operator.v2.10.0
+ replaces: camel-k-operator.v2.11.0
selector:
matchLabels:
name: camel-k-operator
- version: 2.11.0
+ version: 2.12.0
diff --git a/pkg/resources/config/manifests/kustomization.yaml
b/pkg/resources/config/manifests/kustomization.yaml
index 812afcd31..334d3c0c2 100644
--- a/pkg/resources/config/manifests/kustomization.yaml
+++ b/pkg/resources/config/manifests/kustomization.yaml
@@ -34,4 +34,4 @@ resources:
images:
- name: docker.io/apache/camel-k
newName: docker.io/apache/camel-k
- newTag: 2.11.0-SNAPSHOT
+ newTag: 2.12.0-SNAPSHOT
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index aaab1ff69..b0c0d0041 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@ package defaults
const (
// Version --
- Version = "2.11.0-SNAPSHOT"
+ Version = "2.12.0-SNAPSHOT"
// DefaultRuntimeProvider --
DefaultRuntimeProvider = "plain-quarkus"
diff --git a/script/Makefile b/script/Makefile
index 71143b273..902e31ae3 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -24,9 +24,9 @@ PROJECT_PATH := $(patsubst %/,%,$(dir $(MKFILE_PATH)))
LOCALBIN := $(PROJECT_PATH)/bin
VERSIONFILE := pkg/util/defaults/defaults.go
-VERSION ?= 2.11.0-SNAPSHOT
+VERSION ?= 2.12.0-SNAPSHOT
LAST_RELEASED_IMAGE_NAME := camel-k-operator
-LAST_RELEASED_VERSION ?= 2.10.1
+LAST_RELEASED_VERSION ?= 2.11.0
DEFAULT_RUNTIME_PROVIDER := plain-quarkus
DEFAULT_RUNTIME_VERSION := 3.39.1
# The last camel-k-runtime catalog