Skip to content

Commit 4a95e53

Browse files
committed
chore(release): bump next version to 2.10.0-SNAPSHOT
1 parent 0f5f37d commit 4a95e53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ metadata:
2323
categories: Integration & Delivery
2424
certified: "false"
2525
containerImage: docker.io/apache/camel-k:2.10.0-SNAPSHOT
26-
createdAt: 2025-12-23T11:45:01Z
26+
createdAt: 2026-02-16T14:46:21Z
2727
description: Apache Camel K is a lightweight integration platform, born on Kubernetes,
2828
with serverless superpowers.
2929
operators.operatorframework.io/builder: operator-sdk-v1.16.0
@@ -164,7 +164,7 @@ spec:
164164
minKubeVersion: 1.24.0
165165
provider:
166166
name: The Apache Software Foundation
167-
replaces: camel-k-operator.v2.9.0
167+
replaces: camel-k-operator.v2.9.1
168168
selector:
169169
matchLabels:
170170
name: camel-k-operator

script/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ LOCALBIN := $(PROJECT_PATH)/bin
2626
VERSIONFILE := pkg/util/defaults/defaults.go
2727
VERSION ?= 2.10.0-SNAPSHOT
2828
LAST_RELEASED_IMAGE_NAME := camel-k-operator
29-
LAST_RELEASED_VERSION ?= 2.9.0
29+
LAST_RELEASED_VERSION ?= 2.9.1
3030
DEFAULT_RUNTIME_VERSION := 3.15.3
3131
# Kubernetes tooling
3232
CONTROLLER_GEN_VERSION := v0.20.0

0 commit comments

Comments
 (0)