| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-09 | 3.5 kB | |
| v2.78.0 source code.tar.gz | 2026-09-09 | 8.2 MB | |
| v2.78.0 source code.zip | 2026-09-09 | 9.7 MB | |
| Totals: 3 Items | 17.9 MB | 0 | |
Changelog
Features
- build: collect operations statistics without debug logging (#7833) (7c2bf94)
- build: support from in image dependencies (#7837) (c5e7925)
Bug Fixes
- build, buildah: stop "image not known" error in RUN --mount builds (#7823) (7f4c727)
- build, buildah: stop repeating stage output in the final build error (#7836) (15f4c28)
- build, stapel: stop builds failing with many imports (#7845) (2c16409)
- build: stop losing host image locks taken by parallel image builds (#7826) (05e3a94)
- config: stop werf.yaml loading taking minutes on large image graphs (#7841) (edc44b8)
- deploy: optimize plan building for large releases (#7839) (9202175)
- deploy: restore network parallelism when building resource infos (#7834) (f9196d5)
Installation
To install werf we strongly recommend following these instructions.
Alternatively, you can download werf binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with the werf PGP public key. For example, werf binary can be downloaded and verified with gpg on Linux with these commands:
:::shell
curl -sSLO "https://tuf.werf.io/targets/releases/2.78.0/linux-amd64/bin/werf" -O "https://tuf.werf.io/targets/signatures/2.78.0/linux-amd64/bin/werf.sig"
curl -sSL https://werf.io/werf.asc | gpg --import
gpg --verify werf.sig werf