diff --git a/changelog/bugfixes/2025-03-07-coreos-modules-cross-compilation.md b/changelog/bugfixes/2025-03-07-coreos-modules-cross-compilation.md new file mode 100644 index 0000000000..f9e46f714a --- /dev/null +++ b/changelog/bugfixes/2025-03-07-coreos-modules-cross-compilation.md @@ -0,0 +1 @@ +- The kernel module build directory now contains native binaries in arm64 images instead of the previous amd64 binaries ([scripts#2694](https://github.com/flatcar/scripts/pull/2694)) \ No newline at end of file diff --git a/changelog/bugfixes/2025-03-07-nvidia-driver-type.md b/changelog/bugfixes/2025-03-07-nvidia-driver-type.md new file mode 100644 index 0000000000..e717994468 --- /dev/null +++ b/changelog/bugfixes/2025-03-07-nvidia-driver-type.md @@ -0,0 +1 @@ +- Nvidia driver installer service now supports the 570 driver branch by forcing the use of the proprietary kernel module. The 570 branch defaults to the kernel-open driver which requires loading firmware, which is not yet supported on Flatcar. ([scripts#2694](https://github.com/flatcar/scripts/pull/2694)) \ No newline at end of file diff --git a/changelog/changes/2025-03-07-nvidia-arm64-support.md b/changelog/changes/2025-03-07-nvidia-arm64-support.md new file mode 100644 index 0000000000..65957180eb --- /dev/null +++ b/changelog/changes/2025-03-07-nvidia-arm64-support.md @@ -0,0 +1 @@ +- Added support for ARM64 architecture in the NVIDIA driver installer service ([scripts#2694](https://github.com/flatcar/scripts/pull/2694)) \ No newline at end of file diff --git a/changelog/updates/2025-03-07-nvidia.md b/changelog/updates/2025-03-07-nvidia.md new file mode 100644 index 0000000000..9c89b70c6c --- /dev/null +++ b/changelog/updates/2025-03-07-nvidia.md @@ -0,0 +1,2 @@ +- AMD64: nvidia-drivers ([535.230.02](https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-535-230-02/index.html)) +- ARM64: nvidia-drivers ([570.86.15](https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-86-15/index.html))