RELEASED: Public: July 29, 2025
Resolved issues
- Pipeline builds with numerous
echo
steps not saved in a timely manner during shutdown (BEE-59424) -
If a Pipeline build runs many
echo
steps in close succession (which is not recommended for performance reasons) rather than encapsulating them in onesh
step, the process of saving its state during controller shutdown could drag on for a long time, potentially exceeding for example a Kubernetes termination grace period, leading to corrupted metadata and problems resuming the build, including adoption by another replica in an HA controller.