Skip to content

Releases: genevieve/leftovers

v0.53.0

26 Jun 18:25
Compare
Choose a tag to compare
  • Delete global addresses before networks on GCP [#89]

v0.52.0

13 Jun 19:00
9001c55
Compare
Choose a tag to compare
  • Filter AWS EBS Volumes [#87, #88]

v0.51.0

07 Jun 18:00
Compare
Choose a tag to compare
  • Prevent concurrent requests to modify GCP IAM Policy when there are multiple service accounts to delete. [#83]

v0.50.0

15 May 06:08
Compare
Choose a tag to compare
  • Add the .exe suffix needed for the windows executable to work. This executable was added in the last release.

v0.49.0

08 May 22:56
Compare
Choose a tag to compare
  • Add windows executable. Need to add the .exe suffix for it to work. Next release will have it.

v0.48.0

22 Mar 22:41
Compare
Choose a tag to compare
  • Deletes attached volumes
    • We delete compute instances (aka servers) first then volumes so that they're orphaned
    • We wait until the volume is in a deletable status before deleting

v0.47.0

21 Mar 21:10
Compare
Choose a tag to compare
  • Deletes OpenStack Images, Compute Instances, and Volumes.
    • --type is supported, but --filter is not.
    • leftovers --type names are Image, Compute Instance, and Volume
  • BREAKING CHANGE: aws.NewLeftovers() now takes a session token

v0.46.0

24 Jan 01:57
Compare
Choose a tag to compare
  • Fixes bug when updating gcp iam policy bindings after deleting a service account that belonged to more than one binding. [#73]

v0.45.0

02 Jan 00:01
Compare
Choose a tag to compare
  • Do not try to delete gcp default routes. [#71]

v0.44.0

17 Dec 19:10
fedcb2f
Compare
Choose a tag to compare
  • Delete gcp routes. [#70]