| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-11 | 4.9 kB | |
| v3.2.0 source code.tar.gz | 2026-08-11 | 8.0 MB | |
| v3.2.0 source code.zip | 2026-08-11 | 9.3 MB | |
| Totals: 3 Items | 17.3 MB | 0 | |
Changelog
Features
- add case-insensitive-condition-tracking feature gate (#7801) (8043316)
- build: show low-level operations time summary in debug mode (#7675) (4f65aef)
- cleanup: add registry-side cleanup report (#7806) (8a6250b)
- cleanup: name the --meta-repo address in the cleanup report (c11fdfb)
- deploy: embed deno binary into werf release binaries behind
embedwerfdeno(#7725) (468ba22)
Bug Fixes
- build, buildah: prevent parallel recovery failures (#7774) (fd5758d)
- build, buildah: retry pull when cached image id is missing (#7669) (9d64035)
- buildah: prevent concurrent Dockerfile build races (#7798) (f609194)
- buildah: prevent concurrent stderr access (#7788) (fc9c375)
- build: avoid panicking on late worker logs (#7785) (4a89693)
- build: make repo-built from:scratch images readable by dive (#7765) (54b0921)
- deploy: prevent progress printer race during release tracking (#7805) (1b46987)
- docker: prevent race reports during Docker builds (#7777) (6d6af8d)
- helm: prevent concurrent action initialization (#7796) (bad9bfd)
- logboek: prevent concurrent stream races (#7802) (f80e827)
- registry: prevent concurrent export races (#7799) (2bf41ec)
- storage: prevent concurrent final-stage list access (#7787) (9ab8115)
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/3.2.0/linux-amd64/bin/werf" -O "https://tuf.werf.io/targets/signatures/3.2.0/linux-amd64/bin/werf.sig"
curl -sSL https://werf.io/werf.asc | gpg --import
gpg --verify werf.sig werf