fix for adding docker credentials

This commit is contained in:
Tejal Desai 2020-05-05 19:54:20 -07:00
parent 420d5e17ca
commit 28a207c96a
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# v0.21.0 Release - 2020-05-04
This is the 21th release of Kaniko! Thank you for patience.
This is minor release which fixes the `/kaniko/.docker` being removed in executor image
* Fixes #1227 - Readded the `/kaniko/.docker` directory [#1230](https://github.com/GoogleContainerTools/kaniko/pull/1230)
# v0.20.0 Release - 2020-05-04
This is the 20th release of Kaniko! Thank you for patience.
Please give us feedback on how we are doing by taking a short [5 question survey](https://forms.gle/HhZGEM33x4FUz9Qa6)

View File

@ -14,7 +14,7 @@
# Bump these on release
VERSION_MAJOR ?= 0
VERSION_MINOR ?= 20
VERSION_MINOR ?= 21
VERSION_BUILD ?= 0
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)