-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. **Connection and Logging Fixes:** - Fixed connection name for triggers. - Fixed mismatched logger values. - Updated logger values and added trace levels. - Improved logging around autostart artifact resolution. 2. **Agent and Workload Improvements:** - Closed signal channel when shutting down the agent. - Ensured agent provider undeploy method is called only once. - Added logging for object download time. - Removed `--name` parameter from workload stop requests. - Improved agent deploy request retries and auto-start configuration handling. - Stopped failing stats read if `/proc/meminfo` is missing. - Fixed host services configuration test. 3. **Configuration and Utility Enhancements:** - Updated UUID usage. - Fixed internal configuration template. - Enabled shared namespace bucket. - Added essential fields in workload deployed status events. - Added `allow_duplicate_workloads` tag to node configuration. - Omitted empty `allow_duplicate_workloads` flag in control API structs. - Added `SanitizeNATSDigest` utility function. 4. **Miscellaneous Updates:** - Updated comments and code clean-up. - Renamed `slog` handler module. - Added nil protection around artifact deletion. - Refactored node sandbox specs to match Linux specs. - Renamed `process_mgr_nofc.go` to `process_mgr_nosandbox.go`. - Updated upstream Firecracker SDK and handled security findings. - Cleaned up whitespace and fixed test specifications. 5. **Bug Fixes and Reversions:** - Removed force preflight. - Fixed build issues and made function signature consistent across success/failure methods. - Published workload undeploy events before purging cached deploy requests. - Stopped running workload on agent connection loss.
- Loading branch information
1 parent
c90e457
commit a3d8b74
Showing
49 changed files
with
886 additions
and
636 deletions.
There are no files selected for viewing
This file contains 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 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 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.