Releases: fog/fog-google
Releases · fog/fog-google
v1.24.1
User-facing
Fixed
- #629 Fix IAM scope for storage requests [stanhu]
1.24.0
User-facing
Added
- #613 Spruce up attaching and detaching disks on running servers [rchekaluk]
- #621 Added support for discard_local_ssd when stopping an instance [rchekaluk]
Development changes
Added
- #618 Deprecated Ruby-2.0 support [temikus]
- #624 Migrated the Integration tests to new ARC runners [temikus]
- #625 Fixed 'Ostruct' errors in storage tests [temikus]
- #627 Added concurrency groups to integration test workfows [temikus]
Fixed
- #604 Updated pry requirement from = 0.13.0 to = 0.14.2 [dependabot]
- #619 Updated google-cloud-env requirement from ~> 1.2 to >= 1.2, < 3.0 [dependabot]
- #620 Bump actions/stale from 8 to 9 [dependabot]
- #622 Updated fog-core requirement from < 2.3 to < 2.5 [dependabot]
1.23.0
User-facing
Fixed
- #609 Fixed missing paging on all models [agrare]
- #608 Fixed
Fog::Compute::Google::Servers#all
paging [agrare]
Development changes
Fixed
- #606 Use
Minitest::Test
instead of MiniTest::Test
[chubchenko]
- #605 Bump actions/checkout from 3 to 4 [dependabot]
- #602 Bump actions/stale from 6 to 8 [dependabot]
1.22.0
User-facing
Added
- #600 - Add uniform attr to inserting file [cwjenkins]
Development changes
Fixed
- #601 Remove deprecated ruby versions from unit tests [temikus]
1.21.1
User-facing
Fixed
- #597 loosen dependencies to avoid conflict
Development changes
Fixed
- bump actions/checkout from 2.4.0 to 3.1.0
- fixes and refinements for integration tests
1.21.0
User-facing
Fixed
- #592 use Addressable for escaping paths when generating urls
- test workflow refinements
Development changes
Fixed
- bump actions/checkout from 2.4.0 to 3.1.0
- fixes and refinements for integration tests
1.20.0
User-facing
Fixed
- update google client dependencies
- #591 only create new RSA keys if needed for faster signing
Development changes
Fixed
- bump actions/checkout from 2.4.0 to 3.1.0
- fixes and refinements for integration tests
1.19.0
User-facing
Fixed
- #561 Add ruby 3.1 to testing
- #566 remove execute permission from network.rb
- #571 replace Proc.new usage for Ruby 3
1.18.0
User-facing
Fixed
- #556 Correct conflicting Ruby version info in readme [gdubicki]
- #557 Update current images projects list [gdubicki]
- #558 Fix page iteration when using #files with block [jgigault]
- #562 Loosen fog-core dependency
1.17.0
User-facing
Added
- #550 Add support for instance display device [dcode]