Merge pull request #1248 from tejal29/release21

prepping for release v.0.22.0
This commit is contained in:
Tejal Desai 2020-05-07 09:54:12 -07:00 committed by GitHub
commit 0522fe2485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# v0.22.0 Release 2020-05-07
This is a minor release of kaniko fixing:
- GCB Authentication issue
[1242](https://github.com/GoogleContainerTools/kaniko/issues/1242)
- Re-added files if removed from base imaged [1236](https://github.com/GoogleContainerTools/kaniko/issues/1236)
Big thanks to
- David Dooling
# v0.21.0 Release - 2020-05-04
This is the 21th release of Kaniko! Thank you for patience.

View File

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