Skip to content

Commit 83276fd

Browse files
Merge pull request #1496 from run-ai/Updated-hotfixes-Aug11
Updated hotfixes
1 parent a5d0176 commit 83276fd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/home/changelog/hotfixes-2-19.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ The following is a list of the known and fixed issues for Run:ai V2.19.
99
## Hotfixes
1010

1111
| Internal ID | Hotfix # | Description |
12-
| :---- | :---- | :---- |
12+
| :---- | :---- | :---- |
13+
| RUN-31305 | 2.19.126 | Fixed a security vulnerability in `golang.org/x/oauth2` related to CVE-2025-22868 with severity HIGH. |
1314
| RUN-28377 | 2.19.123 | Fixed an issue where the CLI cache folder was created in a location where the user might not have sufficient permissions, leading to failures. The cache folder is now created in the same directory as the config file. |
1415
| RUN-29092 | 2.19.123 | Fixed an issue where project quota could not be changed due to scheduling rules being set to 0 instead of null. |
1516
| RUN-29113 | 2.19.123 | Fixed a security vulnerability in `DOMPurify` related to CVE-2024-24762 with severity HIGH. |

docs/home/changelog/hotfixes-2-20.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ This section provides details on all hotfixes available for version 2.20. Hotfix
1111

1212
| Version | Date | Internal ID | Description |
1313
|--|--|--|--|
14+
| 2.20.62 | 05/08/2025 | RUN-28394 | Fixed an issue where the "Get Role by ID" API returned an "insufficient permissions" error for system administrator. |
15+
| 2.20.60 | 01/08/2025 | RUN-29092 | Fixed an issue where project quota could not be changed due to scheduling rules being set to 0 instead of null. |
16+
| 2.20.60 | 01/08/2025 | RUN-30746 | Fixed an issue where workloads could not be scheduled if the combined length of the project name and node pool name was excessively long. |
17+
| 2.20.60 | 01/08/2025 | RUN-31039 | Fixed a base image security vulnerability in `libxml2` related to CVE-2025-49796 with severity HIGH. |
18+
| 2.20.60 | 01/08/2025 | RUN-31263 | Fixed an issue where setting defaults for servingPort fields failed and incorrectly required the container port default as well. |
19+
| 2.20.60 | 01/08/2025 | RUN-31265 | Fixed a security vulnerability related to CVE-2025-30749 with severity HIGH. |
20+
| 2.20.60 | 01/08/2025 | RUN-31305 | Fixed a security vulnerability related to CVE-2025-22868 with severity HIGH. |
1421
| 2.20.59 | 14/07/2025 | RUN-28377 | Fixed an issue where the CLI cache folder was created in a location where the user might not have sufficient permissions, leading to failures. The cache folder is now created in the same directory as the config file. |
1522
| 2.20.58 | 14/07/2025 | RUN-28189 | Fixed a security vulnerability in `github.com.golang-jwt.jwt.v5` related to CVE-2025-30204 with severity HIGH. |
1623
| 2.20.57 | 13/07/2025 | RUN-30713 | Fixed an issue where configuring an incorrect Auth URL during CLI installation could lead to connectivity issues. To prevent this, the option to set the Auth URL during installation has been removed. The install script now automatically sets the control plane URL based on the script's source. |

0 commit comments

Comments
 (0)