This is an automated email from the ASF dual-hosted git repository.
squakez 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 7c23c72f0 chore: upgrade camel quarkus 3.39.1 (camel 4.22.0)
7c23c72f0 is described below
commit 7c23c72f073e984c7313cab9b12618e733640a0b
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Aug 27 11:40:48 2026 +0200
chore: upgrade camel quarkus 3.39.1 (camel 4.22.0)
---
pkg/util/defaults/defaults.go | 2 +-
script/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 3e4d4fc52..aaab1ff69 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -29,7 +29,7 @@ const (
DefaultRuntimeProvider = "plain-quarkus"
// DefaultRuntimeVersion --
- DefaultRuntimeVersion = "3.33.2"
+ DefaultRuntimeVersion = "3.39.1"
// CamelKRuntimeCatalogVersion --
CamelKRuntimeCatalogVersion = "3.15.3"
diff --git a/script/Makefile b/script/Makefile
index dc3f3bd32..71143b273 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -28,7 +28,7 @@ VERSION ?= 2.11.0-SNAPSHOT
LAST_RELEASED_IMAGE_NAME := camel-k-operator
LAST_RELEASED_VERSION ?= 2.10.1
DEFAULT_RUNTIME_PROVIDER := plain-quarkus
-DEFAULT_RUNTIME_VERSION := 3.33.2
+DEFAULT_RUNTIME_VERSION := 3.39.1
# The last camel-k-runtime catalog
# we keep using it until we support the CamelCatalog CR
CK_RUNTIME_CATALOG_VERSION := 3.15.3