-
Notifications
You must be signed in to change notification settings - Fork 143
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
Create major (breaking) release without aws sdk v1 #240
Comments
@runningman84 thanks for raising the issue, I think we need to first take a look at the impact on the number of checks and either need to make a decision to remove or update them. ping @eheydrick |
Of the 76 checks, 11 are still using aws-sdk v1. I think we should put in the effort to update them to v2.
EDIT: made it a checklist by @majormoses |
5 checks have been updated to AWS-SDK v2 and released in 9.0.0. 6 left to update. |
I will try to take these ones this weekend:
|
I added the handlers as they also required v1 |
I have |
Handlers have been updated for AWS-SDK v2 and released in 10.0.0. Going to update the remaining 4 checks next. https://rubygems.org/gems/sensu-plugins-aws/versions/10.0.0 |
Sorry I have been super busy if I have some time I will get to it but if someone has the time feel free to jump in. |
I have |
As a side note, |
…fetch_age Both were doing mostly the same, in slightly different ways. Once fixed, metrics-elb.rb has more features than metrics-elb-full.rb (such as --period and --statistics, which are not available in the `-full` variant) and supports the AWS-SDK v2, which helps for sensu-plugins#240
…fetch_age Both were doing mostly the same, in slightly different ways. Once fixed, metrics-elb.rb has more features than metrics-elb-full.rb (such as --period and --statistics, which are not available in the `-full` variant) and supports the AWS-SDK v2, which helps for sensu-plugins#240
…fetch_age Both were doing mostly the same, in slightly different ways. Once fixed, metrics-elb.rb has more features than metrics-elb-full.rb (such as --period and --statistics, which are not available in the `-full` variant) and supports the AWS-SDK v2, which helps for #240
@multani thanks for helping out with this! |
All the assets have been updated, Great work and Thanks to everyone who pitched in. |
Glad to see this come together. Thanks everyone! |
It is not possible to install the aws plugins with the latest sensu releases:
In order to fix this I would propose the release of a new major release without any v1 checks.
The text was updated successfully, but these errors were encountered: