Skip to content

Releases: werf/werf

v2.5.0

07 Jun 14:28
Compare
Choose a tag to compare

Changelog

Features

  • build, dockerfile, multiplatform: support automatic platform ARGs (fbca962)

Bug Fixes

  • build, buildah, dockerfile: fix multi-stage does not work properly (02da623)
  • dev: disable signing for service commits (cfcee71)

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

v2.4.1

05 Jun 12:00
d65aa7b
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • deploy: bundle apply not overriding project.werf.io/env annotation (937b452)
  • deploy: panics when some manifest fields are of wrong type (9e9926b)

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

v2.4.0

31 May 12:53
bcce52f
Compare
Choose a tag to compare

Changelog

Features

  • build: new option --container-registry-mirror (bf185f2)

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

v1.2.315

31 May 13:32
86e3456
Compare
Choose a tag to compare

Changelog

Features

  • build: new option --container-registry-mirror /2 (7ca23aa)

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

v1.2.314

31 May 13:02
a6b8164
Compare
Choose a tag to compare

Changelog

Features

  • build: new option --container-registry-mirror (8c9daf2)

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

v2.3.3

30 May 10:16
e5febab
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • build, buildah: multiple registry mirrors broken (0acd5f0)

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

v2.3.2

30 May 10:10
47d08ce
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • build, buildah: prefix registries mirrors with https /2 (0966521)

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

v2.3.1

30 May 09:51
687e500
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • build, buildah: add default registry for mirrors docker.io (a974a1d)
  • build, buildah: prefix registries mirrors with https (6113528)

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

v2.3.0

30 May 07:55
Compare
Choose a tag to compare

Changelog

Features

  • build, buildah: support mirror registries (v1) (4720b46)
  • other: use docker hub if registry address not specified in werf cr (661f357)

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

v1.2.313

30 May 10:15
8df2ff8
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • build, buildah: multiple registry mirrors broken (0add667)

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