This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
Releases: rebuy-de/aws-nuke
Releases · rebuy-de/aws-nuke
v2.7.0
Bugfix
Updated Resources
kind/resource
Add tags to more resources #282 (@mwhittington21)kind/resource
Allow nuking of SAML and OpenIdConnect Identity Provider #293 (@kinitic)kind/resource
add lambda-event-source-mapping #300 (@svenwltr)
Other
kind/documentation
Adding some missing whitespaces. #299 (@der-eismann)kind/documentation
add more warnings to the readme #291 (@svenwltr)
v2.6.0
Bugfix
kind/bug
fix MFA auth #257 (@svenwltr)kind/bug
fix typo #274 (@dfreudenberger)kind/bug
Fix deletion of resources in DELETE_COMPLETE state #271 (@stephanlindauer)kind/bug
Fix: Error checking should happen before anything else in CFS #283 (@stephanlindauer)
Updated Resources
kind/resource
Add support for nuking cognito identity pools #260 (@scottybrisbane)kind/resource
Support nuking Congnito User Pools #261 (@scottybrisbane)kind/resource
Add IAMGroupPolicy resource #275 (@scottybrisbane)kind/resource
Add pagination to IAMRoles resources. #276 (@rowanu)kind/resource
Adds ASG lifecycle hooks #278 (@stephanlindauer)
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
Bugfix
kind/bug
fix nil dereference #253 (@svenwltr)kind/bug
CFS deletion logic fix #245 (@stephanlindauer)
Updated Resources
Enhancements
kind/enhancement
Strip debug info using ldflags on build #251 (@markphelps)
Other
v2.4.0
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
v2.3.0
Updated Resources
kind/resource
Add WAF Regex-Pattern and -Match and their tuples and strings #236 (@stephanlindauer)kind/resource
ECS Services & Task Definitions #235 (@tomvachon)
v2.2.1
v2.2.0
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
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
kind/enhancement
add advanced filters via properties #198 (@svenwltr)kind/enhancement
Parallelise scan API requests #195 (@svenwltr)kind/enhancement
exit on config errors #200 (@svenwltr)kind/enhancement
only warn on missing services for regions #206 (@svenwltr)kind/enhancement
strict config parsing #204 (@svenwltr)
New Resources
kind/resource
Add ACM Private CA #214 (@tomvachon)kind/resource
Add AppStream 2.0 Service Coverage #167 (@tomvachon)kind/resource
Add EKS Support #210 (@tomvachon)kind/resource
Add MediaTailor Support #213 (@tomvachon)kind/resource
Add Neptune support #212 (@tomvachon)kind/resource
Add SecretsManager cleanup #211 (@tomvachon)kind/resource
add S3 multipart uploads #197 (@svenwltr)kind/resource
delete WAF rules #216 (@svenwltr)
Fixed Bugs
kind/bug
fix hostname check #209 (@svenwltr)kind/bug
fix properties for IAMUserPolicyAttachment #207 (@svenwltr)
Other
v2.1.0-beta.1
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
kind/enhancement
add advanced filters via properties #198 (@svenwltr)kind/enhancement
Parallelise scan API requests #195 (@svenwltr)kind/enhancement
only warn on missing services for regions #206 (@svenwltr)kind/enhancement
strict config parsing #204 (@svenwltr)kind/enhancement
exit on config errors #200 (@svenwltr)
New Resources
Fixed Bugs
kind/bug
fix properties for IAMUserPolicyAttachment #207 (@svenwltr)kind/bug
fix hostname check #209 (@svenwltr)