Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the EVE API integration by upgrading the Go version and dependency management structure. The primary purpose is to refresh the project's dependencies and Go runtime to support the enhanced EVE API features described in the PR description.
- Upgraded Go version from 1.16 to 1.23
- Updated eve-api/go dependency to latest version with new API features
- Reorganized go.mod structure separating direct and indirect dependencies
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
a800e63 to
6379f49
Compare
This update includes many new additions into EVE API: - Enhanced cluster configuration with mode clarification and tie-breaker support - Added message validation rules and swagger documentation for register API - Introduced LPS Network endpoint for local network configuration changes - Added support for nested app runtime metrics and disk usage tracking - Extended cellular configuration with LTE attach parameters and IP-type settings - Added S.M.A.R.T. storage device health reporting capabilities - New LOC features including device reboot, collect-info, and app shutdown - Support for disabling vTPM in VM configuration - Network instance LLDP forwarding option - Patch envelope encryption support - Single-stack IP network configuration (V4Only/V6Only) - Hardware health monitoring for ECC errors - Immediate snapshot capability - Windows license propagation support - Enhanced NTP configuration with multiple servers - Kubernetes cluster metrics and node/volume tracking - Various maintenance mode reasons and API capabilities Go version was increased to 1.23 to match the version required by the updated dependencies. Signed-off-by: Milan Lenco <milan@zededa.com>
6379f49 to
c5368a5
Compare
deitch
approved these changes
Sep 25, 2025
uncleDecart
reviewed
Sep 25, 2025
Member
uncleDecart
left a comment
There was a problem hiding this comment.
Not that it matters now, but LGTM :D
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
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.
This update includes many new additions into EVE API:
Go version was increased to 1.23 to match the version required by the updated dependencies.