drone / autoscaler

Automatically adds or removes instances based on build volume
https://autoscale.drone.io
Other
193 stars 89 forks source link

Update to latest Equinix Metal (nee Packet) library which has updated endpoints #78

Closed techknowlogick closed 2 years ago

techknowlogick commented 4 years ago

Now that Packet is Equinix Metal, they have updated their API URLs (not sure when the old ones expire, but probably better to update sooner so that there would be no interruption of service)

techknowlogick commented 4 years ago

Hmm... Updated packet client uses https://github.com/hashicorp/go-retryablehttp which isn't intercepted by gock.

techknowlogick commented 4 years ago

Ah, excellent that works now :)