Skip to content

Releases: werf/werf

v1.2.325

06 Aug 12:02
Compare
Choose a tag to compare

Changelog

Features

  • cleanup: change default from unlimited to one image per reference (9ab8474)
  • render: add --stub-tags option to explicitly ignore real tags (c829000)

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

v2.9.3

31 Jul 15:03
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • build, buildah, dockerfile, staged: 'ADD / /app' not working (322de1c)

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

v2.9.2

31 Jul 14:25
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • build, buildah, dockerfile, staged: ensure setting ENTRYPOINT correctly resets base image CMD (8135121)
  • build, buildah, dockerfile, staged: fix handling of CMD and ENTRYPOINT in exec format (6d499ba)

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

v1.2.324

31 Jul 15:02
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • build, buildah, dockerfile, staged: 'ADD / /app' not working (8bf5d52)
  • dev: disable signing for service commits (4d9ba02)

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

v1.2.323

31 Jul 14:25
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • build, buildah, dockerfile, staged: ensure setting ENTRYPOINT correctly resets base image CMD (83fe844)
  • build, buildah, dockerfile, staged: fix handling of CMD and ENTRYPOINT in exec format (02dd60c)

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

v2.9.1

26 Jul 15:54
70ba46d
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • deploy: panic on --synchronization=kubernetes://... (f4a0e39)

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

v2.9.0

22 Jul 15:28
Compare
Choose a tag to compare

Changelog

Features

  • compose: auto-extract used images from Docker Compose file if not specified (a92069c)

Bug Fixes

  • compose: require arbitrary values for service values to run the down command (7936a69)
  • host-cleanup: remove invalid entries from git cache (b53811b)

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

v1.2.322

22 Jul 15:28
Compare
Choose a tag to compare

Changelog

Features

  • compose: auto-extract used images from Docker Compose file if not specified (da7840c)

Bug Fixes

  • compose: require arbitrary values for service values to run the down command (71bdc1c)
  • host-cleanup: remove invalid entries from git cache (b9fbf91)

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

v2.8.0

17 Jul 12:53
1f30048
Compare
Choose a tag to compare

Changelog

Features

  • docker-registry: use werf user agent for requests to container registry API (be83e6b)

Bug Fixes

  • build, stapel: fix panic when unsupported scratch base image used (00c2151)
  • deploy: --kube-config option must have highest priority (6c72eac)

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

v1.2.321

17 Jul 12:53
b2807ba
Compare
Choose a tag to compare

Changelog

Features

  • docker-registry: use werf user agent for requests to container registry API (b3f446f)

Bug Fixes

  • build, stapel: fix panic when unsupported scratch base image used (452ca95)

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