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
The following commit(s) were added to refs/heads/main by this push:
new 922476f fix(ci): Update latest release version to 1.5.1
922476f is described below
commit 922476f7c224625461f2925166247cd216d92cf9
Author: Antonin Stefanutti <[email protected]>
AuthorDate: Wed Sep 1 10:34:36 2021 +0200
fix(ci): Update latest release version to 1.5.1
---
script/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/script/Makefile b/script/Makefile
index 701cf0c..19c458a 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -16,7 +16,7 @@
VERSIONFILE := pkg/util/defaults/defaults.go
VERSION ?= 1.6.0-SNAPSHOT
OPERATOR_VERSION := $(subst -SNAPSHOT,,$(VERSION))
-LAST_RELEASED_VERSION := 1.5.0
+LAST_RELEASED_VERSION := 1.5.1
RUNTIME_VERSION := 1.9.0-SNAPSHOT
BUILDAH_VERSION := 1.14.0
KANIKO_VERSION := 0.17.1