Skip to content

Commit c1b1a10

Browse files
authored
Merge pull request #494 from osscontainertools/release-v1.26.5
release v1.26.5
2 parents db3f744 + 73f505f commit c1b1a10

File tree

3 files changed

+60
-21
lines changed

3 files changed

+60
-21
lines changed

CHANGELOG.md

Lines changed: 54 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,49 @@
1+
# v1.26.5 Release 2026-02-05
2+
## Community Update
3+
* @Bixilon made their first contribution in https://github.com/osscontainertools/kaniko/pull/458
4+
5+
## What's Changed
6+
### Security
7+
* go stdlib v1.25.5: CVE-2025-61726 CVE-2025-61728 CVE-2025-61730 CVE-2025-68121
8+
9+
### Bugfixes
10+
* dockerfile: don't use +x for chmod: by @Bixilon in https://github.com/osscontainertools/kaniko/pull/458
11+
* fix KANIKO_DIR bootstrapping: https://github.com/osscontainertools/kaniko/pull/475
12+
* cache mount fails to rename across filesystems: https://github.com/osscontainertools/kaniko/pull/455
13+
* cleanup kaniko workspace on failure too: https://github.com/osscontainertools/kaniko/pull/453
14+
15+
### Standardization
16+
* resolve remote ONBUILD instructions: https://github.com/osscontainertools/kaniko/pull/354
17+
18+
### Usability
19+
* dynamically determine kanikoDir: https://github.com/osscontainertools/kaniko/pull/454
20+
21+
### Maintenance
22+
* chore(deps): bump cloud.google.com/go/storage from 1.58.0 to 1.59.2: https://github.com/osscontainertools/kaniko/pull/457 https://github.com/osscontainertools/kaniko/pull/461 https://github.com/osscontainertools/kaniko/pull/482
23+
* chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.41.0 to 1.41.1: https://github.com/osscontainertools/kaniko/pull/456
24+
* chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.6 to 1.32.7: https://github.com/osscontainertools/kaniko/pull/456
25+
* chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.20.18 to 1.21.1: https://github.com/osscontainertools/kaniko/pull/456 https://github.com/osscontainertools/kaniko/pull/467 https://github.com/osscontainertools/kaniko/pull/482
26+
* chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.95.0 to 1.96.0: https://github.com/osscontainertools/kaniko/pull/456 https://github.com/osscontainertools/kaniko/pull/482
27+
* chore(deps): bump actions/setup-go from 6.1.0 to 6.2.0: https://github.com/osscontainertools/kaniko/pull/459
28+
* chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.6.3 to 1.6.4: https://github.com/osscontainertools/kaniko/pull/460
29+
* chore(deps): bump google.golang.org/api from 0.259.0 to 0.265.0: https://github.com/osscontainertools/kaniko/pull/462 https://github.com/osscontainertools/kaniko/pull/469 https://github.com/osscontainertools/kaniko/pull/472 https://github.com/osscontainertools/kaniko/pull/479 https://github.com/osscontainertools/kaniko/pull/484 https://github.com/osscontainertools/kaniko/pull/490
30+
* chore(deps): bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4: https://github.com/osscontainertools/kaniko/pull/463
31+
* chore(deps): bump github.com/docker/cli from 29.1.4+incompatible to 29.2.1+incompatible: https://github.com/osscontainertools/kaniko/pull/465 https://github.com/osscontainertools/kaniko/pull/478 https://github.com/osscontainertools/kaniko/pull/489
32+
* chore(deps): bump actions/checkout from 6.0.1 to 6.0.2: https://github.com/osscontainertools/kaniko/pull/471
33+
* chore(deps): bump golang from 1.25.5 to 1.25.7: https://github.com/osscontainertools/kaniko/pull/466 https://github.com/osscontainertools/kaniko/pull/491
34+
* chore(deps): bump github.com/moby/buildkit from 0.26.3 to 0.27.1: https://github.com/osscontainertools/kaniko/pull/470 https://github.com/osscontainertools/kaniko/pull/483
35+
* chore(deps): bump step-security/harden-runner from 2.14.0 to 2.14.1: https://github.com/osscontainertools/kaniko/pull/476
36+
* chore(deps): bump github.com/moby/moby/api from 1.52.0 to 1.53.0: https://github.com/osscontainertools/kaniko/pull/477
37+
* chore(deps): bump imjasonh/setup-crane from 0.4 to 0.5: https://github.com/osscontainertools/kaniko/pull/492
38+
139
# v1.26.4 Release 2026-01-09
240
## Community Update
341
* @mesaglio made their first contribution in https://github.com/osscontainertools/kaniko/pull/435
442
* @nejch made their first contribution in https://github.com/osscontainertools/kaniko/pull/445
543

644
## What's Changed
7-
### Bugfixes
8-
* Skip chown/chmod for paths in ignore list: by @mesaglio in https://github.com/osscontainertools/kaniko/pull/435
9-
1045
### Standardization
46+
* Skip chown/chmod for paths in ignore list: by @mesaglio in https://github.com/osscontainertools/kaniko/pull/435
1147
* `FF_KANIKO_RUN_VIA_TINI=false` reap zombie processes: https://github.com/osscontainertools/kaniko/pull/211 https://github.com/osscontainertools/kaniko/pull/450
1248

1349
### Performance
@@ -21,7 +57,7 @@
2157
* chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.3 to 1.32.6: https://github.com/osscontainertools/kaniko/pull/427 https://github.com/osscontainertools/kaniko/pull/431 https://github.com/osscontainertools/kaniko/pull/434
2258
* chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.20.13 to 1.20.18: https://github.com/osscontainertools/kaniko/pull/427 https://github.com/osscontainertools/kaniko/pull/431 https://github.com/osscontainertools/kaniko/pull/433 https://github.com/osscontainertools/kaniko/pull/434 https://github.com/osscontainertools/kaniko/pull/441
2359
* chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.93.0 to 1.95.0: https://github.com/osscontainertools/kaniko/pull/427 https://github.com/osscontainertools/kaniko/pull/431 https://github.com/osscontainertools/kaniko/pull/433 https://github.com/osscontainertools/kaniko/pull/441
24-
* chore(deps): bump step-security/harden-runner from 2.13.3 to 2.14.0 in the actions group: https://github.com/osscontainertools/kaniko/pull/430
60+
* chore(deps): bump step-security/harden-runner from 2.13.3 to 2.14.0: https://github.com/osscontainertools/kaniko/pull/430
2561
* chore(deps): bump github.com/docker/cli from 29.1.2+incompatible to 29.1.4+incompatible: https://github.com/osscontainertools/kaniko/pull/432 https://github.com/osscontainertools/kaniko/pull/451
2662
* chore(deps): github.com/moby/buildkit from 0.26.2 to 0.26.3: https://github.com/osscontainertools/kaniko/pull/434
2763
* chore(deps): bump google.golang.org/api from 0.257.0 to 0.259.0: https://github.com/osscontainertools/kaniko/pull/436 https://github.com/osscontainertools/kaniko/pull/447
@@ -64,7 +100,7 @@ We thank our sponsor **[L3montree](https://l3montree.com)** for their generous s
64100
* chore(deps): bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.4: https://github.com/osscontainertools/kaniko/pull/406
65101
* chore(deps): bump github.com/google/go-containerregistry from 0.20.6 to 0.20.7: https://github.com/osscontainertools/kaniko/pull/408
66102
* chore(deps): bump github.com/docker/cli from 29.0.3+incompatible to 29.1.2+incompatible: https://github.com/osscontainertools/kaniko/pull/411 https://github.com/osscontainertools/kaniko/pull/418
67-
* chore(deps): bump step-security/harden-runner from 2.13.2 to 2.13.3 in the actions group: https://github.com/osscontainertools/kaniko/pull/412
103+
* chore(deps): bump step-security/harden-runner from 2.13.2 to 2.13.3: https://github.com/osscontainertools/kaniko/pull/412
68104
* chore(deps): bump google.golang.org/api from 0.256.0 to 0.257.0: https://github.com/osscontainertools/kaniko/pull/417
69105
* chore(deps): bump golang from 1.25.4 to 1.25.5: https://github.com/osscontainertools/kaniko/pull/414
70106
* chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.40.0 to 1.40.1: https://github.com/osscontainertools/kaniko/pull/418
@@ -98,9 +134,9 @@ We thank our sponsor **[L3montree](https://l3montree.com)** for their generous s
98134
* chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.90.0 to 1.90.2: https://github.com/osscontainertools/kaniko/pull/383 https://github.com/osscontainertools/kaniko/pull/386
99135
* chore(deps): bump github.com/moby/buildkit from 0.25.2 to 0.26.1: https://github.com/osscontainertools/kaniko/pull/387 https://github.com/osscontainertools/kaniko/pull/395
100136
* chore(deps): bump cloud.google.com/go/storage from 1.57.1 to 1.57.2: https://github.com/osscontainertools/kaniko/pull/395
101-
* chore(deps): bump actions/checkout from 5.0.0 to 5.0.1 in the actions group: https://github.com/osscontainertools/kaniko/pull/396
137+
* chore(deps): bump actions/checkout from 5.0.0 to 5.0.1: https://github.com/osscontainertools/kaniko/pull/396
102138
* chore(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0: https://github.com/osscontainertools/kaniko/pull/397
103-
* chore(deps): bump actions/setup-go from 6.0.0 to 6.1.0 in the actions group: https://github.com/osscontainertools/kaniko/pull/398
139+
* chore(deps): bump actions/setup-go from 6.0.0 to 6.1.0: https://github.com/osscontainertools/kaniko/pull/398
104140
* chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.39.6 to 1.40.0: https://github.com/osscontainertools/kaniko/pull/401
105141

106142
### Fork Related
@@ -143,14 +179,14 @@ Also many thanks to @Ashex @ehfd and @YevheniiSemendiak for reporting the issues
143179
* chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.19.12 to 1.20.4: https://github.com/osscontainertools/kaniko/pull/317 https://github.com/osscontainertools/kaniko/pull/327 https://github.com/osscontainertools/kaniko/pull/331 https://github.com/osscontainertools/kaniko/pull/341 https://github.com/osscontainertools/kaniko/pull/344 https://github.com/osscontainertools/kaniko/pull/349 https://github.com/osscontainertools/kaniko/pull/359 https://github.com/osscontainertools/kaniko/pull/363
144180
* chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.88.4 to 1.90.0: https://github.com/osscontainertools/kaniko/pull/317 https://github.com/osscontainertools/kaniko/pull/327 https://github.com/osscontainertools/kaniko/pull/331 https://github.com/osscontainertools/kaniko/pull/344 https://github.com/osscontainertools/kaniko/pull/359 https://github.com/osscontainertools/kaniko/pull/363
145181
* chore(deps): bump sigstore/cosign-installer from 3.10.0 to 4.0.0: https://github.com/osscontainertools/kaniko/pull/318 https://github.com/osscontainertools/kaniko/pull/349
146-
* chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.6.2 to 1.6.3 in the gomod group: https://github.com/osscontainertools/kaniko/pull/319
182+
* chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.6.2 to 1.6.3: https://github.com/osscontainertools/kaniko/pull/319
147183
* chore(deps): bump google.golang.org/api from 0.252.0 to 0.255.0: https://github.com/osscontainertools/kaniko/pull/328 https://github.com/osscontainertools/kaniko/pull/345 https://github.com/osscontainertools/kaniko/pull/361
148-
* chore(deps): bump cloud.google.com/go/storage from 1.57.0 to 1.57.1 in the gomod group: https://github.com/osscontainertools/kaniko/pull/346
184+
* chore(deps): bump cloud.google.com/go/storage from 1.57.0 to 1.57.1: https://github.com/osscontainertools/kaniko/pull/346
149185
* chore(deps): bump github.com/moby/moby/api from 1.52.0-beta.2 to 1.52.0-beta.4: https://github.com/osscontainertools/kaniko/pull/348 https://github.com/osscontainertools/kaniko/pull/357
150186
* chore(deps): bump github.com/moby/buildkit from 0.25.1 to 0.25.2: https://github.com/osscontainertools/kaniko/pull/359
151187
* chore(deps): bump github.com/containerd/platforms from 1.0.0-rc.1 to 1.0.0-rc.2: https://github.com/osscontainertools/kaniko/pull/360
152-
* chore(deps): bump step-security/harden-runner from 2.13.1 to 2.13.2 in the actions group: https://github.com/osscontainertools/kaniko/pull/358
153-
* chore(deps): bump docker/setup-qemu-action from 3.6.0 to 3.7.0 in the actions group: https://github.com/osscontainertools/kaniko/pull/358
188+
* chore(deps): bump step-security/harden-runner from 2.13.1 to 2.13.2: https://github.com/osscontainertools/kaniko/pull/358
189+
* chore(deps): bump docker/setup-qemu-action from 3.6.0 to 3.7.0: https://github.com/osscontainertools/kaniko/pull/358
154190
* chore(deps): bump golang from 1.25.3 to 1.25.4: https://github.com/osscontainertools/kaniko/pull/362
155191

156192
### Fork Related
@@ -257,11 +293,11 @@ Please also notify us by [filing a new issue](https://github.com/osscontainertoo
257293
* add env credential helper: https://github.com/mzihlmann/kaniko/pull/236 https://github.com/mzihlmann/kaniko/pull/249
258294

259295
### Maintenance
260-
* chore(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10 in the gomod group: https://github.com/mzihlmann/kaniko/pull/225
296+
* chore(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10: https://github.com/mzihlmann/kaniko/pull/225
261297
* chore(deps): bump github.com/moby/buildkit from 0.23.2 to 0.24.0: https://github.com/mzihlmann/kaniko/pull/226
262298
* chore(deps): bump github.com/docker/docker from 28.3.3+incompatible to 28.4.0+incompatible: https://github.com/mzihlmann/kaniko/pull/228
263299
* chore(deps): bump actions/setup-go from 5.5.0 to 6.0.0: https://github.com/mzihlmann/kaniko/pull/227
264-
* chore(deps): bump golang from 1.25.0 to 1.25.1 in /deploy: https://github.com/mzihlmann/kaniko/pull/229
300+
* chore(deps): bump golang from 1.25.0 to 1.25.1: https://github.com/mzihlmann/kaniko/pull/229
265301
* chore(deps): bump golang.org/x/oauth2 from 0.30.0 to 0.31.0: https://github.com/mzihlmann/kaniko/pull/232
266302
* chore(deps): bump golang.org/x/sys from 0.35.0 to 0.36.0: https://github.com/mzihlmann/kaniko/pull/233
267303
* chore(deps): bump golang.org/x/sync from 0.16.0 to 0.17.0: https://github.com/mzihlmann/kaniko/pull/234
@@ -272,9 +308,9 @@ Please also notify us by [filing a new issue](https://github.com/osscontainertoo
272308
* chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.87.3 to 1.88.1: https://github.com/mzihlmann/kaniko/pull/238 https://github.com/mzihlmann/kaniko/pull/246
273309
* chore(deps): bump google.golang.org/api from 0.248.0 to 0.249.0: https://github.com/mzihlmann/kaniko/pull/240
274310
* chore(deps): bump golang.org/x/net from 0.43.0 to 0.44.0: https://github.com/mzihlmann/kaniko/pull/242
275-
* chore(deps): bump step-security/harden-runner from 2.13.0 to 2.13.1 in the actions group: https://github.com/mzihlmann/kaniko/pull/244
276-
* chore(deps): bump sigstore/cosign-installer from 3.9.2 to 3.10.0 in the actions group: https://github.com/mzihlmann/kaniko/pull/250
277-
* chore(deps): bump cloud.google.com/go/storage from 1.56.1 to 1.56.2 in the gomod group: https://github.com/mzihlmann/kaniko/pull/251
311+
* chore(deps): bump step-security/harden-runner from 2.13.0 to 2.13.1: https://github.com/mzihlmann/kaniko/pull/244
312+
* chore(deps): bump sigstore/cosign-installer from 3.9.2 to 3.10.0: https://github.com/mzihlmann/kaniko/pull/250
313+
* chore(deps): bump cloud.google.com/go/storage from 1.56.1 to 1.56.2: https://github.com/mzihlmann/kaniko/pull/251
278314

279315
### Fork Related
280316
* update readme: https://github.com/mzihlmann/kaniko/pull/223 https://github.com/mzihlmann/kaniko/pull/253
@@ -306,7 +342,7 @@ Please also notify us by [filing a new issue](https://github.com/osscontainertoo
306342
* chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.31.1 to 1.31.6: https://github.com/mzihlmann/kaniko/pull/193 https://github.com/mzihlmann/kaniko/pull/207 https://github.com/mzihlmann/kaniko/pull/205 https://github.com/mzihlmann/kaniko/pull/210 https://github.com/mzihlmann/kaniko/pull/217
307343
* chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.87.0 to 1.87.3: https://github.com/mzihlmann/kaniko/pull/193 https://github.com/mzihlmann/kaniko/pull/205 https://github.com/mzihlmann/kaniko/pull/217
308344
* chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.18.5 to 1.19.4: https://github.com/mzihlmann/kaniko/pull/194 https://github.com/mzihlmann/kaniko/pull/207 https://github.com/mzihlmann/kaniko/pull/205 https://github.com/mzihlmann/kaniko/pull/210 https://github.com/mzihlmann/kaniko/pull/217
309-
* chore(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.9 in the gomod group: https://github.com/mzihlmann/kaniko/pull/218
345+
* chore(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.9: https://github.com/mzihlmann/kaniko/pull/218
310346
* chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1: https://github.com/mzihlmann/kaniko/pull/219
311347

312348
### Fork Related
@@ -332,7 +368,7 @@ Please also notify us by [filing a new issue](https://github.com/osscontainertoo
332368
* chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.86.0 to 1.87.0: https://github.com/mzihlmann/kaniko/pull/175
333369
* chore(deps): bump golang from 1.24.6 to 1.25.0: https://github.com/mzihlmann/kaniko/pull/182
334370
* chore(deps): bump google.golang.org/api from 0.246.0 to 0.248.0: https://github.com/mzihlmann/kaniko/pull/179 https://github.com/mzihlmann/kaniko/pull/186
335-
* chore(deps): bump cloud.google.com/go/storage from 1.56.0 to 1.56.1 in the gomod group: https://github.com/mzihlmann/kaniko/pull/188
371+
* chore(deps): bump cloud.google.com/go/storage from 1.56.0 to 1.56.1: https://github.com/mzihlmann/kaniko/pull/188
336372

337373
### Fork Related
338374
* pass feature flag into integration tests correctly: https://github.com/mzihlmann/kaniko/pull/173

CHANGELOG_OVERVIEW.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## What's changed since Google's v1.24.0
22
### Security
3-
* go stdlib v1.24.3: CVE-2025-0913 CVE-2025-4673 CVE-2025-4674 CVE-2025-22874 CVE-2025-47906 CVE-2025-47907 CVE-2025-47912 CVE-2025-58183 CVE-2025-58185 CVE-2025-58186 CVE-2025-58187 CVE-2025-58188 CVE-2025-58189 CVE-2025-61723 CVE-2025-61724 CVE-2025-61725 CVE-2025-61729 CVE-2025-61727
3+
* go stdlib v1.24.3: CVE-2025-0913 CVE-2025-4673 CVE-2025-4674 CVE-2025-22874 CVE-2025-47906 CVE-2025-47907 CVE-2025-47912 CVE-2025-58183 CVE-2025-58185 CVE-2025-58186 CVE-2025-58187 CVE-2025-58188 CVE-2025-58189 CVE-2025-61723 CVE-2025-61724 CVE-2025-61725 CVE-2025-61729 CVE-2025-61727 CVE-2025-61726 CVE-2025-61728 CVE-2025-61730 CVE-2025-68121
44
* containerd v1.7.27: GHSA-m6hq-p25p-ffr2 GHSA-pwhc-rpq9-4c8w
55
* containerd-v2 v2.1.1: GHSA-m6hq-p25p-ffr2 GHSA-pwhc-rpq9-4c8w
66
* selinux v1.12.0: GHSA-cgrx-mc8f-2prm
@@ -20,7 +20,6 @@
2020
* `FF_KANIKO_IGNORE_CACHED_MANIFEST=false` ignore potentially invalid cached manifest files: by @luxurine in https://github.com/osscontainertools/kaniko/pull/267
2121
* don't reuse interstage dependencies: https://github.com/osscontainertools/kaniko/pull/286
2222
* image-index digests causes warmer cache misses: https://github.com/osscontainertools/kaniko/pull/321
23-
* Skip chown/chmod for paths in ignore list: by @mesaglio in https://github.com/osscontainertools/kaniko/pull/435
2423
### Standardization
2524
* sticky bit gets lost on COPY: https://github.com/mzihlmann/kaniko/pull/45
2625
* COPY with restrictive chmod makes directory inacessible: https://github.com/mzihlmann/kaniko/pull/80
@@ -37,6 +36,8 @@
3736
* cache mount option implements additional flags: https://github.com/osscontainertools/kaniko/pull/390
3837
* `FF_KANIKO_RUN_MOUNT_SECRET=false` secret mounts: https://github.com/osscontainertools/kaniko/pull/391 https://github.com/osscontainertools/kaniko/pull/409
3938
* `FF_KANIKO_RUN_VIA_TINI=false` reap zombie processes: https://github.com/osscontainertools/kaniko/pull/211 https://github.com/osscontainertools/kaniko/pull/450
39+
* Skip chown/chmod for paths in ignore list: by @mesaglio in https://github.com/osscontainertools/kaniko/pull/435
40+
* resolve remote ONBUILD instructions: https://github.com/osscontainertools/kaniko/pull/354
4041
### Caching
4142
* sourceImage's CreatedAt timestamp should not be included in cache key: https://github.com/mzihlmann/kaniko/pull/1
4243
* ignore labels on base image for cache: https://github.com/mzihlmann/kaniko/pull/2
@@ -71,6 +72,7 @@
7172
* `FF_KANIKO_NEW_CACHE_LAYOUT=true` organize kaniko dir: https://github.com/osscontainertools/kaniko/pull/285
7273
* fix harbor authentication: https://github.com/osscontainertools/kaniko/pull/369
7374
* new subcommand `executor login` to authenticate with a registry: by @brandon1024 in https://github.com/osscontainertools/kaniko/pull/407
75+
* cleanup kaniko workspace on failure too: https://github.com/osscontainertools/kaniko/pull/453
7476
### Shoutout & Thanks
7577
* 🔗 cleanup jobs: by @cpanato in https://github.com/mzihlmann/kaniko/pull/55
7678
* 🔗 update ENV syntax in Dockerfile: by @babs in https://github.com/mzihlmann/kaniko/pull/60
@@ -85,6 +87,7 @@
8587
* ci: rework, use GHCR as primary, separate dev builds from release: by @babs in https://github.com/osscontainertools/kaniko/pull/368 https://github.com/osscontainertools/kaniko/pull/371
8688
* replace github.com/pkg/errors with stdlib errors: by @BobDu in https://github.com/osscontainertools/kaniko/pull/370
8789
* chore(ci): run staticcheck: by @nejch in https://github.com/osscontainertools/kaniko/pull/445
90+
* dockerfile: don't use +x for chmod: by @Bixilon in https://github.com/osscontainertools/kaniko/pull/458
8891

8992
for a more detailed view you can refer to our [Changelog](./CHANGELOG.md) or [release notes](https://github.com/osscontainertools/kaniko/releases)
9093

0 commit comments

Comments
 (0)