Skip to content

v1.3.8

Choose a tag to compare

@jfreed-dev jfreed-dev released this 19 Jan 14:55
· 22 commits to main since this release

Changes

  • Wipe scripts now wipe both NVMe and eMMC by default - Both drives are wiped to ensure clean state for re-flashing
  • Prominent data destruction warning - Clear visual warning showing exactly what will be destroyed
  • Safer confirmation - Changed from 'yes' to 'DESTROY' to prevent accidental execution
  • Skip flags available - Use --no-nvme or --no-emmc to skip specific drives

Example Output

╔════════════════════════════════════════════╗
║       ⚠️  WARNING: DATA DESTRUCTION ⚠️     ║
╚════════════════════════════════════════════╝

Data to be PERMANENTLY DESTROYED:
  • NVMe drives: /dev/nvme0n1
  • eMMC boot drives: /dev/mmcblk0
  • K3s data directories
  • Kubernetes state and configurations

This will PERMANENTLY DESTROY ALL DATA on these nodes!
Nodes will be UNBOOTABLE until re-flashed via BMC!

Type 'DESTROY' to confirm:

Full Changelog: v1.3.7...v1.3.8