github werf/werf v1.2.301

latest releases: latest-signature, v2.0.3, v2.0.2...
one month ago

Changelog

Features

  • deps: mini bump all modules (8802bd7)

Bug Fixes

  • buildah: "could not find netavark" error (0503170)
  • buildah: "unknown version specified" error (d475c14)
  • buildah: unable to find "pasta" binary (858933f)
  • deps: update all direct dependencies (48641a0)
  • deps: update Helm to v3.14.3 (049f682)
  • e2e converge tests after Nelm migration (216d363)
  • nelm: --status-progress-period=-1 panics (aa152f6)
  • nelm: don't show logs produced before current release (7067534)
  • nelm: Jobs not failing on errors /2 (688b760)
  • nelm: tracking might hang with werf.io/track-termination-mode: "NonBlocking" (c0fda6b)
  • stapel: copying suitable stage from secondary might break reproducibility of subsequent stages (96dddad)
  • stapel: discarding newly built image might break reproducibility of subsequent stages (78d2905)
  • stapel: using suitable stage might break reproducibility of subsequent stages (f0a618c)

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/1.2.301/linux-amd64/bin/werf" -O "https://tuf.werf.io/targets/signatures/1.2.301/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.