Skip to content

Commit c93ecd3

Browse files
chore(release): release v1.23.1 (#3189)
1 parent f087f4a commit c93ecd3

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# v1.23.1 Release 2024-06-07
2+
The executor images in this release are:
3+
```
4+
gcr.io/kaniko-project/executor:v1.23.1
5+
gcr.io/kaniko-project/executor:latest
6+
```
7+
8+
The debug images are available at:
9+
```
10+
gcr.io/kaniko-project/executor:debug
11+
gcr.io/kaniko-project/executor:v1.23.1-debug
12+
```
13+
14+
The slim executor images which don't contain any authentication binaries are available at:
15+
```
16+
gcr.io/kaniko-project/executor:slim
17+
gcr.io/kaniko-project/executor:v1.23.1-slim
18+
```
19+
20+
* Enable pushing cache with --no-push [#3181](https://github.com/GoogleContainerTools/kaniko/pull/3181)
21+
* docs: document --no-push-cache flag in README.md [#3188](https://github.com/GoogleContainerTools/kaniko/pull/3188)
22+
* chore(deps): bump google.golang.org/api from 0.181.0 to 0.182.0 [#3187](https://github.com/GoogleContainerTools/kaniko/pull/3187)
23+
* chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.16.17 to 1.16.21 [#3179](https://github.com/GoogleContainerTools/kaniko/pull/3179)
24+
* chore(deps): bump google.golang.org/api from 0.180.0 to 0.181.0 [#3170](https://github.com/GoogleContainerTools/kaniko/pull/3170)
25+
* chore(deps): bump google-github-actions/auth from 2.1.2 to 2.1.3 [#3168](https://github.com/GoogleContainerTools/kaniko/pull/3168)
26+
* chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.53.2 to 1.54.2 [#3169](https://github.com/GoogleContainerTools/kaniko/pull/3169)
27+
* chore(deps): bump cloud.google.com/go/storage from 1.40.0 to 1.41.0 [#3171](https://github.com/GoogleContainerTools/kaniko/pull/3171)
28+
* chore(deps): bump github.com/containerd/containerd from 1.7.16 to 1.7.17 [#3172](https://github.com/GoogleContainerTools/kaniko/pull/3172)
29+
* chore(deps): bump github.com/docker/docker from 26.1.2+incompatible to 26.1.3+incompatible [#3173](https://github.com/GoogleContainerTools/kaniko/pull/3173)
30+
31+
32+
Huge thank you for this release towards our contributors:
33+
- Aaron Prindle
34+
- dependabot[bot]
35+
- Leo Palmer Sunmo
36+
37+
138
# v1.23.0 Release 2024-05-14
239
The executor images in this release are:
340
```

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Bump these on release
1616
VERSION_MAJOR ?= 1
1717
VERSION_MINOR ?= 23
18-
VERSION_BUILD ?= 0
18+
VERSION_BUILD ?= 1
1919

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

0 commit comments

Comments
 (0)