Skip to content
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

Remove profile #2442

Merged
merged 2 commits into from
Dec 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion gems/aws-sdk-resources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

3.89.1 (2020-12-01)
------------------

* Issue - Remove dependency on the `aws-sdk-profile` gem. This gem will be republished under a different name.

3.89.0 (2020-12-01)
------------------

Expand Down Expand Up @@ -625,4 +630,4 @@ Unreleased Changes
3.0.0.rc0 (2017-05-17)
------------------

* Feature - Initial preview release of the `aws-sdk-resources` gem.
* Feature - Initial preview release of the `aws-sdk-resources` gem.
2 changes: 1 addition & 1 deletion gems/aws-sdk-resources/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.89.0
3.89.1
1 change: 0 additions & 1 deletion gems/aws-sdk-resources/aws-sdk-resources.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ Gem::Specification.new do |spec|
spec.add_dependency('aws-sdk-pinpointsmsvoice', '~> 1')
spec.add_dependency('aws-sdk-polly', '~> 1')
spec.add_dependency('aws-sdk-pricing', '~> 1')
spec.add_dependency('aws-sdk-profile', '~> 1')
spec.add_dependency('aws-sdk-qldb', '~> 1')
spec.add_dependency('aws-sdk-qldbsession', '~> 1')
spec.add_dependency('aws-sdk-quicksight', '~> 1')
Expand Down
1 change: 0 additions & 1 deletion gems/aws-sdk-resources/lib/aws-sdk-resources.rb
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ module Aws
autoload :PinpointSMSVoice, 'aws-sdk-pinpointsmsvoice'
autoload :Polly, 'aws-sdk-polly'
autoload :Pricing, 'aws-sdk-pricing'
autoload :Profile, 'aws-sdk-profile'
autoload :QLDB, 'aws-sdk-qldb'
autoload :QLDBSession, 'aws-sdk-qldbsession'
autoload :QuickSight, 'aws-sdk-quicksight'
Expand Down