codefresh-io / cli

Codefresh CLI
https://codefresh-io.github.io/cli/
MIT License
76 stars 36 forks source link

Codefresh V0.82.8 breaking variable propagation to child pipelines #802

Open nelsonj4 opened 1 year ago

nelsonj4 commented 1 year ago

Codefresh child pipeline executions using the codefresh-run steps are failing to provide variables to the child pipeline. The bug appears to have been introduced in v0.82.8 release of Codefresh CLI.

By using the IMAGE_TAG argument in the step I was able to pin to the previous release IMAGE_TAG: '0.82.7' I was able to verify that the bug was resolved.

I noticed also the git hygiene on these last release dropped. There's limited descriptions, many WIP commits, and the release notes were unclear.