From baaa3bd46155fca31705b49247359c47530896fc Mon Sep 17 00:00:00 2001 From: Bill Boggs Date: Tue, 20 Feb 2024 17:52:35 -0500 Subject: [PATCH] docs: add release notes for 0.28.1 (#8861) --- docs/release-notes.rst | 20 +++++++++++++++++++ docs/release-notes/8803-ship-logs-hanging.rst | 8 -------- docs/release-notes/gcs-429.rst | 6 ------ docs/release-notes/identify-task.rst | 6 ------ 4 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 docs/release-notes/8803-ship-logs-hanging.rst delete mode 100644 docs/release-notes/gcs-429.rst delete mode 100644 docs/release-notes/identify-task.rst diff --git a/docs/release-notes.rst b/docs/release-notes.rst index c92b5802ca2..e87ee29d3a8 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,6 +10,26 @@ Version 0.28 ************** +Version 0.28.1 +============== + +**Release Date:** February 20, 2024 + +**Improvements** + +- The Google Cloud Storage client will now retry following the default policy on + ``TooManyRequests`` rate limit errors. + +**Bug Fixes** + +- Since 0.26.2, it was possible to cause Determined trials and commands to hang after the main + process exited but before the container exited, by starting a non-terminating subprocess from + your training script or command that kept an open ``stdout`` or ``stderr`` file descriptor. Now, + logs from subprocesses of your main process are ignored after your main process has exited. + +- TensorBoard: Fix a bug that would allow users to view TensorBoards even if they did not have + permission to view the corresponding workspaces. + Version 0.28.0 ============== diff --git a/docs/release-notes/8803-ship-logs-hanging.rst b/docs/release-notes/8803-ship-logs-hanging.rst deleted file mode 100644 index 4bcd90c56ad..00000000000 --- a/docs/release-notes/8803-ship-logs-hanging.rst +++ /dev/null @@ -1,8 +0,0 @@ -:orphan: - -**Fixes** - -- Since 0.26.2, it was possible to cause Determined Trials and Commands to hang after the main - process exited but before the container exited, by starting a non-terminating subprocess from - your training script or command that kept an open stdout or stderr file descriptor. Now, logs - from subprocesses of your main process are ignored after your main process has exited. diff --git a/docs/release-notes/gcs-429.rst b/docs/release-notes/gcs-429.rst deleted file mode 100644 index 379d15492ee..00000000000 --- a/docs/release-notes/gcs-429.rst +++ /dev/null @@ -1,6 +0,0 @@ -:orphan: - -**Improvements** - -- GCS Storage client will now retry following the default policy on ``TooManyRequests`` rate limit - errors. diff --git a/docs/release-notes/identify-task.rst b/docs/release-notes/identify-task.rst deleted file mode 100644 index 0b3e934dba0..00000000000 --- a/docs/release-notes/identify-task.rst +++ /dev/null @@ -1,6 +0,0 @@ -:orphan: - -**Bug Fixes** - -- TensorBoard: For TensorBoard task types, fix a bug that would allow users to view TensorBoards, - even if they did not have permission to view the all workspaces it included.