diff --git a/CHANGELOG.md b/CHANGELOG.md index 2468ca58c..f199d80f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.21.0](https://github.com/mesosphere/konvoy-image-builder/compare/v2.20.0...v2.21.0) (2025-01-13) + + +### Features + +* Azure add support for ubuntu-22.04 ([#1247](https://github.com/mesosphere/konvoy-image-builder/issues/1247)) ([6c91b2b](https://github.com/mesosphere/konvoy-image-builder/commit/6c91b2b49df731e317518e8aa5223d7b58a43a8a)) +* remove rhel 8.6 support ([#1253](https://github.com/mesosphere/konvoy-image-builder/issues/1253)) ([3a6e83a](https://github.com/mesosphere/konvoy-image-builder/commit/3a6e83ac9fa0dfe5be788c23ce7822907ce59bdb)) +* removes cloud-init pins ([#1251](https://github.com/mesosphere/konvoy-image-builder/issues/1251)) ([edbd2f7](https://github.com/mesosphere/konvoy-image-builder/commit/edbd2f7fd0e7cc9dfb4f3174d7f90af8e57a7833)) +* Support creating ubuntu 22.04 AMI for AWS ([#1244](https://github.com/mesosphere/konvoy-image-builder/issues/1244)) ([105d58e](https://github.com/mesosphere/konvoy-image-builder/commit/105d58e083bb2723846b34fca2c5c9b4756617b9)) + + +### Bug Fixes + +* drop ubuntu 18.04 ([#1248](https://github.com/mesosphere/konvoy-image-builder/issues/1248)) ([35a7a87](https://github.com/mesosphere/konvoy-image-builder/commit/35a7a87d207860ad10f38375314d70e767f2158e)) + ## [2.20.0](https://github.com/mesosphere/konvoy-image-builder/compare/v2.19.0...v2.20.0) (2024-12-26)