Skip to content

Latest commit

 

History

History
214 lines (108 loc) · 9.85 KB

CHANGELOG.md

File metadata and controls

214 lines (108 loc) · 9.85 KB

Changelog

1.2.43 (2021-11-25)

Bug Fixes

1.2.42 (2021-11-24)

Bug Fixes

  • host_cleanup: getting true dangling images (22949ca)

1.2.41 (2021-11-18)

Bug Fixes

1.2.40 (2021-11-16)

Bug Fixes

  • bundles: fix werf-bundle-publish command error when --tag contains underscore chars (03e8f88)

1.2.39 (2021-11-09)

Bug Fixes

  • buildah: support --build-arg arguments defined in the werf.yaml (8a2081e)

1.2.38 (2021-11-02)

Features

  • bundles: update helm to 3.7.1, provide compatibility with old published bundles (9dc215c)

1.2.37 (2021-10-29)

Features

  • helm: werf-helm-* commands now fully support --post-renderer param (eb8208e)

1.2.36 (2021-10-21)

Bug Fixes

  • deploy: fix dismiss command fails with "panic: close of closed channel" (b9b064c)

1.2.35 (2021-10-20)

Features

  • buildah: communication with insecure registries (e0502c2)

Bug Fixes

  • cleanup: panic: runtime error: invalid memory address or nil pointer dereference (9024c5c)

1.2.34 (2021-10-19)

Bug Fixes

  • stapel: add patch to update ssl certs in the old stapel image (76fb6c8)
  • stapel: build omnibus packages with /.werf/stapel toolchain (cc86423)

1.2.33 (2021-10-19)

Bug Fixes

  • build: commit object or packfile not found after git GC (b7a6bba)

1.2.32 (2021-10-18)

Bug Fixes

  • custom tags: --use-custom-tag with an image name not work properly (89807af)

1.2.31 (2021-10-18)

Bug Fixes

  • stapel: disable python 2 deprecation warning in ansible builder (00d9834)
  • stapel: rebuild stapel to fix expired certificates (1da0d43)

1.2.30 (2021-10-14)

Bug Fixes

  • deploy: WERF_SET_DOCKER_CONFIG_VALUE not working (b850301)

1.2.29 (2021-10-12)

Bug Fixes

  • deploy: possible fix for hanging werf-dismiss (4ea7915)
  • WERF_SET_DOCKER_CONFIG_VALUE env variable collision with --set param (30177b4)

1.2.28 (2021-10-11)

Features

Alias tags support #3706

  • The option --add-custom-tag=TAG_FORMAT sets tag aliases for the content-based tag of each image (can be used multiple times).
  • The option --use-custom-tag=TAG_FORMAT allows using tag alias in helm templates instead of an image content-based tag (NOT RECOMMENDED).
  • If there is more than one image in the werf config it is necessary to use the image name shortcut %image% or %image_slug% in the tag format (e.g. $WERF_ADD_CUSTOM_TAG_1="%image%-tag1", $WERF_ADD_CUSTOM_TAG_2="%image%-tag2").
  • For cleaning custom tags and associated content-based tag are treated as one:
    • The cleanup command deletes/keeps all tags following the cleaning policies for content-based tags.
    • The cleanup command keeps all when any tag is used in k8s.
  • By default, alias tags are not allowed by giterminism, and it is necessary to use werf-giterminism.yaml to activate options:
    giterminismConfigVersion: 1 
    cli:
      allowCustomTags: true

Bug Fixes

  • final repo options not set for get-autogenerated-values command (ff70054)
  • host-cleanup: "permission denied" errors, do not wipe git-patches on every run (2840427)

1.2.27 (2021-10-11)

Features

  • Completed first step of buildah adoption: allow building of dockerfiles with buildah on any supported by the werf platform (linux, windows and macos).
    • Enable buildah mode with WERF_BUILDAH_CONTAINER_RUNTIME=auto|native-rootless|docker-with-fuse environment variable:
      • native-rootless mode uses local storage and runs only under Linux.
      • docker-with-fuse mode runs buildah inside docker enabling crossplatform buildah support. This mode could be changed later to use podman instead of docker server.

Bug Fixes

1.2.26 (2021-10-08)

Features

  • Completed first step of buildah adoption: allow building of dockerfiles with buildah on any supported by the werf platform (linux, windows and macos).
    • Enable buildah mode with WERF_BUILDAH_CONTAINER_RUNTIME=auto|native-rootless|docker-with-fuse environment variable:
      • native-rootless mode uses local storage and runs only under Linux.
      • docker-with-fuse mode runs buildah inside docker enabling crossplatform buildah support. This mode could be changed later to use podman instead of docker server.

Bug Fixes

1.2.25 (2021-10-07)

Bug Fixes

  • cleanup: fix "should reset storage cache" error during werf-cleanup and werf-purge (dd43b68)

1.2.24 (2021-10-04)

Bug Fixes

  • dev: deletion of untracked files not taken into account (c67a956)
  • dev: submodule changes may not be taken into account (f3b2fab)

1.2.23 (2021-09-23)

Bug Fixes

  • panic in dismiss command, helm regsitry client initialization failure (6a2e159)

1.2.22 (2021-09-23)

Bug Fixes

  • sharing not thread safe go-git tree and storer (1e2755b)

1.2.21 (2021-09-21)

Bug Fixes

  • stapel: changes in directories of import.include/excludePaths not triggered import (f9043c3)

1.2.19 (2021-09-17)

Bug Fixes

  • broken release building script, fix site installation instructions (3dc31f2)
  • dev: fail on retry of a command with a deleted file (d286821)
  • dev: special characters not handled properly (1e72887)
  • force disable CGO for release builds (7a69ca7)
  • separate --insecure-helm-dependencies flag (b2beb3a)