Skip to content

Commit

Permalink
hotfix-update-24-11-24
Browse files Browse the repository at this point in the history
  • Loading branch information
yarongol committed Nov 24, 2024
1 parent 7a36a7d commit 84422fe
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
9 changes: 9 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,15 @@ The following is a list of the known and fixed issues for Run:ai V2.18.

| Internal ID | Hotfix # | Description |
| :---- | :---- | :---- |
| RUN-23283 | 2.18.64 | Fixed a permissions issue with the Analytics dashboard post upgrade for SSO Users |
| RUN-23420 | 2.18.63 | Replaced Redis with Keydb |
| RUN-23140 | 2.18.63 | Fixed an issue where distributed workloads were created with the wrong types |
| RUN-23130 | 2.18.63 | Fixed an issue where inference-workload-controller crashed when WorkloadOwnershipProtection was enabled |
| RUN-23334 | 2.18.62 | Updated core Dockerfiles to ubi9 |
| RUN-23296 | 2.18.62 | Fixed an issue in the CLI where runai attach did not work with auto-complete |
| RUN-23215 | 2.18.62 | Fixed an issue where metrics requests from backend to mimir failed for certain tenants. |
| RUN-22138 | 2.18.62 | Fixed an issue where private URL user(s) input was an email and not a string. |
| RUN-23282 | 2.18.61 | CLI documentation fixes |
| RUN-23055 | 2.18.60 | Fixed unified Distributed and Training CLI commands |
| RUN-23243 | 2.18.59 | Fixed an issue where the scope tree wasn't calculating permissions correctly |
| RUN-22463 | 2.18.59 | Fixed an error in CLI bash command |
Expand Down
23 changes: 22 additions & 1 deletion docs/home/changelog/hotfixes-2-19.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ The following is a list of the known and fixed issues for Run:ai V2.19.

| Internal ID | Hotfix # | Description |
| :---- | :---- | :---- |
| RUN-23334 | 2.19.17 | Updated some dockerfiles to the latest ubi9 image for security vulnerabilities. |
| RUN-23083 | 2.19.11 | Fixed an issue where workload actions were blocked in the UI when the cluster had any issues |
| RUN-22771 | 2.19.11 | Fixed an issue where the getClusterById API with metadata verbosity returned zero values |
| RUN-23142 | 2.19.12 | Fixed an issue where advanced GPU metrics per-gpu did not have gpu label |
| RUN-23139 | 2.19.12 | Fixed an issue where inference workload showed wrong status. |
| RUN-23027 | 2.19.12 | Deprecated migProfiles API fields |
Expand All @@ -22,6 +23,26 @@ The following is a list of the known and fixed issues for Run:ai V2.19.
| RUN-22720 | 2.19.12 | Fixed an issue where the cloud operator failed to get projects in node pools UI. |
| RUN-22700 | 2.19.12 | Added auto refresh to the overview dashboard, Pods modal in the Workloads page, and Event history page |
| RUN-22544 | 2.19.12 | Updated Grafana version for security vulnerabilities. |
| RUN-23191 | 2.19.13 | Fixed an issue where creating workloads in the UI returned only the first 50 projects |
| RUN-23243 | 2.19.14 | Fixed an issue where the scope tree wasn't calculating permissions correctly |
| RUN-23198 | 2.19.14 | Fixed an issue where external-workload-integrator sometimes crashed for RayJob |
| RUN-23321 | 2.19.15 | Fixed and issue where the GetProjectById wrapper API of the org-unit client in the runai-common-packages ignored errors |
| RUN-23296 | 2.19.15 | Fixed an issue in the CLI where runai attach did not work with auto-complete |
| RUN-23282 | 2.19.15 | CLI documentation fixes |
| RUN-23245 | 2.19.15 | Fixed an issue where ther binder service didn't update the pod status |
| RUN-22138 | 2.19.15 | Fixed an issue where private URL user(s) input was an email and not a string. |
| RUN-23318 | 2.19.16 | Fixed an issue where some projects held faulty data which caused the getProjectById API to fail |
| RUN-23140 | 2.19.16 | Fixed an issue where distributed workloads were created with the wrong types |
| RUN-22069 | 2.19.16 | Fixed an isuue where JWT parse with claims failed to parse token without Keyfunc. |
| RUN-23334 | 2.19.17 | Updated some dockerfiles to the latest ubi9 image for security vulnerabilities. |
| RUN-23215 | 2.19.18 | Fixed an issue where metrics requests from backend to mimir failed for certain tenants. |
| RUN-23373 | 2.19.19 | Fixed an issue where a new data source couldn't be created from the "New Workload" form. |
| RUN-23368 | 2.19.19 | Fixed an issue where the getProjects v1 API returned a list of users which was not always in the same order. |
| RUN-23333 | 2.19.19 | Fixed an issue where node pool with overProvisioningRatio greater than 1 cannot be created. |
| RUN-23385 | 2.19.20 | Fixed an issue where calls to api/v1/notifications/config/notifications would return 502 |
| RUN-23382 | 2.19.20 | Fixed an issue where all nodepools were deleted on cluster upgrade |
| RUN-23374 | 2.19.20 | Fixed an issue where "ghost" nodepool in project settings prevents workload creation via UI/API |
| RUN-23283 | 2.19.20 | Fixed a permissions issue with the Analytics dashboard post upgrade for SSO Users |

## Version 2.19.0 Fixes

Expand Down

0 comments on commit 84422fe

Please sign in to comment.