Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-14 | 2.7 kB | |
v2.47.0 source code.tar.gz | 2025-08-14 | 8.0 MB | |
v2.47.0 source code.zip | 2025-08-14 | 9.3 MB | |
Totals: 3 Items | 17.3 MB | 2 |
Changelog
Features
- build, stapel: add a possibility to import from external images (import.from) (#7020) (b109e98)
- build, stapel: unify from and fromImage directives (#7028) (9aa5ca0)
- deploy: display logs only from 1 replica by default (configured with annotation
werf.io/show-logs-only-for-number-of-replicas
) (36a29fa) - deploy: greatly decrease Kubernetes apiserver load (e56ceed)
Bug Fixes
- host-cleanup: clean up context archives (b65a557)
- include context.Cause in error handling (#7022) (1ba2129)
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.47.0/linux-amd64/bin/werf" -O "https://tuf.werf.io/targets/signatures/2.47.0/linux-amd64/bin/werf.sig"
curl -sSL https://werf.io/werf.asc | gpg --import
gpg --verify werf.sig werf