You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,34 @@
1
+
# v1.21.1 Release 2024-03-06
2
+
The executor images in this release are:
3
+
```
4
+
gcr.io/kaniko-project/executor:v1.21.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.21.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.21.1-slim
18
+
```
19
+
20
+
* chore(deps): bump cloud.google.com/go/storage from 1.38.0 to 1.39.0 [#3040](https://github.com/GoogleContainerTools/kaniko/pull/3040)
21
+
* chore(deps): bump github.com/containerd/containerd from 1.7.6 to 1.7.13 [#3038](https://github.com/GoogleContainerTools/kaniko/pull/3038)
22
+
* test: fix test breakage caused by external dependency update [#3049](https://github.com/GoogleContainerTools/kaniko/pull/3049)
23
+
* chore(deps): bump docker/setup-buildx-action from 3.0.0 to 3.1.0 [#3037](https://github.com/GoogleContainerTools/kaniko/pull/3037)
24
+
* chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.3.0 to 1.3.1 [#3039](https://github.com/GoogleContainerTools/kaniko/pull/3039)
25
+
26
+
27
+
Huge thank you for this release towards our contributors:
0 commit comments