diff --git a/CHANGELOG.md b/CHANGELOG.md index 99a4a1eb..6fc02e65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,19 @@ # Changelog +## [v3.0.0-beta7] -29 Mar 2022 +### Bugs +* Fixed the issue with adding extra-host while creating containers. +* Added a retry mechanism for fetching device ip address on creating containers. + +## [v3.0.0-beta6] -22 Feb 2022 +* Fixed the issue with updating yum package repository + ## [v3.0.0-beta5] -17 Feb 2022 ### Features * Removed iofog-agent support for specific distros and Added support for any/any package which handles different distros. ### Bugs * Fixed issue where microservice container was not spinning again if docker container was killed. +* Fixed the copyright to 2022 ## [v3.0.0-beta4] -16 Dec 2021 ### Features @@ -133,6 +142,7 @@ * Fixed the issue with microservice status [Unreleased]: https://github.com/eclipse-iofog/agent/compare/v3.0.0-beta3..HEAD +[v3.0.0-beta7]: https://github.com/eclipse-iofog/agent/compare/v3.0.0-beta6..v3.0.0-beta7 [v3.0.0-beta6]: https://github.com/eclipse-iofog/agent/compare/v3.0.0-beta5..v3.0.0-beta6 [v3.0.0-beta5]: https://github.com/eclipse-iofog/agent/compare/v3.0.0-beta4..v3.0.0-beta5 [v3.0.0-beta4]: https://github.com/eclipse-iofog/agent/compare/v3.0.0-beta3..v3.0.0-beta4