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 84fe6110e chore(release): updated last released version to 2.5.1
84fe6110e is described below
commit 84fe6110ef9c6154a03215a6d783cf8d38713cd3
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri Feb 7 13:16:12 2025 +0100
chore(release): updated last released version to 2.5.1
---
.../config/manifests/bases/camel-k.clusterserviceversion.yaml | 4 ++--
pkg/resources/config/manifests/kustomization.yaml | 6 +++---
script/Makefile | 4 +---
3 files changed, 6 insertions(+), 8 deletions(-)
diff --git
a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 6f5d23fad..baa33738e 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.6.0-SNAPSHOT
- createdAt: 2024-11-07T16:55:35Z
+ createdAt: 2025-02-07T12:15:30Z
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.5.0
+ replaces: camel-k-operator.v2.5.1
selector:
matchLabels:
name: camel-k-operator
diff --git a/pkg/resources/config/manifests/kustomization.yaml
b/pkg/resources/config/manifests/kustomization.yaml
index 1af136a8a..7afacef34 100644
--- a/pkg/resources/config/manifests/kustomization.yaml
+++ b/pkg/resources/config/manifests/kustomization.yaml
@@ -19,9 +19,9 @@ kind: Kustomization
# Labels to add to all resources and selectors.
labels:
- - pairs:
- app: camel-k
- includeSelectors: true
+- includeSelectors: true
+ pairs:
+ app: camel-k
resources:
- ../manager
diff --git a/script/Makefile b/script/Makefile
index 22075b957..dffccf5cc 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -26,7 +26,7 @@ LOCALBIN := $(PROJECT_PATH)/bin
VERSIONFILE := pkg/util/defaults/defaults.go
VERSION ?= 2.6.0-SNAPSHOT
LAST_RELEASED_IMAGE_NAME := camel-k-operator
-LAST_RELEASED_VERSION ?= 2.5.0
+LAST_RELEASED_VERSION ?= 2.5.1
DEFAULT_RUNTIME_VERSION := 3.15.2
# Kubernetes tooling
CONTROLLER_GEN_VERSION := v0.15.0
@@ -169,8 +169,6 @@ update-default-camel:
bump-replace:
@# Bump version and replace with the variables provided by the user
@sed -i 's/^VERSION ?= .*$//VERSION ?= $(VERSION)/' ./script/Makefile
- @mvn -f java/crds/pom.xml versions:set -DgenerateBackupPoms=false
-DnewVersion=$(VERSION)
- @mvn -f java/maven-logging/pom.xml versions:set
-DgenerateBackupPoms=false -DnewVersion=$(VERSION)
@sed -i 's/^LAST_RELEASED_VERSION ?= .*$//LAST_RELEASED_VERSION ?=
$(LAST_RELEASED_VERSION)/' ./script/Makefile
bump: bump-replace codegen bundle