CHANGELOG.md in cpl-2.2.0 vs CHANGELOG.md in cpl-2.2.1

- old
+ new

@@ -14,10 +14,17 @@ _Please add entries here for your pull requests that have not yet been released._ ### Fixed +- Fixed issue where latest image may be incorrect. [PR 201](https://github.com/shakacode/control-plane-flow/pull/201) by [Rafael Gomes](https://github.com/rafaelgomesxyz). +- Fixed issue where `build-image` command hangs forever waiting for image to be available. [PR 201](https://github.com/shakacode/control-plane-flow/pull/201) by [Rafael Gomes](https://github.com/rafaelgomesxyz). + +## [2.2.0] - 2024-06-07 + +### Fixed + - Fixed issue where `ps:wait` command hangs forever if workloads are suspended. [PR 198](https://github.com/shakacode/control-plane-flow/pull/198) by [Rafael Gomes](https://github.com/rafaelgomesxyz). ### Added - Added a timeout for `run` jobs (6 hours by default, but configurable through `runner_job_timeout` in `controlplane.yml`). [PR 194](https://github.com/shakacode/control-plane-flow/pull/194) by [Rafael Gomes](https://github.com/rafaelgomesxyz). @@ -228,10 +235,11 @@ ## [1.0.0] - 2023-05-29 - Initial release -[Unreleased]: https://github.com/shakacode/control-plane-flow/compare/v2.1.0...HEAD +[Unreleased]: https://github.com/shakacode/control-plane-flow/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/shakacode/control-plane-flow/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/shakacode/control-plane-flow/compare/v2.0.2...v2.1.0 [2.0.2]: https://github.com/shakacode/control-plane-flow/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/shakacode/control-plane-flow/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/shakacode/control-plane-flow/compare/v1.4.0...v2.0.0 [1.4.0]: https://github.com/shakacode/control-plane-flow/compare/v1.3.0...v1.4.0