-
Notifications
You must be signed in to change notification settings - Fork 5
Release - Lucia Training Platform v1.5 #149
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
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
2664031
Fix numa parsing in job exporter (#143)
abuccts 2110283
Fix kubespray deployment on bare metal (#144)
abuccts 51dd2f1
fix the circular dependency (#142)
hippogr 534c8b4
fix more circular dependencies in rest server (#145)
hippogr 9173b41
Update the workflow tigger (#146)
zhogu 9a5df0c
add release note for v1.5 (#148)
hippogr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,3 +4,4 @@ jinja2==3.1.4 | |
| pyOpenSSL==24.1.0 | ||
| requests==2.32.3 | ||
| oauthlib==3.3.1 | ||
| cffi==2.0.0 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| --- | ||
| slug: release-ltp-v1.5 | ||
| title: Releasing Lucia Training Platform v1.5 | ||
| author: Lucia Training Platform Team | ||
| tags: [ltp, announcement, release] | ||
| --- | ||
|
|
||
| We are pleased to announce the official release of **Lucia Training Platform v1.5.0**! | ||
|
|
||
| ## Lucia Training Platform v1.5.0 Release Notes | ||
|
|
||
| This release focuses on platform stability improvements, deployment enhancements, hardware compatibility, and security updates. | ||
|
|
||
| ## Platform Features & Stability | ||
| - Added feature to track user's historical jobs in non-existing virtual clusters including the job status and logs | ||
| - Support for assigning custom job names | ||
| - Update the workflow trigger conditions to make the workflow triggered and executed only when a pull request targeting main, dev or release/* branch is closed | ||
|
|
||
| ## Deployment & Hardware Support | ||
| - Fixed kubespray deployment on bare metal when cffi package is installed by package manager | ||
| - Fixed NUMA parsing in job exporter on GB200 hardware | ||
| - Fixed job exporter compatibility issue on ARM nodes | ||
| - Enhanced multi-architecture support across platform components | ||
|
|
||
| ## Security | ||
| - Updated Kubernetes scheduler version to 1.33.1 | ||
| - Updated Go version to 1.24.9 for framework controller, hivedscheduler, and watchdog | ||
| - Updated Node.js packages for alert-handler, job-status-change-notification, rest-server | ||
| - Updated Python packages for cluster local storage, copilot-chat, and dashboard-data-backup | ||
| - Updated RPM packages for database-controller | ||
| - Updated Docker version for webportal-dind | ||
| - Fixed security issues in multiple component dependencies | ||
| - Fixed the module "logger" missing when running DCGM with higher versions | ||
|
|
||
| ## Storage & Infrastructure | ||
| - Mounted SSH key pairs for cluster local storage | ||
| - Enhanced cluster local storage security and stability | ||
| - Fixed Docker pull problem after Docker version update | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.