This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 6f1ec90b46bec1bbde57687c513c02fad2ac01f5 Author: Antonin Stefanutti <anto...@stefanutti.fr> AuthorDate: Wed Feb 26 10:52:48 2020 +0100 chore(dev): Upgrade Buildah to version 1.14.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 8213c5a..595dda8 100644 --- a/pkg/util/defaults/defaults.go +++ b/pkg/util/defaults/defaults.go @@ -29,7 +29,7 @@ const ( DefaultRuntimeVersion = "1.1.0" // BuildahVersion -- - BuildahVersion = "1.12.0" + BuildahVersion = "1.14.0" // KanikoVersion -- KanikoVersion = "0.17.1" diff --git a/script/Makefile b/script/Makefile index 8247fc7..b74cc16 100644 --- a/script/Makefile +++ b/script/Makefile @@ -18,7 +18,7 @@ VERSION := 1.0.0-RC2-SNAPSHOT LAST_RELEASED_VERSION := 1.0.0-RC1 RUNTIME_VERSION := 1.1.0 QUARKUS_VERSION := 1.2.0.Final -BUILDAH_VERSION := 1.12.0 +BUILDAH_VERSION := 1.14.0 KANIKO_VERSION := 0.17.1 BASE_IMAGE := adoptopenjdk/openjdk8:slim LOCAL_REPOSITORY := /tmp/artifacts/m2