Skip to content

v2.72.0 [alpha,beta]

Pre-release
Pre-release

Choose a tag to compare

@flant-team-sysdev flant-team-sysdev released this 15 Jun 09:11
· 4 commits to main since this release
3d9ff97

Changelog

Features

  • cleanup: delete rejected stages and linked custom tags during cleanup/purge (#7576) (b1b0980)

Bug Fixes

  • build, buildah: fix multiarch build failing with "image not known" for cross-platform images (#7573) (8cd109f)

Installation

To install werf we strongly recommend following these instructions.

Alternatively, you can download werf binaries from here:

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.72.0/linux-amd64/bin/werf" -O "https://tuf.werf.io/targets/signatures/2.72.0/linux-amd64/bin/werf.sig"
curl -sSL https://werf.io/werf.asc | gpg --import
gpg --verify werf.sig werf