This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 0bdf91706d1c6b347d38cd037e9d80faee350956 Author: Antonin Stefanutti <anto...@stefanutti.fr> AuthorDate: Thu Jan 5 12:41:13 2023 +0100 chore: Upgrade code-generator to version 0.25.2 --- script/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Makefile b/script/Makefile index 42223754b..358d91025 100644 --- a/script/Makefile +++ b/script/Makefile @@ -27,7 +27,7 @@ RUNTIME_VERSION := 1.17.0-SNAPSHOT BUILDAH_VERSION := 1.23.3 KANIKO_VERSION := 0.17.1 CONTROLLER_GEN_VERSION := v0.6.1 -CODEGEN_VERSION := v0.23.5 +CODEGEN_VERSION := v0.25.2 OPERATOR_SDK_VERSION := v1.16.0 KUSTOMIZE_VERSION := v4.1.2 OPM_VERSION := v1.24.0