prepping for release

This commit is contained in:
Tejal Desai 2020-05-07 09:34:56 -07:00
parent 0bcafd40fc
commit fbe9522de1
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)