CHANGELOG.md in floe-0.7.1 vs CHANGELOG.md in floe-0.8.0

- old
+ new

@@ -2,12 +2,20 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] -## [0.7.1] - 2024-01-17 +## [0.8.0] - 2024-01-17 +### Added +- Add CLI shorthand options for docker runner ([#147](https://github.com/ManageIQ/floe/pull/147)) +- Run multiple workflows in exe/floe ([#149](https://github.com/ManageIQ/floe/pull/149)) +- Add secure options for passing credentials via command-line ([#151](https://github.com/ManageIQ/floe/pull/151)) +- Add a Docker Runner pull-policy option ([#155](https://github.com/ManageIQ/floe/pull/155)) + ### Fixed +- Fix podman with empty output ([#150](https://github.com/ManageIQ/floe/pull/150)) +- Fix run_container logger saying docker when using podman ([#154](https://github.com/ManageIQ/floe/pull/154)) - Ensure that workflow credentials is not-nil ([#156](https://github.com/ManageIQ/floe/pull/156)) ## [0.7.0] - 2023-12-18 ### Changed - Remove the dependency on more_core_extensions in ReferencePath ([#144](https://github.com/ManageIQ/floe/pull/144)) @@ -116,11 +124,11 @@ ## [0.1.0] - 2023-03-13 ### Added - Initial release -[Unreleased]: https://github.com/ManageIQ/floe/compare/v0.7.1...HEAD -[0.7.1]: https://github.com/ManageIQ/floe/compare/v0.7.0...v0.7.1 +[Unreleased]: https://github.com/ManageIQ/floe/compare/v0.8.0...HEAD +[0.8.0]: https://github.com/ManageIQ/floe/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/ManageIQ/floe/compare/v0.6.1...v0.7.0 [0.6.1]: https://github.com/ManageIQ/floe/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/ManageIQ/floe/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/ManageIQ/floe/compare/v0.4.1...v0.5.0 [0.4.1]: https://github.com/ManageIQ/floe/compare/v0.4.0...v0.4.1