Skip to content

v2.0.0

Compare
Choose a tag to compare
@flant-team-sysdev flant-team-sysdev released this 24 Apr 12:07
1258c0e

Changelog

⚠ BREAKING CHANGES

  • new 2.0 release

Features

  • new 2.0 release (16a2ac7)
  • new major v2 release (e15cf3c)
  • v2: "werf render" now uses Nelm (03e05a5)
  • v2: remove --...-implementation flags (82b548f)
  • v2: remove deprecated --report-path and --report-format (4f26904)
  • v2: remove deprecated --skip-build option (14d1c72)
  • v2: remove deprecated --tag/--to-tag/--repo from "werf bundle copy" (1a4bea1)
  • v2: remove deprecated "werf_image" Helm templates function (8721568)
  • v2: switch "werf bundle render" to Nelm (24f3042)

Bug Fixes

  • deploy: incorrect error message when release lock fails (7f60ccc)
  • remove deprecated werf bundle export/download commands (dd9bc09)
  • v2: dont save service annotations in release secret (27d6c4d)
  • v2: enable Nelm by default, remove option to switch back to the old engine (9df5245)
  • v2: remove automigration from helm 2 to helm 3 releases (316caee)
  • v2: replace leftovers of v1.2 with v2 (940fefe)

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