Skip to content

Commit

Permalink
removing aws-sdk-v1 from the gemspec
Browse files Browse the repository at this point in the history
All the assets should be updated to v2 so this should be safe to remove.

Signed-off-by: Ben Abrams <me@benabrams.it>
  • Loading branch information
majormoses committed Nov 3, 2018
1 parent 3912541 commit 39cc066
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins

## [Unreleased]

### Breaking Change
- removed `asw-sdk-v1` as all assets have been upgraded to `aws-sdk-v2` this is technically not a breaking change but for safety reasons in case we missed anything we are versioning it as a major bump (@majormoses)

## [15.0.0] - 2018-11-01
### Breaking Changes
- `check-elb-latency.rb` no longer takes `aws_access_key` and `aws_secret_access_key` options. (@boutetnico)
Expand Down
1 change: 0 additions & 1 deletion sensu-plugins-aws.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
s.add_runtime_dependency 'sensu-plugin', '~> 2.0'

s.add_runtime_dependency 'aws-sdk', '~> 3.0'
s.add_runtime_dependency 'aws-sdk-v1', '1.66.0'
s.add_runtime_dependency 'erubis', '2.7.0'
s.add_runtime_dependency 'fog', '1.32.0'
# 1.44 requires xmlrpc which only supports >= ruby 2.3
Expand Down

0 comments on commit 39cc066

Please sign in to comment.