Download Latest Version v2.65.1 source code.tar.gz (8.1 MB)
Email in envelope

Get an email when there's a new version of werf

Home / v2.65.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-03-30 3.4 kB
v2.65.0 source code.tar.gz 2026-03-30 8.1 MB
v2.65.0 source code.zip 2026-03-30 9.5 MB
Totals: 3 Items   17.6 MB 0

Changelog

Features

  • build-report: support reading .env format build reports (8e1501c)
  • ci-env: add --use-docker-auth-config flag to generate Docker config from DOCKER_AUTH_CONFIG env var (c2701f7)
  • deploy: add structured image values to $.Values.global.werf.images (#7413) (1b93dcc)

Bug Fixes

  • build: fix git owner and group with buildah backend (#7415) (7af23b6)
  • build: use path.Join for container-internal paths in stapel (#7258) (c974594)
  • deploy: goroutine leak in watch error channel consumer for ReleaseInstall, ReleaseUninstall and ReleaseRollback (#7418) (f2d817c)
  • deploy: release had pending status after error instead of failed (#7416) (b523cf2)
  • host-cleanup: handle race condition in tmp files GC when entries disappear between readdir and stat (18ff151)
  • includes: respect --loose-giterminism for --allow-includes-update (#7414) (db75a5a)

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:

:::shell
curl -sSLO "https://tuf.werf.io/targets/releases/2.65.0/linux-amd64/bin/werf" -O "https://tuf.werf.io/targets/signatures/2.65.0/linux-amd64/bin/werf.sig"
curl -sSL https://werf.io/werf.asc | gpg --import
gpg --verify werf.sig werf
Source: README.md, updated 2026-03-30