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

Bump fog-google from 1.13.0 to 1.15.0 #9921

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 19, 2021

Bumps fog-google from 1.13.0 to 1.15.0.

Changelog

Sourced from fog-google's changelog.

1.15.0

User-facing

Fixed

  • #534 Fix get_object not working with binary files [stanhu]

1.14.0

User-facing

Added

  • #520 Support passing object properties to #copy_object [mshibuya]

Fixed

  • #530 Unescape slashes in urls [krokodaxl]

  • #528 Fix Ruby 3.0 kwargs error in #copy_object [deeeki]

  • #521 Unlink file temp file immediately [stanhu]

  • #527 #523 Fix Ruby 3.0 kwargs failures [stanhu]

Development changes

Fixed

  • #525 - Bump actions/checkout from 2 to 2.3.4

  • #524 - Bump actions/stale from 3 to 3.0.18

Commits
  • 189860e v1.15.0
  • d0741c3 Merge pull request #534 from stanhu/sh-fix-get-object-binmode
  • f27a861 Fix get_object not working with binary files
  • 388dea0 Merge pull request #531 from fog/release-1.14.0
  • d7d2dff Release 1.14.0
  • 08b802f Merge pull request #530 from krokodaxl/unescape-path-slashes
  • 5494a75 Unescape slashes in urls
  • 32bd2e8 Merge pull request #528 from deeeki/fix-kwargs
  • 859ec5f Fix Ruby 3.0 kwargs error in #copy_object
  • b2a3a23 Merge pull request #521 from stanhu/sh-unlink-tempfile
  • 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 labels Jul 19, 2021
@gitpod-io
Copy link

gitpod-io bot commented Jul 19, 2021

@jywarren
Copy link
Member

This was that pesky barnstar error:

====[Screenshot]: tmp/screenshots/failures_test_awarding_barnstar_functions_correctly.png
ERROR PostTest#test_awarding_barnstar_functions_correctly (116.31s)
Minitest::UnexpectedError:         Capybara::ExpectationNotMet: expected to find css "div.alert-success" but there were no matches
            test/system/post_test.rb:250:in `block in <class:PostTest>'

Bumps [fog-google](https://github.com/fog/fog-google) from 1.13.0 to 1.15.0.
- [Release notes](https://github.com/fog/fog-google/releases)
- [Changelog](https://github.com/fog/fog-google/blob/master/CHANGELOG.md)
- [Commits](fog/fog-google@v1.13.0...v1.15.0)

---
updated-dependencies:
- dependency-name: fog-google
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/fog-google-1.15.0 branch from 557b559 to 2b9a142 Compare July 20, 2021 19:16
@codecov
Copy link

codecov bot commented Jul 20, 2021

Codecov Report

Merging #9921 (795f74e) into main (fb894e3) will increase coverage by 56.12%.
The diff coverage is n/a.

❗ Current head 795f74e differs from pull request most recent head 2b9a142. Consider uploading reports for the commit 2b9a142 to get more accurate results
Impacted file tree graph

@@             Coverage Diff             @@
##             main    #9921       +/-   ##
===========================================
+ Coverage   26.02%   82.14%   +56.12%     
===========================================
  Files          98       98               
  Lines        7647     5960     -1687     
===========================================
+ Hits         1990     4896     +2906     
+ Misses       5657     1064     -4593     
Impacted Files Coverage Δ
app/models/revision.rb 88.29% <0.00%> (+3.19%) ⬆️
app/models/node_tag.rb 100.00% <0.00%> (+3.70%) ⬆️
app/models/tag.rb 97.53% <0.00%> (+5.91%) ⬆️
app/models/concerns/node_shared.rb 90.29% <0.00%> (+6.31%) ⬆️
app/models/concerns/statistics.rb 100.00% <0.00%> (+6.55%) ⬆️
app/models/tag_selection.rb 96.00% <0.00%> (+8.00%) ⬆️
app/models/user.rb 86.12% <0.00%> (+9.60%) ⬆️
app/models/doc_list.rb 65.00% <0.00%> (+10.00%) ⬆️
app/models/image.rb 82.50% <0.00%> (+12.50%) ⬆️
app/models/node.rb 91.04% <0.00%> (+14.92%) ⬆️
... and 52 more

@codeclimate
Copy link

codeclimate bot commented Jul 20, 2021

Code Climate has analyzed commit 2b9a142 and detected 0 issues on this pull request.

View more on Code Climate.

@jywarren
Copy link
Member

Due to #9760 we cannot use v1.15.0 due to the error noted in fog/fog-google#535

@jywarren jywarren closed this Jul 20, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 20, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/bundler/fog-google-1.15.0 branch July 20, 2021 19:39
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 ready-for-review Ruby
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant