werf

A solution for implementing efficient and consistent software delivery to Kubernetes facilitating best practices.

APACHE-2.0 License

Stars
4.2K
Committers
64

Bot releases are visible (Hide)

werf - v1.2.282

Published by flant-team-sysdev 9 months ago

Changelog

Bug Fixes

  • cleanup: panic: runtime error: invalid memory address or nil pointer dereference (#5937) (33465ab)

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

Published by flant-team-sysdev 9 months ago

Changelog

Features

  • nelm: --exit-code flag for werf plan (a9dcf1b)

Bug Fixes

  • update helm, nelm modules (90d07de)

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

Published by flant-team-sysdev 9 months ago

Changelog

Bug Fixes

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

Published by flant-team-sysdev 9 months ago

Changelog

Bug Fixes

  • update all go modules (6cd8ff5)
  • update more modules, get rid of minio (09a77d2)

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

Published by flant-team-sysdev 9 months ago

Changelog

Bug Fixes

  • deps: update go-git (ff00de8)
  • deps: update helm-plugin-utils (608941e)

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

Published by flant-team-sysdev 10 months ago

Changelog

Bug Fixes

  • add WERF_NELM var (same as WERF_EXPERIMENTAL_DEPLOY_ENGINE) (455d293)
  • Nelm moved to separate repo (be662c3)

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

Published by flant-team-sysdev 10 months ago

Changelog

Bug Fixes

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

Published by flant-team-sysdev 10 months ago

Changelog

Bug Fixes

  • build: files from git with spaces in path not removed on install/beforeSetup/setup patch-stages (6c052db)

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

Published by flant-team-sysdev 10 months ago

Changelog

Bug Fixes

  • buildah: fix digest change on rebuild of install/beforeSetup/setup stage when using multiple git-mappings in the same image (52db306)

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

Published by flant-team-sysdev 10 months ago

Changelog

Bug Fixes

  • exp-engine: "no matches for kind" when deploying CR for CRD from crds/ (5c68186)

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

Published by flant-team-sysdev 10 months ago

Changelog

Features

  • improve generic resource tracking (c366a72)

Bug Fixes

  • staged-dockerfile: explanatory error message when building unsupported Dockerfile conf (a884912)

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

Published by flant-team-sysdev 10 months ago

Changelog

Bug Fixes

  • secrets: empty secrets values yaml file results in werf error (7fe6b2b)

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

Published by flant-team-sysdev 11 months ago

Changelog

Features

  • container: implement generic Retry-After header handling (#5867) (b2a6022)

Bug Fixes

  • secrets: fix double decryption error when decrypting a yaml with multiple references to the same anchor (a7df8cc)

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

Published by flant-team-sysdev 12 months ago

Changelog

Bug Fixes

  • werf-in-image: unable to update tuf meta (#5846) (fd41be1)

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

Published by flant-team-sysdev 12 months ago

Changelog

Features

  • logs: pre-collapse GitLab log section (#5842) (2b68426)
  • logs: add --log-time and --log-time-format options (#5844) (d83bd20)

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

Published by flant-team-sysdev about 1 year ago

Changelog

Bug Fixes

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

Published by flant-team-sysdev about 1 year ago

Changelog

Bug Fixes

  • werf-in-image: detected dubious ownership in git repository (#5827) (2ae94b4)

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

Published by flant-team-sysdev about 1 year ago

Changelog

Features

  • option to disable registry login in "werf ci-env" (170d068)

Bug Fixes

  • forbid "werf run" in Buildah mode (09fb5bd)

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

Published by flant-team-sysdev about 1 year ago

Changelog

Features

  • add more tools to werf images; update werf images (9ca24e7)
  • configurable giterminism config path (b852a34)

Bug Fixes

  • "bundle copy --from" fails after "ci-env" (6c8ed39)
  • build: initialize ondemandKubeInitializer for custom sync server in Kubernetes (e08a901)
  • tone down --loose-giterminism warning (938a9ab)

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

Published by flant-team-sysdev about 1 year ago

Changelog

Bug Fixes

  • exp-engine: panic connecting internal dependencies (b881bed)

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