diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a183902b..366d953f71 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 ea46df83f4..cc372b64d8 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)