Skip to content

Commit

Permalink
release notes (#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
tejal29 authored Oct 1, 2020
1 parent 1240333 commit 6c70f16
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# v1.1.0 Release 2020-08-17
# v1.2.0 Release 2020-09-30
This is 27th release of Kaniko!

In this release, Copy layers are not cached there by making builds faster!!
* Stop caching COPY layers [#1408](https://github.com/GoogleContainerTools/kaniko/pull/1408)

Huge thank you for this release towards our contributors:
- Ian Kerins

# v1.1.0 Release 2020-09-30
This is the 26th release of Kaniko!

# New features
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 ?= 1
VERSION_MINOR ?= 1
VERSION_MINOR ?= 2
VERSION_BUILD ?= 0

VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
Expand Down

0 comments on commit 6c70f16

Please sign in to comment.