Skip to content

v2.18.0

Choose a tag to compare

@flant-team-sysdev flant-team-sysdev released this 14 Jan 16:17
a6bd109

Changelog

Features

  • build: force use the only one sync server (#6512) (6673a31)
  • deploy: kube-run won't require list permissions for pods and secrets (22b20af)

Bug Fixes

  • build, report: add non-final images (cc4424b)
  • deploy: compiling error — unused import (bc97e75)
  • deploy: kube-run should not require any namespace permissions (12e5052)
  • deploy: panics with subcharts (15c1981)
  • helm: pass --debug option to helm (9060d10)
  • test: add giterminism for plain secret value (74f081f)

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