| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-01 | 3.0 kB | |
| v3.3.0 source code.tar.gz | 2026-09-01 | 8.0 MB | |
| v3.3.0 source code.zip | 2026-09-01 | 9.3 MB | |
| Totals: 3 Items | 17.3 MB | 0 | |
Changelog
Features
- deploy,secrets: write authenticated secret values (#7818) (b48d43d)
- deploy: add renderPatches support (#7815) (d9e614f)
Bug Fixes
- build, buildah: stop imports failing on symlinked paths like /bin (#7763) (f38a885)
- build, stapel: stop panicking when the base image is gone at commit (#7819) (17f71c5)
- build: ignore a cache repo pointing at the primary repo (#7820) (d02c20c)
- docs: update shell pattern matching url (#7813) (81cf51d)
- host-cleanup: report the real retention of pruned dangling images (#7822) (958f84c)
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.3.0/linux-amd64/bin/werf" -O "https://tuf.werf.io/targets/signatures/3.3.0/linux-amd64/bin/werf.sig"
curl -sSL https://werf.io/werf.asc | gpg --import
gpg --verify werf.sig werf