From fbe9522de1d7f0852f58b37c6508728e64c21fa7 Mon Sep 17 00:00:00 2001 From: Tejal Desai Date: Thu, 7 May 2020 09:34:56 -0700 Subject: [PATCH] prepping for release --- CHANGELOG.md | 9 +++++++++ Makefile | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a183902..366d953f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Makefile b/Makefile index ea46df83f..cc372b64d 100644 --- a/Makefile +++ b/Makefile @@ -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)