Last 12 weeks · 0 commits
2 of 6 standards met
This pull request updates the project to support newer dependencies, modernizes the Ruby version, and introduces a minor feature improvement. The most significant changes are upgrading the dependency, updating the supported Ruby version, and adding a new default for in configuration tests. Dependency and compatibility updates: Upgraded the gem dependency to version in to ensure compatibility with newer versions. Updated the Ruby version used in CI and development from to , and removed the specific Ruby version label in . Code and API adjustments for updated dependencies: Updated references to Fog error classes from to in and to match the new gem API. [[1]](diffhunk://#diff-cc88f403effa205e415ea384a156a403d90549296b462aa9e228a6d653a0305fL27-R28) [[2]](diffhunk://#diff-2d3534552193be80efa13fa63adc81b7d073198419a7488ea1c74b4d430a1cc8L61-R61) Feature and test improvements: Added a test to verify that the default value for is an empty array in . Versioning: Bumped the plugin version from to in .
Repository: mitchellh/vagrant-google. Description: Vagrant provider for GCE. Stars: 342, Forks: 100. Primary language: Ruby. Languages: Ruby (100%). License: Apache-2.0. Latest release: v2.6.0 (5y ago). Open PRs: 1, open issues: 33. Last activity: 1y ago. Community health: 42%. Top contributors: Temikus, erjohnso, seanmalloy, hattorious, gdubicki, Wyosotis, jim-raney-physiq, mbrukman, whynick1, utdrmac and others.
Description I am attempting to set the password of my machine, but it's continually hanging on the command. I referenced other examples within this repos history/issues, but unfortunately, it continues to hang. Any help is appreciated! Example Vagrantfile Logs Additional details Vagrant v2.3.4 Screenshots I did notice below. I have added my ssh keys to Metadata and VMs are supposed to inherit the ssh keys automatically so I didn't think this is an issue From Metadata:
for: https://github.com/mitchellh/vagrant-google/issues/271 I was getting a dependency error, 1.24.0 includes: https://github.com/fog/fog-google/pull/619 Which the changelog says: #619 Updated google-cloud-env requirement from ~> 1.2 to >= 1.2, < 3.0 [dependabot]