Skip to content

Commit 842f56e

Browse files
committed
chore: bump last released version
1 parent 0b9efd5 commit 842f56e

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

+2-2
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.4.0-SNAPSHOT
26-
createdAt: 2024-04-09T18:29:41Z
26+
createdAt: 2024-06-04T12:18:35Z
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
@@ -175,7 +175,7 @@ spec:
175175
minKubeVersion: 1.24.0
176176
provider:
177177
name: The Apache Software Foundation
178-
replaces: camel-k-operator.v2.3.0
178+
replaces: camel-k-operator.v2.3.2
179179
selector:
180180
matchLabels:
181181
name: camel-k-operator

script/Makefile

+1-1
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.4.0-SNAPSHOT
2828
LAST_RELEASED_IMAGE_NAME := camel-k-operator
29-
LAST_RELEASED_VERSION ?= 2.3.1
29+
LAST_RELEASED_VERSION ?= 2.3.2
3030
DEFAULT_RUNTIME_VERSION := 3.8.1
3131
CONTROLLER_GEN_VERSION := v0.6.1
3232
CODEGEN_VERSION := v0.27.4

0 commit comments

Comments
 (0)