From 28a8b3ac032b81e56dafb2ab2d610c29f952a5b9 Mon Sep 17 00:00:00 2001 From: Sherin Date: Sun, 9 Mar 2025 09:34:53 +0200 Subject: [PATCH 1/4] Added hotfixes --- docs/home/changelog/hotfixes-2-18.md | 2 ++ docs/home/changelog/hotfixes-2-19.md | 4 ++++ docs/home/changelog/hotfixes-2-20.md | 8 ++++++++ 3 files changed, 14 insertions(+) diff --git a/docs/home/changelog/hotfixes-2-18.md b/docs/home/changelog/hotfixes-2-18.md index f8c1c6fbd0..6635ff3a11 100644 --- a/docs/home/changelog/hotfixes-2-18.md +++ b/docs/home/changelog/hotfixes-2-18.md @@ -12,6 +12,8 @@ The following is a list of the known and fixed issues for Run:ai V2.18. | Internal ID | Hotfix # | Description | | :---- | :---- | :---- | +| RUN-26240 | 2.18.95 | CLI v2: Fixed an issue in the install script, where setting the install path environment variable did not install all the files in the correct path. | +| RUN-26249 | 2.18.95 | Fixed an issue where creating a policy with the fields `tty` and `stdin` resulted in a validation error. | | RUN-26304 | 2.18.94 | Fixed an issue where quota numbers was incorrectly displayed in the reclaim message. | | RUN-26248 | 2.18.93 | CLI v2: Fixed an issue where submitting an interactive workload with attach was not possible after the workload started running. | | RUN-25323 | 2.18.92 | Reduced memory consumption to improve stability and increase scaling. | diff --git a/docs/home/changelog/hotfixes-2-19.md b/docs/home/changelog/hotfixes-2-19.md index 7d0251c5ca..8cfc2091dd 100644 --- a/docs/home/changelog/hotfixes-2-19.md +++ b/docs/home/changelog/hotfixes-2-19.md @@ -10,6 +10,10 @@ The following is a list of the known and fixed issues for Run:ai V2.19. | Internal ID | Hotfix # | Description | | :---- | :---- | :---- | +| RUN-26240 | 2.19.73 | CLI v2: Fixed an issue in the install script, where setting the install path environment variable did not install all the files in the correct path. | +| RUN-26272 | 2.19.73 | Allow the connection to the SMTP server to be without credentials. | +| RUN-26355 | 2.19.72 | Collection metric on distributed workload didn't start. | +| RUN-26249 | 2.19.72 | Fixed an issue where creating a policy with the fields `tty` and `stdin` resulted in a validation error. | | RUN-26304 | 2.19.71 | Fixed an issue where quota numbers was incorrectly displayed in the reclaim message. | | RUN-26248 | 2.19.70 | CLI v2: Fixed an issue where submitting an interactive workload with attach was not possible after the workload started running. | | RUN-25323 | 2.19.68 | Fixed an issue in CLI v2 where “stopping the workload” event was missing when workloads reached the project’s running time limit. | diff --git a/docs/home/changelog/hotfixes-2-20.md b/docs/home/changelog/hotfixes-2-20.md index 7584c7c0fe..58121e5068 100644 --- a/docs/home/changelog/hotfixes-2-20.md +++ b/docs/home/changelog/hotfixes-2-20.md @@ -11,6 +11,14 @@ This section provides details on all hotfixes available for version 2.20. Hotfix | Version | Date | Internal ID | Description | |--|--|--|--| +| 2.20.25 | 06/0/2025 | RUN-25984 | Added a validation message to api/v1/me/password. | +| 2.20.25 | 06/03/2025 | RUN-26253 | CLI v2 list project now supports limit and offset flags. | +| 2.20.25 | 06/03/2025 | RUN-26310 | Docker registry credentials/secrets weren't available to use as environment variable. | +| 2.20.25 | 06/03/2025 | RUN-26355 | Collection metric on distributed workload didn't start. | +| 2.20.25 | 06/03/2025 | RUN-26356 | Fixed an issue where Lowest for over quota weight did not appear as 0. | +| 2.20.25 | 06/03/2025 | RUN-26272 | Allow the connection to the SMTP server to be without credentials. | +| 2.20.25 | 06/03/2025 | RUN-26240 | CLI v2: Fixed an issue in the install script, where setting the install path environment variable did not install all the files in the correct path. | +| 2.20.25 | 06/03/2025 | RUN-26249 | Fixed an issue where creating a policy with the fields `tty` and `stdin` resulted in a validation error. | | 2.20.24 | 28/02/2025 | RUN-26304 | Fixed an issue where quota numbers were incorrectly displayed in the reclaim message. | | 2.20.24 | 28/02/2025 | RUN-25984 | Fixed an issue where api/v1/me/password was missing a validation message when changing a password. | | 2.20.23 | 27/02/2025 | RUN-25895 | Fixed an issue where projects that were updated due to changes in their department override fields were not always updated in the cluster. | From d0230d84df32232ea3a65d365d806dbbd0164a44 Mon Sep 17 00:00:00 2001 From: Sherin Date: Mon, 10 Mar 2025 09:29:05 +0200 Subject: [PATCH 2/4] Updated hotfixes --- docs/home/changelog/hotfixes-2-18.md | 4 +++- docs/home/changelog/hotfixes-2-19.md | 4 +++- docs/home/changelog/hotfixes-2-20.md | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/home/changelog/hotfixes-2-18.md b/docs/home/changelog/hotfixes-2-18.md index 6635ff3a11..2f6322cc39 100644 --- a/docs/home/changelog/hotfixes-2-18.md +++ b/docs/home/changelog/hotfixes-2-18.md @@ -12,7 +12,9 @@ The following is a list of the known and fixed issues for Run:ai V2.18. | Internal ID | Hotfix # | Description | | :---- | :---- | :---- | -| RUN-26240 | 2.18.95 | CLI v2: Fixed an issue in the install script, where setting the install path environment variable did not install all the files in the correct path. | +| RUN-25382 | 2.18.96 | Fixed an issue where invalid min/max policy values caused an error in the policy pod. | +| RUN-25987 | 2.18.96 | Updated all workload APIs to accurately reflect that both creating and deleting workloads return a 202 status code in the API documentation. | +| RUN-26240 | 2.18.96 | CLI v2: Fixed an issue in the install script, where setting the install path environment variable did not install all the files in the correct path. | | RUN-26249 | 2.18.95 | Fixed an issue where creating a policy with the fields `tty` and `stdin` resulted in a validation error. | | RUN-26304 | 2.18.94 | Fixed an issue where quota numbers was incorrectly displayed in the reclaim message. | | RUN-26248 | 2.18.93 | CLI v2: Fixed an issue where submitting an interactive workload with attach was not possible after the workload started running. | diff --git a/docs/home/changelog/hotfixes-2-19.md b/docs/home/changelog/hotfixes-2-19.md index 8cfc2091dd..dd9f3a95f2 100644 --- a/docs/home/changelog/hotfixes-2-19.md +++ b/docs/home/changelog/hotfixes-2-19.md @@ -10,7 +10,9 @@ The following is a list of the known and fixed issues for Run:ai V2.19. | Internal ID | Hotfix # | Description | | :---- | :---- | :---- | -| RUN-26240 | 2.19.73 | CLI v2: Fixed an issue in the install script, where setting the install path environment variable did not install all the files in the correct path. | +| RUN-25382 | 2.19.74 | Fixed an issue where invalid min/max policy values caused an error in the policy pod. | +| RUN-25987 | 2.19.74 | Updated all workload APIs to accurately reflect that both creating and deleting workloads return a 202 status code in the API documentation. | +| RUN-26240 | 2.19.74 | CLI v2: Fixed an issue in the install script, where setting the install path environment variable did not install all the files in the correct path. | | RUN-26272 | 2.19.73 | Allow the connection to the SMTP server to be without credentials. | | RUN-26355 | 2.19.72 | Collection metric on distributed workload didn't start. | | RUN-26249 | 2.19.72 | Fixed an issue where creating a policy with the fields `tty` and `stdin` resulted in a validation error. | diff --git a/docs/home/changelog/hotfixes-2-20.md b/docs/home/changelog/hotfixes-2-20.md index 58121e5068..d83a4c5846 100644 --- a/docs/home/changelog/hotfixes-2-20.md +++ b/docs/home/changelog/hotfixes-2-20.md @@ -11,7 +11,9 @@ This section provides details on all hotfixes available for version 2.20. Hotfix | Version | Date | Internal ID | Description | |--|--|--|--| -| 2.20.25 | 06/0/2025 | RUN-25984 | Added a validation message to api/v1/me/password. | +| 2.20.26 | 09/03/2025 | RUN-25987 | Updated all workload APIs to accurately reflect that both creating and deleting workloads return a 202 status code in the API documentation. | +| 2.20.26 | 09/03/2025 | RUN-26240 | CLI v2: Fixed an issue in the install script, where setting the install path environment variable did not install all the files in the correct path. | +| 2.20.25 | 06/03/2025 | RUN-25984 | Added a validation message to api/v1/me/password. | | 2.20.25 | 06/03/2025 | RUN-26253 | CLI v2 list project now supports limit and offset flags. | | 2.20.25 | 06/03/2025 | RUN-26310 | Docker registry credentials/secrets weren't available to use as environment variable. | | 2.20.25 | 06/03/2025 | RUN-26355 | Collection metric on distributed workload didn't start. | From 6571994a6e338fcf7dfaf9f9b85bfaca613edfa4 Mon Sep 17 00:00:00 2001 From: Sherin Date: Mon, 10 Mar 2025 19:24:29 +0200 Subject: [PATCH 3/4] Updated hotfixes --- docs/home/changelog/hotfixes-2-18.md | 4 +++- docs/home/changelog/hotfixes-2-19.md | 4 +++- docs/home/changelog/hotfixes-2-20.md | 9 +++++---- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/home/changelog/hotfixes-2-18.md b/docs/home/changelog/hotfixes-2-18.md index 2f6322cc39..ecb3ae499d 100644 --- a/docs/home/changelog/hotfixes-2-18.md +++ b/docs/home/changelog/hotfixes-2-18.md @@ -15,7 +15,9 @@ The following is a list of the known and fixed issues for Run:ai V2.18. | RUN-25382 | 2.18.96 | Fixed an issue where invalid min/max policy values caused an error in the policy pod. | | RUN-25987 | 2.18.96 | Updated all workload APIs to accurately reflect that both creating and deleting workloads return a 202 status code in the API documentation. | | RUN-26240 | 2.18.96 | CLI v2: Fixed an issue in the install script, where setting the install path environment variable did not install all the files in the correct path. | +| RUN-26479 | 2.18.96 | CLI v2: Fixed an issue where using the wrong workload type in the workload describe command did not display an error. | | RUN-26249 | 2.18.95 | Fixed an issue where creating a policy with the fields `tty` and `stdin` resulted in a validation error. | +| RUN-26308 | 2.18.95 | CLI v2: Fixed several text mismatches in `runai training list --help` and deprecated messages.| | RUN-26304 | 2.18.94 | Fixed an issue where quota numbers was incorrectly displayed in the reclaim message. | | RUN-26248 | 2.18.93 | CLI v2: Fixed an issue where submitting an interactive workload with attach was not possible after the workload started running. | | RUN-25323 | 2.18.92 | Reduced memory consumption to improve stability and increase scaling. | @@ -83,7 +85,7 @@ The following is a list of the known and fixed issues for Run:ai V2.18. | RUN-22457 |2.18.55 | Fixed an issue where in rare edge cases the cluster-sync pod was out of memory. | | RUN-21825 |2.18.55 | Fixed all CVEs in Run:ai's Goofys-based image used for S3 integration. | | RUN-22871 |2.18.55 | Fixed an issue in runai-container-toolkit where in certain cases when a process is preempted, OOMKill metrics were not published correctly. | -| RUN-22250 |2.18.55 | Fixed an issue where workloads trying to use an ingress URL which is already in use were behaving inconsistentyly instead of failing immediately. | +| RUN-22250 |2.18.55 | Fixed an issue where workloads trying to use an ingress URL which is already in use were behaving inconsistently instead of failing immediately. | | RUN-22880 |2.18.55 | Fixed an issue where the minAvailable field for training-operator CRDs did not consider all possible replica specs. | | RUN-22073 |2.18.55 | Fixed an issue where runai-operator failed to parse cluster URLs ending with '/'. | | RUN-22453 |2.18.55 | Fixed an issue where in rare edge cases the workload-overseer pod experienced a crash. | diff --git a/docs/home/changelog/hotfixes-2-19.md b/docs/home/changelog/hotfixes-2-19.md index dd9f3a95f2..13f7edfc8d 100644 --- a/docs/home/changelog/hotfixes-2-19.md +++ b/docs/home/changelog/hotfixes-2-19.md @@ -12,9 +12,11 @@ The following is a list of the known and fixed issues for Run:ai V2.19. | :---- | :---- | :---- | | RUN-25382 | 2.19.74 | Fixed an issue where invalid min/max policy values caused an error in the policy pod. | | RUN-25987 | 2.19.74 | Updated all workload APIs to accurately reflect that both creating and deleting workloads return a 202 status code in the API documentation. | +| RUN-26479 | 2.19.74 | CLI v2: Fixed an issue where using the wrong workload type in the workload describe command did not display an error. | | RUN-26240 | 2.19.74 | CLI v2: Fixed an issue in the install script, where setting the install path environment variable did not install all the files in the correct path. | | RUN-26272 | 2.19.73 | Allow the connection to the SMTP server to be without credentials. | -| RUN-26355 | 2.19.72 | Collection metric on distributed workload didn't start. | +| RUN-26308 | 2.19.73 | CLI v2: Fixed several text mismatches in `runai training list --help` and deprecated messages.| +| RUN-26355 | 2.19.72 | Fixed an issue where collecting metrics on distributed workload did not start properly. | | RUN-26249 | 2.19.72 | Fixed an issue where creating a policy with the fields `tty` and `stdin` resulted in a validation error. | | RUN-26304 | 2.19.71 | Fixed an issue where quota numbers was incorrectly displayed in the reclaim message. | | RUN-26248 | 2.19.70 | CLI v2: Fixed an issue where submitting an interactive workload with attach was not possible after the workload started running. | diff --git a/docs/home/changelog/hotfixes-2-20.md b/docs/home/changelog/hotfixes-2-20.md index d83a4c5846..3136e006c9 100644 --- a/docs/home/changelog/hotfixes-2-20.md +++ b/docs/home/changelog/hotfixes-2-20.md @@ -13,14 +13,15 @@ This section provides details on all hotfixes available for version 2.20. Hotfix |--|--|--|--| | 2.20.26 | 09/03/2025 | RUN-25987 | Updated all workload APIs to accurately reflect that both creating and deleting workloads return a 202 status code in the API documentation. | | 2.20.26 | 09/03/2025 | RUN-26240 | CLI v2: Fixed an issue in the install script, where setting the install path environment variable did not install all the files in the correct path. | -| 2.20.25 | 06/03/2025 | RUN-25984 | Added a validation message to api/v1/me/password. | +| 2.20.26 | 09/03/2025 | RUN-26240 | CLI v2: Fixed an issue in the install script, where setting the install path environment variable did not install all the files in the correct path. | +| 2.20.26 | 09/03/2025 | RUN-26479 | CLI v2: Fixed an issue where using the wrong workload type in the workload describe command did not display an error. | | | 2.20.25 | 06/03/2025 | RUN-26253 | CLI v2 list project now supports limit and offset flags. | -| 2.20.25 | 06/03/2025 | RUN-26310 | Docker registry credentials/secrets weren't available to use as environment variable. | -| 2.20.25 | 06/03/2025 | RUN-26355 | Collection metric on distributed workload didn't start. | +| 2.20.25 | 06/03/2025 | RUN-26310 | Fixed an issue where Docker registry credentials/secrets were not found when adding environment variables. | +| 2.20.25 | 06/03/2025 | RUN-26355 | Fixed an issue where collecting metrics on distributed workload did not start properly. | | 2.20.25 | 06/03/2025 | RUN-26356 | Fixed an issue where Lowest for over quota weight did not appear as 0. | | 2.20.25 | 06/03/2025 | RUN-26272 | Allow the connection to the SMTP server to be without credentials. | -| 2.20.25 | 06/03/2025 | RUN-26240 | CLI v2: Fixed an issue in the install script, where setting the install path environment variable did not install all the files in the correct path. | | 2.20.25 | 06/03/2025 | RUN-26249 | Fixed an issue where creating a policy with the fields `tty` and `stdin` resulted in a validation error. | +| 2.20.25 | 06/03/2025 | RUN-26308 | CLI v2: Fixed several text mismatches in `runai training list --help` and deprecated messages. | | 2.20.24 | 28/02/2025 | RUN-26304 | Fixed an issue where quota numbers were incorrectly displayed in the reclaim message. | | 2.20.24 | 28/02/2025 | RUN-25984 | Fixed an issue where api/v1/me/password was missing a validation message when changing a password. | | 2.20.23 | 27/02/2025 | RUN-25895 | Fixed an issue where projects that were updated due to changes in their department override fields were not always updated in the cluster. | From 08dcde8f77cd1e2ff007ceac95a0fde3c58afee6 Mon Sep 17 00:00:00 2001 From: Sherin Date: Mon, 10 Mar 2025 19:38:27 +0200 Subject: [PATCH 4/4] Fixes --- docs/home/changelog/hotfixes-2-19.md | 2 +- docs/home/changelog/hotfixes-2-20.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/home/changelog/hotfixes-2-19.md b/docs/home/changelog/hotfixes-2-19.md index 13f7edfc8d..fcc41279ca 100644 --- a/docs/home/changelog/hotfixes-2-19.md +++ b/docs/home/changelog/hotfixes-2-19.md @@ -14,7 +14,7 @@ The following is a list of the known and fixed issues for Run:ai V2.19. | RUN-25987 | 2.19.74 | Updated all workload APIs to accurately reflect that both creating and deleting workloads return a 202 status code in the API documentation. | | RUN-26479 | 2.19.74 | CLI v2: Fixed an issue where using the wrong workload type in the workload describe command did not display an error. | | RUN-26240 | 2.19.74 | CLI v2: Fixed an issue in the install script, where setting the install path environment variable did not install all the files in the correct path. | -| RUN-26272 | 2.19.73 | Allow the connection to the SMTP server to be without credentials. | +| RUN-26272 | 2.19.73 | Fixed an issue where connecting to the SMTP server without credentials was not allowed. | | RUN-26308 | 2.19.73 | CLI v2: Fixed several text mismatches in `runai training list --help` and deprecated messages.| | RUN-26355 | 2.19.72 | Fixed an issue where collecting metrics on distributed workload did not start properly. | | RUN-26249 | 2.19.72 | Fixed an issue where creating a policy with the fields `tty` and `stdin` resulted in a validation error. | diff --git a/docs/home/changelog/hotfixes-2-20.md b/docs/home/changelog/hotfixes-2-20.md index 3136e006c9..fdc09b3d20 100644 --- a/docs/home/changelog/hotfixes-2-20.md +++ b/docs/home/changelog/hotfixes-2-20.md @@ -13,13 +13,12 @@ This section provides details on all hotfixes available for version 2.20. Hotfix |--|--|--|--| | 2.20.26 | 09/03/2025 | RUN-25987 | Updated all workload APIs to accurately reflect that both creating and deleting workloads return a 202 status code in the API documentation. | | 2.20.26 | 09/03/2025 | RUN-26240 | CLI v2: Fixed an issue in the install script, where setting the install path environment variable did not install all the files in the correct path. | -| 2.20.26 | 09/03/2025 | RUN-26240 | CLI v2: Fixed an issue in the install script, where setting the install path environment variable did not install all the files in the correct path. | | 2.20.26 | 09/03/2025 | RUN-26479 | CLI v2: Fixed an issue where using the wrong workload type in the workload describe command did not display an error. | | | 2.20.25 | 06/03/2025 | RUN-26253 | CLI v2 list project now supports limit and offset flags. | | 2.20.25 | 06/03/2025 | RUN-26310 | Fixed an issue where Docker registry credentials/secrets were not found when adding environment variables. | -| 2.20.25 | 06/03/2025 | RUN-26355 | Fixed an issue where collecting metrics on distributed workload did not start properly. | +| 2.20.25 | 06/03/2025 | RUN-26355 | Fixed an issue where collecting metrics on distributed workloads did not start properly. | | 2.20.25 | 06/03/2025 | RUN-26356 | Fixed an issue where Lowest for over quota weight did not appear as 0. | -| 2.20.25 | 06/03/2025 | RUN-26272 | Allow the connection to the SMTP server to be without credentials. | +| 2.20.25 | 06/03/2025 | RUN-26272 | Fixed an issue where connecting to the SMTP server without credentials was not allowed. | | 2.20.25 | 06/03/2025 | RUN-26249 | Fixed an issue where creating a policy with the fields `tty` and `stdin` resulted in a validation error. | | 2.20.25 | 06/03/2025 | RUN-26308 | CLI v2: Fixed several text mismatches in `runai training list --help` and deprecated messages. | | 2.20.24 | 28/02/2025 | RUN-26304 | Fixed an issue where quota numbers were incorrectly displayed in the reclaim message. |