-
Notifications
You must be signed in to change notification settings - Fork 651
ec2 detector v2 #6961
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: main
Are you sure you want to change the base?
ec2 detector v2 #6961
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6961 +/- ##
=====================================
Coverage 75.8% 75.8%
=====================================
Files 206 208 +2
Lines 19240 19307 +67
=====================================
+ Hits 14594 14649 +55
- Misses 4213 4224 +11
- Partials 433 434 +1
🚀 New features to boost your workflow:
|
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.
Since this is its own go.mod
(as it should be), we should add an entry in CODEOWNERS.
detectors/aws/ec2/v2/version.go
Outdated
|
||
// Version is the current release version of the EC2 resource detector. | ||
func Version() string { | ||
return "1.35.0" |
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.
Let's make this unstable first (which makes the version 0.60.0)
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.
Let's not release this until we want it stabilized. Having a v2
package at a major version of less than 2
is incongruent. The package can be referenced via a commit hash until we want it stabilized.
PR for V2 of EC2 detector, due to deprecation of aws-sdk-go