Skip to content

Commit

Permalink
Merge pull request #1248 from tejal29/release21
Browse files Browse the repository at this point in the history
prepping for release v.0.22.0
  • Loading branch information
tejal29 authored May 7, 2020
2 parents 0bcafd4 + fbe9522 commit 0522fe2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0522fe2

Please sign in to comment.