@@ -7,10 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ 0.1.0] - 2025-06-17
10+ ## [ 0.1.0] - 2026-07-10
1111
1212### Added
13- - Initial release of ` nr-tf-util `
13+ - ` audit ` mode: scan accounts for hardcoded entity IDs/GUIDs and alert
14+ configuration health issues that would break during an account migration
15+ - Asset coverage: dashboards, NRQL conditions, workloads, service levels,
16+ workflows, synthetics monitors, legacy (non-NRQL) conditions, alert policies
17+ - Legacy conditions scanned via REST API v2 (NerdGraph no longer exposes them)
18+ - ID resolution: hardcoded numeric IDs and GUIDs resolved to live entity names
19+ with per-type migration suggestions
20+ - CSV export of all findings (` --csv ` )
21+ - ` cleanup ` mode: permanently delete assets identified in an audit CSV
22+ - Full deletion: ` nrql_condition ` , ` alert_policy ` , ` synthetics_monitor ` ,
23+ ` legacy_condition ` (via REST API v2)
24+ - Entity removal: ` workload_entity ` (static entity list),
25+ ` workflow_entity ` (issue-filter predicates)
26+ - Requires explicit ` --asset-type ` flag for safety; supports ` --dry-run `
1427- ` import ` mode: scan a New Relic account and generate Terraform ` import ` blocks
1528- Auto-discovery of all accounts accessible to the provided API key
1629- Support for regions: US, EU, FedRAMP, JP
0 commit comments