Closed scalp42 closed 5 years ago
Really wish they would follow semver, I am not by a computer right now but I will work on merging and releasing later.
acceptance into master: https://github.com/chef-cookbooks/aws/pull/399
released: https://supermarket.chef.io/cookbooks/aws/versions/8.1.1
Hi folks,
Following the bump of
aws-sdk-core
to3.71.0
, we also need to bumpaws-partitions
to at least~> 1.228.0
.If you don't, the version of
aws-partitions
is too low and you'll run into the following issue:Related code change: https://github.com/aws/aws-sdk-ruby/pull/2090/files#diff-d7a095801e48a91197441416cfda2889L17-L20
Related PR comment: https://github.com/aws/aws-sdk-ruby/pull/2090#issuecomment-545666032
cc @majormoses @tas50
Tested on our side with
1.237.0
but looks like the lowest it'll work will be1.228.0
.Let me know if you need anything else.