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 c59864520 chore(runtime): default ck runtime 3.15.3
c59864520 is described below
commit c598645206df8d84e5e9f4e2116ba0339fe04751
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Sat Jun 21 15:45:56 2025 +0200
chore(runtime): default ck runtime 3.15.3
---
...mel-catalog-3.15.2.yaml => camel-catalog-3.15.3.yaml} | 16 ++++++++--------
pkg/util/defaults/defaults.go | 2 +-
script/Makefile | 2 +-
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/pkg/resources/resources/camel-catalog-3.15.2.yaml
b/pkg/resources/resources/camel-catalog-3.15.3.yaml
similarity index 99%
rename from pkg/resources/resources/camel-catalog-3.15.2.yaml
rename to pkg/resources/resources/camel-catalog-3.15.3.yaml
index b579cb396..9d8013700 100644
--- a/pkg/resources/resources/camel-catalog-3.15.2.yaml
+++ b/pkg/resources/resources/camel-catalog-3.15.3.yaml
@@ -18,24 +18,24 @@
apiVersion: camel.apache.org/v1
kind: CamelCatalog
metadata:
- name: camel-catalog-3.15.2
+ name: camel-catalog-3.15.3
labels:
app: camel-k
- camel.apache.org/catalog.loader.version: 4.8.3
- camel.apache.org/catalog.version: 4.8.3
- camel.apache.org/runtime.version: 3.15.2
+ camel.apache.org/catalog.loader.version: 4.8.5
+ camel.apache.org/catalog.version: 4.8.5
+ camel.apache.org/runtime.version: 3.15.3
spec:
runtime:
- version: 3.15.2
+ version: 3.15.3
provider: quarkus
applicationClass: io.quarkus.bootstrap.runner.QuarkusEntryPoint
metadata:
- camel-quarkus.version: 3.15.2
- camel.version: 4.8.3
+ camel-quarkus.version: 3.15.3
+ camel.version: 4.8.5
jib.layer-filter-extension-maven.version: 0.3.0
jib.maven-plugin.version: 3.4.3
quarkus.native-builder-image:
quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-21
- quarkus.version: 3.15.3
+ quarkus.version: 3.15.4
dependencies:
- groupId: org.apache.camel.k
artifactId: camel-k-runtime
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index fe3604dd2..ab258b818 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -26,7 +26,7 @@ const (
Version = "2.7.0-SNAPSHOT"
// DefaultRuntimeVersion --
- DefaultRuntimeVersion = "3.15.2"
+ DefaultRuntimeVersion = "3.15.3"
// baseImage --
baseImage = "eclipse-temurin:17-jdk"
diff --git a/script/Makefile b/script/Makefile
index 0ce960d10..6bd155d9a 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -27,7 +27,7 @@ VERSIONFILE := pkg/util/defaults/defaults.go
VERSION ?= 2.7.0-SNAPSHOT
LAST_RELEASED_IMAGE_NAME := camel-k-operator
LAST_RELEASED_VERSION ?= 2.6.0
-DEFAULT_RUNTIME_VERSION := 3.15.2
+DEFAULT_RUNTIME_VERSION := 3.15.3
# Kubernetes tooling
CONTROLLER_GEN_VERSION := v0.17.2
CONTROLLER_GEN=$(GOBIN)/controller-gen