github werf/werf v2.54.0
v2.54.0 [alpha]

pre-release2 hours ago

Changelog

Features

  • config: ability to save the render along a custom path (#7176) (7c624ec)
  • config: add toYaml func to config parser (1ae722e)

Bug Fixes

  • build, docker: fix docker commands do not stop on context cancellation (#7232) (3737404)
  • build, stapel, import: correct rsync glob handling for imports and checksums (6007704)
  • build, stapel, import: warn if import config does nothing (#7225) (2756b18)
  • build: use blocking execution for parallel (#7231) (42def11)
  • cleanup: warn when cleanup metadata push hits immutable repo (87c2705)
  • host-cleanup: use different keeping strategies for different kind of tmp data (#7219) (4ca0b9e)
  • includes: clarify usage of relative and absolute includesLockPath (8535d8e)
  • includes: prevent double projectDir in includes path resolution (af64a6d)
  • includes: respect projectDir in lock file creation (61ae7e7)

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

Don't miss a new werf release

NewReleases is sending notifications on new releases.