Skip to content

Releases: genevieve/leftovers

v0.70.0

17 Jun 00:02
d409959
Compare
Choose a tag to compare
v0.70.0 Pre-release
Pre-release

What's Changed

  • Remove vendor by @Alphasite in #109
  • ginkgo v2.9.4 by @genevieve in #112
  • Add support for AWS assumed roles by @ystros in #107
  • Bump github.com/aws/aws-sdk-go from 1.15.26 to 1.34.0 by @dependabot in #114
  • Support GCP regional clusters by @Alphasite in #111
  • Dependabot + unit test workflows by @genevieve in #116
  • Bump github.com/vmware/govmomi from 0.17.0 to 0.30.4 by @dependabot in #117
  • Bump github.com/hashicorp/go-multierror from 0.0.0-20180717150148-3d5d8f294aa0 to 1.1.1 by @dependabot in #121
  • Bump github.com/aws/aws-sdk-go from 1.34.0 to 1.44.262 by @dependabot in #123
  • Bump github.com/jessevdk/go-flags from 1.3.0 to 1.5.0 by @dependabot in #119
  • Bump github.com/Azure/go-autorest/autorest/adal from 0.6.0 to 0.9.23 by @dependabot in #118
  • Bump github.com/fatih/color from 1.6.0 to 1.15.0 by @dependabot in #124
  • Bump github.com/mitchellh/go-homedir from 0.0.0-20180801233206-58046073cbff to 1.1.0 by @dependabot in #125
  • Bump github.com/Azure/go-autorest/autorest from 0.9.1 to 0.11.29 by @dependabot in #126
  • Bump github.com/gophercloud/gophercloud from 0.0.0-20190322150113-a30f18a1bae0 to 1.3.0 by @dependabot in #127
  • update azure sdk will solve #106 by @ramonskie in #122
  • Move acceptance to GA from concourse by @genevieve in #129
  • Bump github.com/onsi/gomega from 1.27.6 to 1.27.7 by @dependabot in #132
  • Bump github.com/aws/aws-sdk-go from 1.44.262 to 1.44.267 by @dependabot in #133
  • Bump github.com/aws/aws-sdk-go from 1.44.267 to 1.44.271 by @dependabot in #137
  • Bump github.com/gophercloud/gophercloud from 1.3.0 to 1.4.0 by @dependabot in #136
  • Add GAR support by @Alphasite in #135
  • Bump github.com/onsi/ginkgo/v2 from 2.9.5 to 2.9.7 by @dependabot in #138
  • Bump github.com/aws/aws-sdk-go from 1.44.271 to 1.44.275 by @dependabot in #139
  • Bump github.com/aws/aws-sdk-go from 1.44.275 to 1.44.280 by @dependabot in #142
  • Bump github.com/onsi/ginkgo/v2 from 2.9.7 to 2.10.0 by @dependabot in #143
  • Bump google.golang.org/api from 0.124.0 to 0.126.0 by @dependabot in #145
  • Bump github.com/onsi/gomega from 1.27.7 to 1.27.8 by @dependabot in #144

New Contributors

Full Changelog: v0.62.0...v0.70.0

v0.62.0

13 Feb 15:57
Compare
Choose a tag to compare
  • Use tags to filter aws elb and elbv2 load balancers. [#100]

v0.61.0

09 Jan 18:22
Compare
Choose a tag to compare
  • Delete NS and A record sets in an aws hosted zone.

v0.60.0

06 Jan 20:13
Compare
Choose a tag to compare
  • When deleting GCP instances, set auto-delete to true for all attached disks so that they can eventually be cleaned up.

v0.59.0

06 Jan 16:34
Compare
Choose a tag to compare
  • Delete aws route53 record sets that contain the filter but belong to a hosted zone that does not.
  • Delete aws iam user policies that are not attached to the user.

v0.58.0

03 Jan 00:17
Compare
Choose a tag to compare
  • Delete GCP routes & firewalls if they belong to a network that contains the filter. [Part of #80]

v0.57.0

21 Dec 22:45
Compare
Choose a tag to compare
  • Delete gcp compute instances that belong to a network with a name that contains the filter.

v0.56.0

20 Sep 17:59
Compare
Choose a tag to compare
  • Skip deletion of "default" gcp service accounts. [#93]
  • Switch to go mod.

v0.55.0

04 Aug 21:39
Compare
Choose a tag to compare
  • Support for --dry-run && --type on AWS, GCP, Azure (by default). [#92]

v0.54.0

01 Jul 00:53
Compare
Choose a tag to compare
  • Delete gcp cloud routers [#82]