From f3fdcdf2d5c261b58fd54bc99ff19bc8aecb454c Mon Sep 17 00:00:00 2001 From: Mesosphere CI Robot Date: Mon, 20 May 2024 23:59:16 +0200 Subject: [PATCH] chore(main): release 2.10.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e93fb8807..d4997f159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [2.10.0](https://github.com/mesosphere/konvoy-image-builder/compare/v2.9.6...v2.10.0) (2024-05-20) + + +### Features + +* bumps nvidia driver to new LTSB ([#1073](https://github.com/mesosphere/konvoy-image-builder/issues/1073)) ([0347b82](https://github.com/mesosphere/konvoy-image-builder/commit/0347b82c52a4afc78631989c1f6f643b3760c28e)) +* update Kubernetes to v1.29.4 ([#1067](https://github.com/mesosphere/konvoy-image-builder/issues/1067)) ([20706b8](https://github.com/mesosphere/konvoy-image-builder/commit/20706b8c045c0446c1c750696d4398cc0eec6a9f)) + + +### Bug Fixes + +* add missing .aws/config file mount ([#1064](https://github.com/mesosphere/konvoy-image-builder/issues/1064)) ([efd89da](https://github.com/mesosphere/konvoy-image-builder/commit/efd89dacfc8cc1577993944ea7841ee0f7d4e980)) +* adds an ubuntu release for kommander tests ([#1047](https://github.com/mesosphere/konvoy-image-builder/issues/1047)) ([09499d2](https://github.com/mesosphere/konvoy-image-builder/commit/09499d2dbff96a1b9387a10d2a7b21f85f602bfe)) +* attempts to fix the bump again ([#1048](https://github.com/mesosphere/konvoy-image-builder/issues/1048)) ([8d9fbe4](https://github.com/mesosphere/konvoy-image-builder/commit/8d9fbe42c838cc0f1a51df8435a3f696294df9bf)) +* clean yum cache after adding repos ([#1081](https://github.com/mesosphere/konvoy-image-builder/issues/1081)) ([ce71dd6](https://github.com/mesosphere/konvoy-image-builder/commit/ce71dd6d3ce39af8ebcc56e8720b0809e38e6dab)) +* linter workflow due to golangci-lint in CI ([#1075](https://github.com/mesosphere/konvoy-image-builder/issues/1075)) ([6318740](https://github.com/mesosphere/konvoy-image-builder/commit/6318740866d0f3a60126f79bb8ffd3d380e07737)) +* linter workflow due to golangci-lint in CI ([#1075](https://github.com/mesosphere/konvoy-image-builder/issues/1075)) ([#1086](https://github.com/mesosphere/konvoy-image-builder/issues/1086)) ([abdbb77](https://github.com/mesosphere/konvoy-image-builder/commit/abdbb77ca500506090591d6383441f086607fe5b)) +* remove old nvidia drivers ([#1074](https://github.com/mesosphere/konvoy-image-builder/issues/1074)) ([8bc4b94](https://github.com/mesosphere/konvoy-image-builder/commit/8bc4b94869dd49f41b082b6b2a9d1c003eaddb17)) + ## [2.9.6](https://github.com/mesosphere/konvoy-image-builder/compare/v2.9.5...v2.9.6) (2024-03-12)