diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 4098a4bfdcc..925ced4ff53 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,6 +10,33 @@ Version 0.29 ************** +Version 0.29.1 +============== + +**Release Date:** March 18, 2024 + +**New Features** + +- Include early-access NVIDIA NGC-based images in our environment offerings. These images are + accessible from `pytorch-ngc `__ or + `tensorflow-ngc `__. By downloading and + using these images, users acknowledge and agree to the terms and conditions of all third-party + software licenses contained within, including the `NVIDIA Deep Learning Container License + `__. + Users can build their own images from a specified NGC container version using the + ``build-pytorch-ngc`` or ``build-tensorflow-ngc`` targets in the makefile in our `environments + repository `__. + +**Improvements** + +- Images: Eliminate TensorFlow 2.8 images from our offerings. Default TensorFlow 2.11 images remain + available for TensorFlow users. + +**Bug Fixes** + +- Experiments: Fix an issue where experiments in the ``STOPPING_CANCELED`` state on master restart + would leave unkillable containers running on agents. + Version 0.29.0 ============== diff --git a/docs/release-notes/ngc-images.rst b/docs/release-notes/ngc-images.rst deleted file mode 100644 index d5a12a54e1d..00000000000 --- a/docs/release-notes/ngc-images.rst +++ /dev/null @@ -1,18 +0,0 @@ -:orphan: - -**New Features** - -- Include early-access NVIDIA NGC-based images in our environment offerings. These images are - accessible from `pytorch-ngc `_ or - `tensorflow-ngc `_. By downloading and - using these images, users acknowledge and agree to the terms and conditions of all third-party - software licenses contained within, including the `NVIDIA Deep Learning Container License - `__. - Users can build their own images from a specified NGC container version by using the - ``build-pytorch-ngc`` or ``build-tensorflow-ngc`` workflows located in our environments - ``MakeFile`` in the `environments repository `_. - -**Improvements** - -- Eliminate TensorFlow 2.8 images from our offerings. Default TensorFlow 2.11 images remain - available for TensorFlow users. diff --git a/docs/release-notes/reattach-stopping.rst b/docs/release-notes/reattach-stopping.rst deleted file mode 100644 index 32c4e411903..00000000000 --- a/docs/release-notes/reattach-stopping.rst +++ /dev/null @@ -1,6 +0,0 @@ -:orphan: - -**Bug Fixes** - -- Experiments: Fix an issue where experiments in the ``STOPPING_CANCELED`` state on master restart, - would leave unkillable containers running on agents.