From c2fe15124daa0bac9f058c386a9e17bbc4eb028f Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Thu, 14 Oct 2021 08:53:40 -0400 Subject: [PATCH] changlog: add entry for #10796 --- .changelog/10796.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changelog/10796.txt diff --git a/.changelog/10796.txt b/.changelog/10796.txt new file mode 100644 index 000000000000..cc19ae28b08b --- /dev/null +++ b/.changelog/10796.txt @@ -0,0 +1,8 @@ +```release-note:breaking-change +device/nvidia: The Nvidia device plugin is no longer packaged with Nomad and is +instead distributed separately. Further, the Nvidia device plugin codebase is +now in a separate [repository](https://github.com/hashicorp/nomad-device-nvidia). +If you are using Nvidia devices, please follow the 1.2.0 upgrade guide as you +will have to install the Nvidia device plugin before conducting an in-place +upgrade to Nomad 1.2.0 +```