-
Notifications
You must be signed in to change notification settings - Fork 145
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
The format Fog::Storage::Google is deprecated #417
Comments
Thanks for reporting this! I'll shortly release a version locking the dep and start working on sorting this out the proper way. This is a good time to lock the rest of the fog core deps down as well. |
To make sure we can gracefully upgrade and avoid issues like fog#417
Thanks, the fog-core changes are really disruptive. The latest version of fog-aws uses fog-core 2.1.2+, and the warning messages are alarming if you go with the lowest common denominator and use fog-core 2.1.0 with fog-aws: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21788#note_102836639 |
@HarlemSquirrel @stanhu Sorry for the delay, I'm rolling out 180 once tests pass on #426 |
1.8.0 has been released. If you're still seeing any issues - just let me know. |
Relaxing the lower version constraint to be less restrictive in combinations with other providers. Reference: ManageIQ/manageiq-providers-google#73
Edit: never mind. I just realized I put |
I'm getting this warning again, using the latest version of fog-google. I can provide any additional info if necessary. |
+1 |
Upon updating fog-core 2.1.2 (was 2.1.0), I received this warnings while running my test suite:
Adding
gem 'fog-core', '2.1.0'
to my Gemfile fixed this for me.The text was updated successfully, but these errors were encountered: