github werf/werf v1.2.4+fix2
werf v1.2.4+fix2

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

Giterminism config extended

Giterminism config reside in werf-giterminism.yaml.

  • Allow fromLatest and branch:

    giterminismConfigVersion: "1"
    config:
      stapel:
        allowFromLatest: true
        git:
          allowBranch: true
    
  • Allow uncommitted config templates:

    giterminismConfigVersion: "1"
    config:
      allowUncommittedTemplates:
        - /*/**/
        - .werf/template.tmpl
    

Other:

  • Do not work without project git repository.
  • Custom config path (--config) must be in project directory.

Fixes

[cleanup] Fix goroutine stack exceeds limit

One checksum can be associated with many stages, so it is necessary to exclude the stage itself before processing linked imports

Installation

Linux amd64

Darwin amd64

Windows amd64

Don't miss a new werf release

NewReleases is sending notifications on new releases.