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


The following commit(s) were added to refs/heads/master by this push:
     new 6567e86  chore(build): Upgrade Kaniko to version 0.17.1
6567e86 is described below

commit 6567e864071cdbfce42c3afd9f649c7bfcf50218
Author: Antonin Stefanutti <[email protected]>
AuthorDate: Wed Feb 5 12:10:02 2020 +0100

    chore(build): Upgrade Kaniko to version 0.17.1
---
 pkg/util/defaults/defaults.go | 2 +-
 script/Makefile               | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 310ff47..3b7bbaf 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -29,7 +29,7 @@ const (
        DefaultRuntimeVersion = "1.1.0-SNAPSHOT"
 
        // KanikoVersion --
-       KanikoVersion = "0.14.0"
+       KanikoVersion = "0.17.1"
 
        // BaseImage --
        BaseImage = "adoptopenjdk/openjdk8:slim"
diff --git a/script/Makefile b/script/Makefile
index abdf15d..df560c4 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -18,7 +18,7 @@ VERSION := 1.0.0-RC2-SNAPSHOT
 LAST_RELEASED_VERSION := 1.0.0-M4
 RUNTIME_VERSION := 1.1.0-SNAPSHOT
 QUARKUS_VERSION := 1.1.0.Final
-KANIKO_VERSION := 0.14.0
+KANIKO_VERSION := 0.17.1
 BASE_IMAGE := adoptopenjdk/openjdk8:slim
 LOCAL_REPOSITORY := /tmp/artifacts/m2
 IMAGE_NAME := docker.io/apache/camel-k
@@ -27,7 +27,7 @@ GIT_COMMIT := $(shell git rev-list -1 HEAD)
 LINT_GOGC := 10
 LINT_DEADLINE := 10m
 
-# Used to push pre-relase artifacts
+# Used to push pre-release artifacts
 STAGING_IMAGE_NAME := docker.io/camelk/camel-k
 
 STAGING_RUNTIME_REPO := 
https://repository.apache.org/content/repositories/orgapachecamel-1171

Reply via email to