-
Notifications
You must be signed in to change notification settings - Fork 1
Release - Lucia Training Platform v1.3 #93
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
base: dev
Are you sure you want to change the base?
Conversation
Co-authored-by: Rui Gao <[email protected]>
* add cicd yaml * add deploy all and skip alert-manager * update * fix * update * update * update * fix * update * update * test * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * remove deploy all
* update: copilot readme for clarity * cleanup: unnecessary data * fix typo: prompt to summarize ltp_human_intervention questions * remove: unused knowledge from prompt * fix: typo * Update src/copilot-chat/src/copilot_agent/prompts/ltp/gen_result_summary_rejection.txt Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
Fix GPU and default Ethernet interface detection in job exporter.
This PR adds version checking and conditional updating for blobfuse2 in the VMSS installation script. The change ensures that blobfuse2 is upgraded to at least version 1.5.0 if an older version is already installed. Key changes: Added version detection for the installed blobfuse2 package Implemented conditional upgrade logic based on minimum version requirement
* improve seperate embedding model url setting env from llm endpoint, for flexible configuration when using sglang interface add default value for COPILOT_EMBEDDING_URL
Update /etc/hosts for dns records in cluster configuration.
…-email (#91) **Description** Add alert logging webhook to replace logging with admin-email implementation to prevent the alert parser fail to capture alerts due to email feature not enable. **Major Change** - Added new /alert-handler/log-alerts webhook endpoint with dedicated controller - Updated alert parsing regex pattern to match new log format - Configured logging webhook for all alert receivers in AlertManager
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Merges bug fixes from v1.3 to dev branch, including environment variable fixes, URL configuration updates, GPU detection improvements, documentation cleanup, and alert logging enhancements.
- Fixed critical environment configuration issues including missing
CLUSTER_ID
andREST_SERVER_URI
- Updated GPU detection to use kernel modules instead of PCI bus for more reliable hardware identification
- Added comprehensive alert logging webhooks and cleaned up unused documentation files
Reviewed Changes
Copilot reviewed 30 out of 30 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
src/model-proxy/src/proxy/proxy.go | Added logging for request tracking and healthz monitoring |
src/model-proxy/src/proxy/model_server.go | Fixed REST server URL configuration to use environment variable |
src/model-proxy/deploy/model-proxy.yaml.template | Added REST_SERVER_URI environment variable configuration |
src/job-exporter/src/Moneo/src/worker/exporters/node_exporter.py | Improved network interface detection and GPU hardware detection |
src/job-exporter/build/moneo-gpu-exporter_entrypoint.sh | Updated GPU detection to use kernel modules |
src/copilot-chat/src/copilot_agent/utils/llmsession.py | Added separate embedding URL configuration |
src/copilot-chat/src/copilot_agent/prompts/ltp/* | Removed unused documentation file and fixed spelling errors |
src/copilot-chat/deploy/copilot-chat-deployment.yaml.template | Added missing CLUSTER_ID environment variable |
src/alert-manager/* | Added comprehensive alert logging functionality |
contrib/aks/scripts/install-fuse.sh | Added blobfuse2 version check and upgrade logic |
build/pai_build.py | Added command-line docker registry configuration options |
.github/workflows/build-deploy-changes.yaml | Added CI/CD workflow for automated service deployment |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
__Description__ Add LTP release note. __Major Revision__ - Add release note for v1.3 v1.2 v1.1 v1.0
Description
Merge bug fixes from v1.3 to dev branch.
Major Revisions