-
Notifications
You must be signed in to change notification settings - Fork 12
Prepare build for release 1.0.39 #306
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
Conversation
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
* Move event_reader to proxy_agent_shared * rename to common state * fix for linux * move execution_mode and event_name to event_reader.rs and then pass telemetry_event.rs * rename gloabl_states to common_state * use current exe version instead of share crate lib version for Event version. * fix clippy * update comments * fix --------- Co-authored-by: Zhidong Peng <zpeng@micrsoft.com>
* set linux gpa cpu quota * update comment --------- Co-authored-by: Zhidong Peng <zpeng@micrsoft.com>
* async read body bytes * Move access control rules from KeyKeeperSharedState to AccessControlSharedState * Move connection summary from AgentStatusSharedState to ConnectionSummarySharedState * Stream the response body directly without buffering * Stream the request body directly without buffering if without compute signature
* Update rust toolchain version to 1.92 * update github action
* Fix get_proxy_agent_service_path for Linux * fix clippy error --------- Co-authored-by: shahneerali <131208062+shahneerali@users.noreply.github.com>
* During provisioning time, default to disabled mode if the rules are not ready. * update_redirector_policy when provision finished * Break down KeyKeepr loop_poll function into smaller, more manageable sub-functions to improve readability and maintainability * fix typo * HostGAPlugin to use WS rules * fix ut * address review comments * rename * fix formatting --------- Co-authored-by: Zhidong Peng <zpeng@micrsoft.com>
* During provisioning time, default to disabled mode if the rules are not ready. * update_redirector_policy when provision finished * Break down KeyKeepr loop_poll function into smaller, more manageable sub-functions to improve readability and maintainability * fix typo * HostGAPlugin to use WS rules * fix ut * address review comments * rename * fix formatting * Add common fn parse_date_time_string * fix formmating --------- Co-authored-by: Zhidong Peng <zpeng@micrsoft.com>
* add status timestamp check * linter * code refactor * add report_error_status() * move report error status to common * lint * move report error status to service main * lint
Co-authored-by: Zhidong Peng <zpeng@micrsoft.com>
* E2E Daily Test Updates * Fix * Enforce SecureChannelState check * detecting os and installing jq * download & install jq for suse * use jq-1.8.1
shahneerali
approved these changes
Jan 9, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.