Skip to content

Conversation

chenz4027
Copy link
Contributor

This is to add the date format used by AWS for CreateTime on ASGs. It caused a regression on our migration from v2 to v3 since this format is no longer supported. Error was unable to parse time 2023-12-20 09:00:03.066 +0000 UTC

Seems like this format wasn't ported over.
https://github.com/rebuy-de/aws-nuke/blob/main/pkg/config/filter.go#L87-L94
vs
https://github.com/ekristen/libnuke/blame/main/pkg/filter/filter.go#L361-L365

Signed-off-by: Maggie Chen <magchen@redhat.com>
@chenz4027
Copy link
Contributor Author

@ekristen ^^

@ekristen
Copy link
Owner

@chenz4027 thanks! this was definitely an oversight in the rewrite.

Copy link

codecov bot commented Feb 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.92%. Comparing base (fa76fa3) to head (5f60e06).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #97   +/-   ##
=======================================
  Coverage   98.92%   98.92%           
=======================================
  Files          19       19           
  Lines        1679     1680    +1     
=======================================
+ Hits         1661     1662    +1     
  Misses         13       13           
  Partials        5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ekristen ekristen merged commit ce326f3 into ekristen:main Feb 19, 2025
5 of 6 checks passed
@ekristen-dev
Copy link

ekristen-dev bot commented Feb 19, 2025

🎉 This pull request is included in version 0.24.3 🎉

The release is available on GitHub release 🚀

@chenz4027
Copy link
Contributor Author

Thanks @ekristen 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants