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

build(deps): bump fog-aws from 2.0.1 to 3.12.0 #2478

Merged
merged 3 commits into from
Jan 26, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 24, 2021

Bumps fog-aws from 2.0.1 to 3.12.0.

Changelog

Sourced from fog-aws's changelog.

v3.12.0 (2021-08-23)

Full Changelog

Merged pull requests:

  • Add support for regional STS endpoints #620 (stanhu)
  • Add IPv6 support for Ingress Security Groups #619 (p8)
  • Separate CHANGELOG entry for 3.11.0 #618 (sunny)

v3.11.0 (2021-08-05)

Full Changelog

Closed issues:

  • Support for Regional STS Endpoints #604
  • Pass tags when creating EBS ? #603
  • S3 multiple delete api should handle delete for multiple versions for a single object #598
  • Fog does not return error from s3 #586
  • Add support for r6g and c6g instance types #580
  • Using internal S3 provider ... and something funky is going on! #575
  • How to upload File to S3 with with accelerate? #554
  • How to use assume_role_with_web_identity auth for S3 storage? #543
  • Fog::AWS::Glacier::TreeHash::add_part works only sometimes #520
  • fog-aws: Fog::AWS::Glacier::Job doesn't support RetrievalByteRange #519
  • Path style is being deprecated #516
  • Fog::DNS::AWS can't read zones #513
  • Lambda Parser can't handle VPC config, containing array of hash values #509
  • Excon::Error::Forbidden: Expected(200) <=> Actual(403 Forbidden) #508
  • file.save does not work with STDIN #500
  • ELBv2 Support ? #489
  • S3 Select Support? #484
  • nil:NilClass error #483
  • Mocks for VM creation require access and secret key when using instance profiles #482
  • Always use bucket virtual hostname? #464
  • Spot instance creation : Support for BlockDurationMinutes #461
  • How can I remove the Content-Encoding metadata properties if I upload from fog #447
  • AWS::ECS with use_iam_profile errors out #441
  • Option to turn off Warnings #426
  • Accessing AWS S3 using EC2 Instance Profile #423
  • Support step and target tracking auto scaling policies #422
  • could not create ec2 volume with custom encryption key, volume only create with default 'aws/ebs' encryption key #420
  • Download File with content_disposition #418
  • Fog::Compute::AWS::Error iamInstanceProfile.name is invalid #410
  • Mocks for EC2 instance creation do not behave as expected #404
  • Cannot copy an encrypted snapshot from one account to another account #398
  • Fog::Compute::AWS::Image#deregister ignores non-root snapshots. #380
  • AWS S3 overwrites files with same name #378
  • Support S3 object tagging #377

... (truncated)

Commits
  • 07044fc v3.12.0
  • 4c3c55b Merge pull request #620 from stanhu/sh-regional-sts
  • 1eccc96 Only use STS regional endpoint if a region is specified
  • dad90af Clean up STS regional work
  • cbd3354 Add support for regional STS endpoints
  • d58fbe6 Merge pull request #619 from p8/security-groups-with-ipv6
  • 171ad6f Add IPv6 support for Ingress Security Groups
  • 026b666 Merge pull request #618 from sunny/patch-1
  • 0ce9184 Separate CHANGELOG entry for 3.11.0
  • ed51904 v3.11.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 24, 2021
@dependabot dependabot bot force-pushed the dependabot/bundler/fog-aws-3.12.0 branch from a5efbc6 to 9f42b87 Compare September 7, 2021 17:12
@dependabot dependabot bot force-pushed the dependabot/bundler/fog-aws-3.12.0 branch from 9f42b87 to a19c2ae Compare October 25, 2021 17:34
@dependabot dependabot bot force-pushed the dependabot/bundler/fog-aws-3.12.0 branch 3 times, most recently from 2cca208 to 11f3826 Compare November 19, 2021 15:57
@dependabot dependabot bot force-pushed the dependabot/bundler/fog-aws-3.12.0 branch from 11f3826 to a01576f Compare January 3, 2022 19:53
@dependabot dependabot bot force-pushed the dependabot/bundler/fog-aws-3.12.0 branch from a01576f to 9ffaab7 Compare January 13, 2022 23:25
Bumps [fog-aws](https://github.com/fog/fog-aws) from 2.0.1 to 3.12.0.
- [Release notes](https://github.com/fog/fog-aws/releases)
- [Changelog](https://github.com/fog/fog-aws/blob/master/CHANGELOG.md)
- [Commits](fog/fog-aws@v2.0.1...v3.12.0)

---
updated-dependencies:
- dependency-name: fog-aws
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/fog-aws-3.12.0 branch from 9ffaab7 to 874e759 Compare January 18, 2022 12:05
@sethboyles sethboyles force-pushed the dependabot/bundler/fog-aws-3.12.0 branch from 095eaa8 to ec6ac12 Compare January 26, 2022 20:29
- Bumps fog-core to 2.1.2 instead of 2.2.4 because the latest version of
fog-google is incompatible with fog-core > 2.1.0
- Pin fog-google to 1.7.1 based [a
recommendation](fog/fog-google#422 (comment)) from one of the
fog-google maintainers.
- Temporarily disables fog deprecation warnings when loading in the
various fog gems because several of them haven't updated all their
modules/classes to use the new Fog::<provider>::<service> structure.

[#180880562]

Co-authored-by: Tom Viehman <tviehman@pivotal.io>
Co-authored-by: Seth Boyles <sboyles@pivotal.io>
@sethboyles sethboyles force-pushed the dependabot/bundler/fog-aws-3.12.0 branch from ec6ac12 to 84c33cc Compare January 26, 2022 22:17
@tjvman tjvman merged commit 5ee5e06 into main Jan 26, 2022
@dependabot dependabot bot deleted the dependabot/bundler/fog-aws-3.12.0 branch January 26, 2022 23:37
sweinstein22 pushed a commit that referenced this pull request Feb 2, 2022
…/fog-aws-3.12.0"

This reverts commit 5ee5e06, reversing
changes made to 719f170.

azure tests are currently failing, reverting this commit to unblock
releasing
sethboyles added a commit that referenced this pull request Feb 16, 2022
…/bundler/fog-aws-3.12.0""

This reverts commit 197a975.
sethboyles added a commit that referenced this pull request Feb 18, 2022
…/bundler/fog-aws-3.12.0""

This reverts commit 197a975.
sethboyles added a commit that referenced this pull request Feb 18, 2022
…/bundler/fog-aws-3.12.0""

This reverts commit 197a975.
sethboyles added a commit that referenced this pull request Feb 18, 2022
…/bundler/fog-aws-3.12.0""

This reverts commit 197a975.
will-gant pushed a commit to sap-contributions/cloud_controller_ng that referenced this pull request Dec 16, 2022
…abot/bundler/fog-aws-3.12.0"

This reverts commit 5ee5e06, reversing
changes made to 719f170.

azure tests are currently failing, reverting this commit to unblock
releasing
will-gant pushed a commit to sap-contributions/cloud_controller_ng that referenced this pull request Dec 16, 2022
…y/dependabot/bundler/fog-aws-3.12.0""

This reverts commit 197a975.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants