Skip to content

Commit b647efe

Browse files
committed
add changelog
1 parent da1fd7a commit b647efe

File tree

4 files changed

+56
-3
lines changed

4 files changed

+56
-3
lines changed

CHANGELOG.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
# v1.26.1 Release 2025-11-07
2+
## Community Update
3+
Please welcome our new maintainers: @0hlov3 @babs @BobDu and @nejch
4+
5+
If you're interested in joining our community too, please reach out here:
6+
https://github.com/osscontainertools/kaniko/discussions/304
7+
8+
Also many thanks to @Ashex @ehfd and @YevheniiSemendiak for reporting the issues fixed in this release.
9+
10+
## What's Changed
11+
### Bugfixes
12+
* squashing breaks `ONBUILD` instructions: https://github.com/osscontainertools/kaniko/pull/339
13+
* image-index digests causes warmer cache misses: https://github.com/osscontainertools/kaniko/pull/321
14+
* fix copy capabilities: https://github.com/osscontainertools/kaniko/pull/343
15+
16+
### Performance
17+
* recompute whether a stage must be saved: https://github.com/osscontainertools/kaniko/pull/335
18+
* port digest optimization to warmer: https://github.com/osscontainertools/kaniko/pull/325
19+
* `FF_KANIKO_DISABLE_HTTP2=false` stop forcing http/2.0: https://github.com/osscontainertools/kaniko/pull/340
20+
21+
### Maintenance
22+
* chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.39.2 to 1.39.6: https://github.com/osscontainertools/kaniko/pull/317 https://github.com/osscontainertools/kaniko/pull/331 https://github.com/osscontainertools/kaniko/pull/349 https://github.com/osscontainertools/kaniko/pull/359
23+
* chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.31.12 to 1.31.17: 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/349 https://github.com/osscontainertools/kaniko/pull/359
24+
* 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
25+
* 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
26+
* 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
27+
* 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
28+
* 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
29+
* 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
30+
* 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
31+
* chore(deps): bump github.com/moby/buildkit from 0.25.1 to 0.25.2: https://github.com/osscontainertools/kaniko/pull/359
32+
* 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
33+
* 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
34+
* 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
35+
* chore(deps): bump golang from 1.25.3 to 1.25.4: https://github.com/osscontainertools/kaniko/pull/362
36+
37+
### Fork Related
38+
* cleanup docs: https://github.com/osscontainertools/kaniko/pull/315
39+
* cleanup unused release script: by @BobDu in https://github.com/osscontainertools/kaniko/pull/347
40+
* publish images to ghcr: by @babs in https://github.com/osscontainertools/kaniko/pull/329 https://github.com/osscontainertools/kaniko/pull/353
41+
* use upstream images from local registry: https://github.com/osscontainertools/kaniko/pull/355
42+
43+
### Refactorings
44+
* stageIdx is an int: https://github.com/osscontainertools/kaniko/pull/336
45+
46+
147
# v1.26.0 Release 2025-10-16
248
## Update Notice
349
In this Release we activated three feature flags:
@@ -20,7 +66,7 @@ Please also notify us by [filing a new issue](https://github.com/osscontainertoo
2066
* skip-unused-stages invalidates numeric references: https://github.com/osscontainertools/kaniko/pull/306
2167
2268
### Performance
23-
* `FF_KANIKO_OCI_STAGES=false` use ocilayout instead of tarballs during stage transitions: https://github.com/mzihlmann/kaniko/pull/141
69+
* `FF_KANIKO_OCI_STAGES=false` use ocilayout instead of tarballs during stage transitions: https://github.com/mzihlmann/kaniko/pull/303
2470

2571
### Usability
2672
* activate featureflags for v1.26.0 release: https://github.com/osscontainertools/kaniko/pull/312

CHANGELOG_OVERVIEW.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* warmer tries to load stage references: https://github.com/osscontainertools/kaniko/pull/266
1616
* `FF_KANIKO_IGNORE_CACHED_MANIFEST=false` ignore potentially invalid cached manifest files: by @luxurine in https://github.com/osscontainertools/kaniko/pull/267
1717
* don't reuse interstage dependencies: https://github.com/osscontainertools/kaniko/pull/286
18+
* image-index digests causes warmer cache misses: https://github.com/osscontainertools/kaniko/pull/321
1819
### Standardization
1920
* sticky bit gets lost on COPY: https://github.com/mzihlmann/kaniko/pull/45
2021
* COPY with restrictive chmod makes directory inacessible: https://github.com/mzihlmann/kaniko/pull/80
@@ -38,7 +39,10 @@
3839
* whiteout annotations to prevent cache misses through `--annotation`: https://github.com/mzihlmann/kaniko/pull/209
3940
### Performance
4041
* `FF_KANIKO_SQUASH_STAGES=true` squash stages together, speeding up build: https://github.com/mzihlmann/kaniko/pull/141 https://github.com/osscontainertools/kaniko/pull/283
41-
* `FF_KANIKO_OCI_STAGES=false` use ocilayout instead of tarballs during stage transitions: https://github.com/mzihlmann/kaniko/pull/141
42+
* `FF_KANIKO_OCI_STAGES=false` use ocilayout instead of tarballs during stage transitions: https://github.com/mzihlmann/kaniko/pull/303
43+
* recompute whether a stage must be saved: https://github.com/osscontainertools/kaniko/pull/335
44+
* port digest optimization to warmer: https://github.com/osscontainertools/kaniko/pull/325
45+
* `FF_KANIKO_DISABLE_HTTP2=false` stop forcing http/2.0: https://github.com/osscontainertools/kaniko/pull/340
4246
### Usability
4347
* if target stage is unspecified we now implicitly target the last stage: https://github.com/mzihlmann/kaniko/pull/27
4448
* kaniko learned `--preserve-context` to preserve the build-context across multi-stage builds: https://github.com/mzihlmann/kaniko/pull/28
@@ -65,6 +69,8 @@
6569
* move github.com/docker/docker/api -> github.com/moby/moby/api: by @BobDu in https://github.com/osscontainertools/kaniko/pull/258
6670
* 🔗 fix code scanning alert 1: by @cpanato in https://github.com/osscontainertools/kaniko/pull/272
6771
* update docs: by @6543 in https://github.com/osscontainertools/kaniko/pull/300
72+
* cleanup unused release script: by @BobDu in https://github.com/osscontainertools/kaniko/pull/347
73+
* publish images to ghcr: by @babs in https://github.com/osscontainertools/kaniko/pull/329 https://github.com/osscontainertools/kaniko/pull/353
6874

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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Bump these on release
1616
VERSION_MAJOR ?= 1
1717
VERSION_MINOR ?= 26
18-
VERSION_BUILD ?= 0
18+
VERSION_BUILD ?= 1
1919

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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,6 +1240,7 @@ multiple times for multiple registries.
12401240

12411241
Builds only used stages. If set to `false` it builds all stages, even the unnecessary ones until it reaches the target stage / end of Dockerfile.
12421242
Defaults to `true`.
1243+
Will be deprecated in `v1.27.0`.
12431244

12441245
#### Flag `--snapshot-mode`
12451246

0 commit comments

Comments
 (0)