Skip to content

Commit

Permalink
fixup creds import, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlimepoint committed Jul 11, 2018
1 parent 1e0c13d commit c65e9d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions lib/chef/provisioning/aws_driver/credentials2.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
require "aws-sdk"
require "aws-sdk/credentials"
require "aws-sdk/shared_credentials"
require "aws-sdk/instance_profile_credentials"
require "aws-sdk/assume_role_credentials"
# These may not be required - may yet be removed /jj
require "aws-sdk-core/credentials"
require "aws-sdk-core/shared_credentials"
require "aws-sdk-core/instance_profile_credentials"
require "aws-sdk-core/assume_role_credentials"

class Chef
module Provisioning
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/provisioning/aws_driver/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Chef
module Provisioning
module AWSDriver
VERSION = '3.0.2'
VERSION = '4.0.0'
end
end
end

0 comments on commit c65e9d0

Please sign in to comment.