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
+50Lines changed: 50 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,53 @@
1
+
# v1.25.3 Release 2025-08-20
2
+
The executor images in this release are:
3
+
```
4
+
martizih/kaniko:latest
5
+
martizih/kaniko:v1.25.3
6
+
```
7
+
8
+
The debug images are available at:
9
+
```
10
+
martizih/kaniko:debug
11
+
martizih/kaniko:v1.25.3-debug
12
+
```
13
+
14
+
The slim executor images which don't contain any authentication binaries are available at:
15
+
```
16
+
martizih/kaniko:slim
17
+
martizih/kaniko:v1.25.3-slim
18
+
```
19
+
20
+
The warmer images are available at:
21
+
```
22
+
martizih/kaniko:warmer
23
+
martizih/kaniko:v1.25.3-warmer
24
+
```
25
+
26
+
The bootstrap images, that can be used to build kaniko in kaniko, are available at:
27
+
```
28
+
martizih/kaniko:bootstrap
29
+
martizih/kaniko:v1.25.3-bootstrap
30
+
```
31
+
32
+
* pass feature flag into integration tests correctly by @mzihlmann in https://github.com/mzihlmann/kaniko/pull/173
33
+
* chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in https://github.com/mzihlmann/kaniko/pull/174
34
+
* chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.30.3 to 1.31.0 by @dependabot[bot] in https://github.com/mzihlmann/kaniko/pull/177
35
+
* chore(deps): bump the gomod group with 2 updates by @dependabot[bot] in https://github.com/mzihlmann/kaniko/pull/175
36
+
* chore(deps): bump google.golang.org/api from 0.246.0 to 0.247.0 by @dependabot[bot] in https://github.com/mzihlmann/kaniko/pull/179
37
+
* drop karrick/godirwalk in favour of stdlib by @mzihlmann in https://github.com/mzihlmann/kaniko/pull/180
38
+
* swap out filepath.Walk -> filepath.WalkDir by @mzihlmann in https://github.com/mzihlmann/kaniko/pull/181
39
+
* 155: snapshotting preserves atime by @mzihlmann in https://github.com/mzihlmann/kaniko/pull/178
40
+
* chore(deps): bump golang from 1.24.6 to 1.25.0 in /deploy by @dependabot[bot] in https://github.com/mzihlmann/kaniko/pull/182
41
+
* 🔗 Annotation flag by @markusthoemmes in https://github.com/mzihlmann/kaniko/pull/98
42
+
* skip snapshotting rootdir by @mzihlmann in https://github.com/mzihlmann/kaniko/pull/183
43
+
* Annotations by @mzihlmann in https://github.com/mzihlmann/kaniko/pull/184
44
+
* predefined build args by @kit101 in https://github.com/mzihlmann/kaniko/pull/185
45
+
* chore(deps): bump google.golang.org/api from 0.247.0 to 0.248.0 by @dependabot[bot] in https://github.com/mzihlmann/kaniko/pull/186
46
+
* relative OCILayoutPath by @EladAviczer in https://github.com/mzihlmann/kaniko/pull/187
47
+
* chore(deps): bump cloud.google.com/go/storage from 1.56.0 to 1.56.1 in the gomod group by @dependabot[bot] in https://github.com/mzihlmann/kaniko/pull/188
48
+
* chore(deps): bump the gomod group with 2 updates by @dependabot[bot] in https://github.com/mzihlmann/kaniko/pull/191
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,9 @@ If you are new here, these are the main differences to the last official kaniko
19
19
* Persist capabilities on COPY: https://github.com/mzihlmann/kaniko/pull/107
20
20
*`FF_KANIKO_COPY_AS_ROOT=false` COPY from context should always default to root:root: https://github.com/mzihlmann/kaniko/pull/145https://github.com/mzihlmann/kaniko/pull/166
0 commit comments