Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Releases: rebuy-de/aws-nuke

v2.7.0

23 Nov 10:24
0b0806d
Compare
Choose a tag to compare

Bugfix

Updated Resources

Other

v2.6.0

26 Oct 11:05
f7c3d82
Compare
Choose a tag to compare

Bugfix

Updated Resources

Enhancements

  • kind/enhancement Add --max-wait-retries flag to bail out early if the script is stuck waiting #259 (@scottybrisbane)
  • kind/enhancement Empty objects from S3 bucket before nuking #272 (@scottybrisbane)

Other

v2.5.0

30 Aug 14:37
85f2913
Compare
Choose a tag to compare

Bugfix

Updated Resources

Enhancements

  • kind/enhancement Strip debug info using ldflags on build #251 (@markphelps)

Other

v2.4.0

20 Aug 11:48
5442e3e
Compare
Choose a tag to compare

Known Bugs

Currently, there is a high chance that CloudFormation stacks do not get deleted properly. The reason is that aws-nuke and CloudFormation both try to delete resources and if aws-nuke is faster than CloudFormation, the stack deletion will fail permantily.

This bug already existed for previous aws-nuke versions, but it looks like a change in the AWS behavior made this problem appear more often.

See also #242, #244 and discussion in #238.

Enhancements

Updated Resources

  • kind/enhancement Initial version of tag-based filterring #237 (@nisabek)

v2.3.0

17 Jul 08:56
d621ebd
Compare
Choose a tag to compare

Updated Resources

v2.2.1

13 Jul 18:50
db91ad2
Compare
Choose a tag to compare

Bugfix

Other

v2.2.0

12 Jul 14:26
f6bbba1
Compare
Choose a tag to compare

Enhancements

  • kind/enhancement Allow to invert Filter Results #226 (@leflamm)
  • kind/enhancement make resource ID optional #217 (@svenwltr)

Updated Resources

  • kind/resource Allow ElasticBeanstalkEnvironments to be filtered by Name #230 (@leflamm)
  • kind/resource #228: add paging support to SNSSubscription #229 (@leflamm)
  • kind/resource more WAF resources #227 (@svenwltr)
  • kind/resource Allow filtering EC2SecurityGroup by property "GroupName" #223 (@leflamm)

Other

v2.1.0

26 Jun 11:19
2407f3b
Compare
Choose a tag to compare

Important Note

With this release, the parsing of the configuration gets way more strict. See #200 and #204. The parsing will fail, if:

  • there are any additional fields in the YAML which are not known to aws-nuke, since this indicates and error.
  • the regex or glob parsing of the filters fails.

Enhancements

New Resources

Fixed Bugs

Other

v2.1.0-beta.1

21 Jun 08:40
afe4af8
Compare
Choose a tag to compare
v2.1.0-beta.1 Pre-release
Pre-release

Important Note

With this release, the parsing of the configuration gets way more strict. See #200 and #204. The parsing will fail, if:

  • there are any additional fields in the YAML which are not known to aws-nuke, since this indicates and error.
  • the regex or glob parsing of the filters fails.

Enhancements

New Resources

Fixed Bugs

Other

v2.0.1

04 Jun 13:45
5e5ffd2
Compare
Choose a tag to compare

Fixed Bugs

  • kind/bug fix SagemakerNotebookInstance not deleted #193 (@svenwltr)