diff --git a/docs/home/changelog/hotfixes-2-18.md b/docs/home/changelog/hotfixes-2-18.md index ecb3ae499d..19c712445f 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-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. | diff --git a/docs/home/changelog/hotfixes-2-19.md b/docs/home/changelog/hotfixes-2-19.md index fcc41279ca..4b21857cc0 100644 --- a/docs/home/changelog/hotfixes-2-19.md +++ b/docs/home/changelog/hotfixes-2-19.md @@ -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. | diff --git a/docs/home/changelog/hotfixes-2-20.md b/docs/home/changelog/hotfixes-2-20.md index fdc09b3d20..d8cc8c355a 100644 --- a/docs/home/changelog/hotfixes-2-20.md +++ b/docs/home/changelog/hotfixes-2-20.md @@ -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. | |