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.
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.