github werf/werf v1.2.4+fix10
werf v1.2.4+fix10

latest releases: latest-signature, v1.1.35, v1.2.308...
3 years ago

Giterminism

werf-giterminism.yaml giterminsimConfigVersion could be number 1 or string "1".

Helm update

Update helm to v3.5.0.

Guides has been translated to English

https://werf.io/guides/

Fixes

Fix WERF_SET_* arguments are not active when --set has been specified issue. Add ability to specify WERF_SET_* order of processing by sorting environment variables alphanumerically by the name.

#3128
#3137

Complete list of refactored list arguments:

  • --set + WERF_SET_*;
  • --set-string + WERF_SET_STRING_*;
  • --set-file + WERF_SET_FILE_*;
  • --add-label + WERF_ADD_LABEL_*;
  • --add-annotation + WERF_ADD_ANNOTATION_*;
  • --ssh-key + WERF_SSH_KEY_*;
  • --secondary-repo + WERF_SECONDARY_REPO_*;

Process params as follows:

  1. Sort WERF__* environment variables alphanumerically.
  2. Merge all params passed by environment variables with CLI-params (CLI-params have more priority).

DEPRECATION WARNINGS

  • werf_image will be removed in the v1.3;
  • --loose-giterminism will be removed in the v1.2.

Installation

Linux amd64

Darwin amd64

Windows amd64

Don't miss a new werf release

NewReleases is sending notifications on new releases.