This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch release-2.9.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-2.9.x by this push:
new 2327d59ad chore(release): bump next version to 2.9.2-SNAPSHOT
2327d59ad is described below
commit 2327d59ad74407baf0b34171840fa0d7390dca64
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Feb 16 15:45:35 2026 +0100
chore(release): bump next version to 2.9.2-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 0d8190707..1c65e59cd 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.9.1
+appVersion: 2.9.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 6c1da2e24..1d6079f15 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.9.1
+ image: docker.io/apache/camel-k:2.9.2-SNAPSHOT
global: "false"
resources: {}
securityContext: {}
diff --git a/pkg/resources/config/manager/operator-deployment.yaml
b/pkg/resources/config/manager/operator-deployment.yaml
index 2a1efdeb9..f22ce99cb 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.9.1-SNAPSHOT"
+ app.kubernetes.io/version: "2.9.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: "2.9.1-SNAPSHOT"
+ app.kubernetes.io/version: "2.9.2-SNAPSHOT"
spec:
serviceAccountName: camel-k-operator
containers:
- name: camel-k-operator
- image: docker.io/apache/camel-k:2.9.1-SNAPSHOT
+ image: docker.io/apache/camel-k:2.9.2-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 769892765..9d605fbc5 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.9.1-SNAPSHOT
- createdAt: 2025-12-23T11:41:35Z
+ containerImage: docker.io/apache/camel-k:2.9.2-SNAPSHOT
+ createdAt: 2026-02-16T14:45:24Z
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.9.1
+ name: camel-k.v2.9.2
spec:
apiservicedefinitions: {}
customresourcedefinitions:
@@ -164,8 +164,8 @@ spec:
minKubeVersion: 1.24.0
provider:
name: The Apache Software Foundation
- replaces: camel-k-operator.v2.9.0
+ replaces: camel-k-operator.v2.9.1
selector:
matchLabels:
name: camel-k-operator
- version: 2.9.1
+ version: 2.9.2
diff --git a/pkg/resources/config/manifests/kustomization.yaml
b/pkg/resources/config/manifests/kustomization.yaml
index 0a7fcab4b..9f1176eb5 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.9.1-SNAPSHOT
+ newTag: 2.9.2-SNAPSHOT
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 80afaef74..94e98f7d5 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@ package defaults
const (
// Version --
- Version = "2.9.1-SNAPSHOT"
+ Version = "2.9.2-SNAPSHOT"
// DefaultRuntimeVersion --
DefaultRuntimeVersion = "3.15.3"
diff --git a/script/Makefile b/script/Makefile
index a2a63f9bd..db3496d42 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.9.1-SNAPSHOT
+VERSION ?= 2.9.2-SNAPSHOT
LAST_RELEASED_IMAGE_NAME := camel-k-operator
-LAST_RELEASED_VERSION ?= 2.9.0
+LAST_RELEASED_VERSION ?= 2.9.1
DEFAULT_RUNTIME_VERSION := 3.15.3
# Kubernetes tooling
CONTROLLER_GEN_VERSION := v0.19.0