This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
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
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)