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 4a95e5308 chore(release): bump next version to 2.10.0-SNAPSHOT
4a95e5308 is described below
commit 4a95e5308af09898b3ec7e2f23f06810886745d4
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Feb 16 15:46:32 2026 +0100
chore(release): bump next version to 2.10.0-SNAPSHOT
---
.../config/manifests/bases/camel-k.clusterserviceversion.yaml | 4 ++--
script/Makefile | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 39de96e18..060b539df 100644
--- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
@@ -23,7 +23,7 @@ metadata:
categories: Integration & Delivery
certified: "false"
containerImage: docker.io/apache/camel-k:2.10.0-SNAPSHOT
- createdAt: 2025-12-23T11:45:01Z
+ createdAt: 2026-02-16T14:46: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
@@ -164,7 +164,7 @@ 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
diff --git a/script/Makefile b/script/Makefile
index 8a8d89ddb..b3f5e6ab1 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -26,7 +26,7 @@ LOCALBIN := $(PROJECT_PATH)/bin
VERSIONFILE := pkg/util/defaults/defaults.go
VERSION ?= 2.10.0-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.20.0