Skip to content

Commit

Permalink
chore(release): release v1.12.1 (#2604)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-prindle authored Jun 29, 2023
1 parent 974c494 commit 9a30501
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# v1.12.1 Release 2023-06-29

The executor images in this release are:
```
gcr.io/kaniko-project/executor:v1.12.1
gcr.io/kaniko-project/executor:latest
```

The debug images are available at:
```
gcr.io/kaniko-project/executor:debug
gcr.io/kaniko-project/executor:v1.12.1-debug
```

The slim executor images which don't contain any authentication binaries are available at:
```
gcr.io/kaniko-project/executor:slim
gcr.io/kaniko-project/executor:v1.12.1-slim
```

The warmer images are available at:
```
gcr.io/kaniko-project/warmer:v1.12.1
gcr.io/kaniko-project/warmer:latest
```

Fixes:
* fix: resolve issue where warmer CLI always validated optional arg -> breakage for majority of users [#2603](https://github.com/GoogleContainerTools/kaniko/pull/2603)


# v1.12.0 Release 2023-06-28

The executor images in this release are:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Bump these on release
VERSION_MAJOR ?= 1
VERSION_MINOR ?= 12
VERSION_BUILD ?= 0
VERSION_BUILD ?= 1

VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
VERSION_PACKAGE = $(REPOPATH/pkg/version)
Expand Down

0 comments on commit 9a30501

Please sign in to comment.