From 78d320854275bcbca8f2f65549d017b1d977cfb4 Mon Sep 17 00:00:00 2001 From: Zakir Dzhamaliddinov Date: Tue, 27 Aug 2024 05:11:37 +0300 Subject: [PATCH] Add changelog entry for inifinite loop occurrence fix (#228) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2d029e..91126aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ _Please add entries here for your pull requests that have not yet been released. - Fixed issue where `run` command fails when runner workload has ENV but original workload does not. [PR 227](https://github.com/shakacode/control-plane-flow/pull/227) by [Rafael Gomes](https://github.com/rafaelgomesxyz). +- Fixed potential infinite loop that could occur for a command if one of the execution steps fails and gets stuck. [PR 217](https://github.com/shakacode/control-plane-flow/pull/217) by [Zakir Dzhamaliddinov](https://github.com/zzaakiirr). + ## [4.0.0] - 2024-08-21 ### Fixed