From 334f67e4737ba254691bbed99e6396ddfd5a51de Mon Sep 17 00:00:00 2001 From: Kevin Adams Date: Wed, 27 May 2026 08:49:09 -0400 Subject: [PATCH] docs: mark #250 complete in ROADMAP, one item remains for v3.0.0 Co-Authored-By: Claude Sonnet 4.6 --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 3bf31ff..5936ba3 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -15,7 +15,6 @@ Full rewrite as a native `PVE::Storage::Custom` plugin. No patching of PVE files | # | Title | Type | |---|-------|------| -| [#250](https://github.com/TheGrandWazoo/freenas-proxmox/issues/250) | Rollback orphaned TrueNAS resources on `alloc_image` partial failure | bug / code | | [#228](https://github.com/TheGrandWazoo/freenas-proxmox/issues/228) | Migration path v2.x→v3.x docs | docs | | [#252](https://github.com/TheGrandWazoo/freenas-proxmox/issues/252) | Integration test 2.x→3.0 upgrade path docs | docs | @@ -28,6 +27,7 @@ Full rewrite as a native `PVE::Storage::Custom` plugin. No patching of PVE files | [#263](https://github.com/TheGrandWazoo/freenas-proxmox/issues/263) | Fix `truenas_target` full-IQN match | `3a8a5df` | | [#260](https://github.com/TheGrandWazoo/freenas-proxmox/issues/260) | TPM state disk limitation callout in README | `0a8e7e7` | | [#264](https://github.com/TheGrandWazoo/freenas-proxmox/issues/264) | SCALE 25.04 compatibility: integer type coercion + alias uniqueness | `96957c0` | +| [#250](https://github.com/TheGrandWazoo/freenas-proxmox/issues/250) | Rollback orphaned TrueNAS resources on `alloc_image` partial failure | `eab964c` | ---