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 06246ca chore: Update last released version to 1.8.1
06246ca is described below
commit 06246ca97eb994a2f805a57b1218ef783283f6fb
Author: Antonin Stefanutti <[email protected]>
AuthorDate: Wed Mar 2 12:11:50 2022 +0100
chore: Update last released version to 1.8.1
---
script/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/script/Makefile b/script/Makefile
index ca3cd98..5b39549 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -17,7 +17,7 @@ VERSIONFILE := pkg/util/defaults/defaults.go
VERSION ?= 1.9.0-SNAPSHOT
OPERATOR_VERSION := $(subst -SNAPSHOT,,$(VERSION))
LAST_RELEASED_IMAGE_NAME := camel-k-operator
-LAST_RELEASED_VERSION := 1.8.0
+LAST_RELEASED_VERSION := 1.8.1
RUNTIME_VERSION := 1.12.0
BUILDAH_VERSION := 1.14.0
KANIKO_VERSION := 0.17.1