Skip to content

Commit

Permalink
Update Kaniko builder to 1.6.0 (#4821)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <www@scholzj.com>
  • Loading branch information
scholzj committed Apr 30, 2021
1 parent ded98df commit 1f9d3df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* Changed Reconciliation interval for Topic Operator from 90 to 120 seconds (to keep it the same as for other operators)
* Changed Zookeeper session timeout default value to 18 seconds for Topic and User Operators (for improved resiliency)
* Removed requirement for replicas and partitions KafkaTopic spec making these parameters optional
* Update Kaniko executor to 1.6.0

### Changes, deprecations and removals

Expand Down
2 changes: 1 addition & 1 deletion docker-images/kaniko-executor/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT_NAME := kaniko-executor
KANIKO_EXECUTOR = gcr.io/kaniko-project/executor:v1.5.1
KANIKO_EXECUTOR = gcr.io/kaniko-project/executor:v1.6.0

docker_build:
# The Kaniko executor image used for building new Kafka Connect images with additional connectors is not build from
Expand Down

0 comments on commit 1f9d3df

Please sign in to comment.