Skip to content

Releases: werf/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

v1.2.296

05 Mar 08:45
4ab046f
Compare
Choose a tag to compare

Changelog

Features

  • nelm: activate new deployment engine Nelm by default (be67fc1)

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

v1.2.295

29 Feb 12:04
379a465
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • nelm: deployment tracking hangs; old pods tracked (583017e)
  • ssh: initialize ssh agent before working with git repo (caf1422)

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

v1.2.294

19 Feb 20:48
3deaead
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • deploy: dont strip non-whitespace after --- in manifests (1b4c7f2)

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

v1.2.293

19 Feb 15:31
be3d3db
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • more robust manifest splitting (340c92b)
  • nelm: corrupted revision number in errors messages (e95fb4f)

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

v1.2.292

15 Feb 16:23
a74aeea
Compare
Choose a tag to compare

Changelog

Features

  • add --atomic, --timeout, --skip-dependencies-repo-refresh for "bundle apply" (b29c290)

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

v1.2.291

15 Feb 13:52
37a1f99
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • build: image metadata publication when git history based policy disabled (11850a8)
  • bundle: support for --insecure-registry/--skip-tls-verify-registry options (96123cb)
  • cleanup: git unshallow and sync with remote when git history based policy disabled (d1078a0)
  • cleanup: image metadata cleanup when git history based policy disabled (3a709ea)
  • nelm: cycle error if pre+post hook in release (8c40fdb)

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

v1.2.290

14 Feb 11:25
a5eeeb9
Compare
Choose a tag to compare

Changelog

Features

  • nelm: save plan graph on plan build error (c931364)

Bug Fixes

  • nelm: panic on replicas null (513700e)

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