Skip to content

Updated hotfixes #1454

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
Apr 1, 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
2 changes: 2 additions & 0 deletions docs/home/changelog/hotfixes-2-18.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-26800 | 2.18.99 | Fixed an issue where the `runai list nodes` command in CLI v1 did not display the correct number of free GPUs when using GPU memory. |
| RUN-26324 | 2.18.99 | Fixed an issue in the documentation where the toleration name was incorrectly marked as mandatory. Also fixed an issue in CLI v2 where the required fields were incorrect: name is no longer mandatory, and key is now required. |
| 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. |
Expand Down
7 changes: 7 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,13 @@ The following is a list of the known and fixed issues for Run:ai V2.19.

| Internal ID | Hotfix # | Description |
| :---- | :---- | :---- |
| RUN-26324 | 2.19.84 | Fixed an issue in the documentation where the toleration name was incorrectly marked as mandatory. Also fixed an issue in CLI v2 where the required fields were incorrect: name is no longer mandatory, and key is now required. |
| RUN-26800 | 2.19.84 | Fixed an issue where the `runai list nodes` command in CLI v1 did not display the correct number of free GPUs when using GPU memory. |
| RUN-26955 | 2.19.84 | Fixed an issue where duplicate results appeared in some cases for node metrics. |
| RUN-26691 | 2.19.76 | Fixed a security vulnerability in axios related to CVE-2025-27152 with severity HIGH. |
| RUN-26764 | 2.19.76 | Fixed an issue where in some cases, a node pool was stuck in "Creating" phase. |
| RUN-26688 | 2.19.76 | Fixed an issue where node pools could get stuck in Updating state. |
| RUN-26684 | 2.19.76 | Fixed an issue where default node pools were deleted. |
| 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. |
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.33 | 31/03/2025 | RUN-26955 | Fixed an issue where duplicate results appeared in some cases for node metrics. |
| 2.20.32 | 26/03/2025 | RUN-25985 | Fixed a bug that caused the deletion of a workload in the UI to fail when ownership protection was enabled and the workload was originally created via the CLI. |
| 2.20.32 | 26/03/2025 | RUN-26641 | Fixed an issue where CLI usage could be blocked even when the CLI version and control plane version were aligned. |
| 2.20.31 | 25/03/2025 | RUN-26324 | Fixed an issue in the documentation where the toleration name was incorrectly marked as mandatory. Also fixed an issue in CLI v2 where the required fields were incorrect: name is no longer mandatory, and key is now required. |
| 2.20.29 | 20/03/2025 | RUN-26062 | Fixed an issue where a new API, intended for clusters running version 2.18 and above, was not disabled for older clusters, causing unintended workload operations — such as creation, deletion, resumption, or stoppage — after upgrading from versions below 2.18 to 2.18 or higher. |
| 2.20.29 | 20/03/2025 | RUN-26691 | Fixed a security vulnerability in axios related to CVE-2025-27152 with severity HIGH. |
| 2.20.29 | 20/03/2025 | RUN-26772 | Fixed an issue where a GET request for a non-existent workload returned an unexpected response format. |
| 2.20.28 | 17/03/2025 | RUN-26630 | Fixed an issue that prevented updating tenant-scoped data sources. |
| 2.20.28 | 17/03/2025 | RUN-26688 | Fixed an issue where node pools could get stuck in Updating state. |
| 2.20.28 | 17/03/2025 | RUN-26684 | Fixed an issue where default node pools were deleted. |
| 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. | |
Expand Down