Releases: genevieve/leftovers
Releases · genevieve/leftovers
v0.53.0
v0.52.0
v0.51.0
v0.50.0
- Add the
.exe
suffix needed for the windows executable to work. This executable was added in the last release.
v0.49.0
- Add windows executable. Need to add the
.exe
suffix for it to work. Next release will have it.
v0.48.0
- 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
- Deletes OpenStack Images, Compute Instances, and Volumes.
--type
is supported, but--filter
is not.leftovers --type
names areImage
,Compute Instance
, andVolume
- BREAKING CHANGE:
aws.NewLeftovers()
now takes asession token