Skip to content

Added hotfixes #1444

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/home/changelog/hotfixes-2-18.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ The following is a list of the known and fixed issues for Run:ai V2.18.

| Internal ID | Hotfix # | Description |
| :---- | :---- | :---- |
| 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. |
Expand Down Expand Up @@ -79,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. |
Expand Down
8 changes: 8 additions & 0 deletions docs/home/changelog/hotfixes-2-19.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ The following is a list of the known and fixed issues for Run:ai V2.19.

| Internal ID | Hotfix # | Description |
| :---- | :---- | :---- |
| 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 | 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. |
| 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. |
Expand Down
10 changes: 10 additions & 0 deletions docs/home/changelog/hotfixes-2-20.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ This section provides details on all hotfixes available for version 2.20. Hotfix

| Version | Date | Internal ID | Description |
|--|--|--|--|
| 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-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 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 | 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. |
| 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. |
Expand Down