perfectsense / gyro

Gyro is a command-line tool for creating, updating, and maintaining cloud infrastructure. Gyro makes infrastructure-as-code possible.
https://gyro.dev
Apache License 2.0
134 stars 7 forks source link

Gyro plugin cache does not always bust when an update to the same version of a provider/plugin is made. #346

Open deepanjan90 opened 3 years ago

deepanjan90 commented 3 years ago

Describe the bug Gyro plugin cache situated in ~/.gyro/cache does not always update the plugins if a change is detected, causing runtime issues.

Expected behavior The cache should be busted and the right plugin versions should be loaded.