Changelog
Features
- deploy: add --skip-dependencies-repo-refresh, --show-only, --disable-default-values to
bundle render
(dae5be5)
Bug Fixes
- build: fix incorrect base image when user removes werf labels (b2475b6)
- build: fix no such image error (e9a1d71)
- build: fix secret config validation not working (#6598) (e9269c0)
- build: fix ssh auth sock validation (#6599) (3d7d21c)
- deploy: subchart secret values not disabled via --disable-default-secret-values in
bundle apply
(2821eed) - deploy: subcharts rendered incorrectly (05e41e4)
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:
curl -sSLO "https://tuf.werf.io/targets/releases/2.25.0/linux-amd64/bin/werf" -O "https://tuf.werf.io/targets/signatures/2.25.0/linux-amd64/bin/werf.sig"
curl -sSL https://werf.io/werf.asc | gpg --import
gpg --verify werf.sig werf