Skip to content

Releases: werf/werf

v1.2.306

09 Apr 13:08
6fc7550
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • nelm: multiple delete policies ignored (8778984)
  • nelm: release namespace and hook never deleted (except recreation) (10ae8b5)

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

v1.2.305

05 Apr 16:50
3e84580
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • nelm: --save-deploy-report not saving report on skipped release /2 (83190c2)

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

v1.2.304

05 Apr 16:31
088cdf8
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • doc: remove references to werf.yaml and .helm from commands that ignore project configs (9ce7b84)
  • nelm: --save-deploy-report not saving report on skipped release (a03ed79)

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

v1.2.303

05 Apr 08:30
f2f6117
Compare
Choose a tag to compare

Changelog

Features

  • deps: update Nelm (0c8f786)
  • nelm: deploy bundles using new deployment engine (a87ad6e)
  • nelm: skip removal of resources with missing/incorrect release annotations and labels (dc81fc3)

Bug Fixes

  • nelm: "werf converge" panics on first release (4272ea6)
  • nelm: allow empty helm.sh/hook-delete-policy and werf.io/delete-policy (187fc7e)
  • nelm: don't skip release if all resources up-to-date but the release itself changed (e208e9c)
  • nelm: missing expected annotations values in adoption errors (5fc5817)

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

v1.2.302

01 Apr 07:48
475be4a
Compare
Choose a tag to compare

Changelog

Features

  • nelm: change propagation policy on DELETE from Auto to Foreground (d7906f0)

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

v1.2.301

29 Mar 12:27
a5b888f
Compare
Choose a tag to compare

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

v1.2.300

21 Mar 17:53
4974c5f
Compare
Choose a tag to compare

Changelog

Features

  • make werf root command embeddable (2e1c9d3)

Bug Fixes

  • nelm: Jobs not failing on errors /2 (96793f0)

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

v1.2.299

21 Mar 13:10
0b27a76
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • nelm: Jobs not failing on errors (ca069a2)

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

v1.2.298

20 Mar 11:42
5deafd7
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • nelm: WERF_DIR ignored for chart path (5acfaa3)

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

v1.2.297

19 Mar 15:58
070003e
Compare
Choose a tag to compare

Changelog

Features

  • nelm: improve log coloring (cc5c397)
  • nelm: remove excessive operations summary (8a295df)
  • nelm: show NOTES.txt on release (3c64bd9)
  • nelm: show release name/namespace on converge/plan start (eb85b19)

Bug Fixes

  • nelm: panic with werf.io/replicas-on-creation (49043e3)
  • nelm: removing child chart values with null (9fcc639)

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