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 842f56e4e chore: bump last released version
842f56e4e is described below
commit 842f56e4edab9c34f0b9390d7eb5f1e92df37ee9
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Jun 4 14:19:38 2024 +0200
chore: bump last released version
---
.../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 af4f2305b..a2e20f671 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.4.0-SNAPSHOT
- createdAt: 2024-04-09T18:29:41Z
+ createdAt: 2024-06-04T12:18:35Z
description: Apache Camel K is a lightweight integration platform, born on
Kubernetes,
with serverless superpowers.
operators.operatorframework.io/builder: operator-sdk-v1.16.0
@@ -175,7 +175,7 @@ spec:
minKubeVersion: 1.24.0
provider:
name: The Apache Software Foundation
- replaces: camel-k-operator.v2.3.0
+ replaces: camel-k-operator.v2.3.2
selector:
matchLabels:
name: camel-k-operator
diff --git a/script/Makefile b/script/Makefile
index f9020dc7f..9898b30e8 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -26,7 +26,7 @@ LOCALBIN := $(PROJECT_PATH)/bin
VERSIONFILE := pkg/util/defaults/defaults.go
VERSION ?= 2.4.0-SNAPSHOT
LAST_RELEASED_IMAGE_NAME := camel-k-operator
-LAST_RELEASED_VERSION ?= 2.3.1
+LAST_RELEASED_VERSION ?= 2.3.2
DEFAULT_RUNTIME_VERSION := 3.8.1
CONTROLLER_GEN_VERSION := v0.6.1
CODEGEN_VERSION := v0.27.4