codefresh-io/cli

Codefresh V0.82.8 breaking variable propagation to child pipelines

Opened this issue · 0 comments

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.